1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-26 09:39:42 +02:00

small image builder change

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1768 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-08-27 12:00:52 +00:00
parent 72ee8bf58a
commit 244442b624

View File

@ -42,7 +42,7 @@ build:
if [ -d ./files ]; then \
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
fi
if [ -d ./files.$(BOARD) ]; then \
cp -fpR ./files.$(BOARD)/* $(LINUX_BUILD_DIR)/root; \
if [ -d ./files.$(LIST) ]; then \
cp -fpR ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
fi
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install