projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d4002
)
small image builder change
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Aug 2005 12:00:52 +0000
(12:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 27 Aug 2005 12:00:52 +0000
(12:00 +0000)
SVN-Revision: 1768
openwrt/target/linux/imagebuilder/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/imagebuilder/Makefile
b/openwrt/target/linux/imagebuilder/Makefile
index f097e89e6926536dd4957ee2047c4eaf4a1b693f..95b0939c4e47533610d05e702ac9175728ab1cd5 100644
(file)
--- a/
openwrt/target/linux/imagebuilder/Makefile
+++ b/
openwrt/target/linux/imagebuilder/Makefile
@@
-42,7
+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; \
+ if [ -d ./files.$(
LIST
) ]; then \
+ cp -fpR ./files.$(
LIST
)/* $(LINUX_BUILD_DIR)/root; \
fi
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install