mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 00:32:25 +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:
parent
92c3a01490
commit
783bcd886a
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user