mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:26:16 +02:00
fix for adding files to image builder make
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
809ea71fa5
commit
3a762f9624
@ -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 New Issue
Block a user