mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-28 17:53:07 +00:00
small image builder change
SVN-Revision: 1765
This commit is contained in:
parent
343d9ce4f3
commit
c2d40028f7
@ -42,4 +42,7 @@ build:
|
|||||||
if [ -d ./files ]; then \
|
if [ -d ./files ]; then \
|
||||||
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
|
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
|
||||||
fi
|
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
|
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
|
||||||
|
Loading…
Reference in New Issue
Block a user