fix for adding files to image builder make
SVN-Revision: 1801
This commit is contained in:
parent
d2adb49a05
commit
7c4e0e0e98
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ build:
|
|||
$(IPKG_KERNEL) install `ls packages/$${package}_*`; \
|
||||
done
|
||||
if [ -d ./files ]; then \
|
||||
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
|
||||
cp -a --remove-destination ./files/* $(LINUX_BUILD_DIR)/root; \
|
||||
fi
|
||||
if [ -d ./files.$(LIST) ]; then \
|
||||
cp -fpR ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
|
||||
cp -a --remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
|
||||
fi
|
||||
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
|
||||
|
|
Loading…
Reference in a new issue