1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 02:43:41 +03:00

small image builder change

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1764 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-08-27 11:46:12 +00:00
parent 8f19b1a339
commit 3b34d64ca5

View File

@ -39,4 +39,7 @@ build:
for package in `cat lists/$(LIST).$(BOARD)-$(KERNEL)`; do \
$(IPKG_KERNEL) install `ls packages/$${package}_*`; \
done
if [ -d ./files ]; then \
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
fi
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install