projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e6c14
)
small image builder change
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Aug 2005 11:58:59 +0000
(11:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Aug 2005 11:58:59 +0000
(11:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1765
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/target/linux/imagebuilder/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/imagebuilder/Makefile
b/openwrt/target/linux/imagebuilder/Makefile
index
bff3acf
..
f097e89
100644
(file)
--- a/
openwrt/target/linux/imagebuilder/Makefile
+++ b/
openwrt/target/linux/imagebuilder/Makefile
@@
-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