1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 12:57:42 +02:00

[at91] Copy rootfs(s) inside BIN_DIR

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23399 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
claudio 2010-10-11 16:31:39 +00:00
parent 92c3a01490
commit 783bcd886a

View File

@ -26,6 +26,7 @@ endef
define Image/Build define Image/Build
$(call Image/Build/$(1),$(1)) $(call Image/Build/$(1),$(1))
cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-root.$(1)
endef endef
$(eval $(call BuildImage)) $(eval $(call BuildImage))