mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-18 08:30:22 +00:00
small image builder change
SVN-Revision: 1765
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user