mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 16:01:06 +02:00
small image builder change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1765 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3b34d64ca5
commit
3194082b0e
@ -42,4 +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; \
|
||||
fi
|
||||
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
|
||||
|
Loading…
x
Reference in New Issue
Block a user