projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small image builder change
[openwrt.git]
/
target
/
linux
/
imagebuilder
/
Makefile
diff --git
a/target/linux/imagebuilder/Makefile
b/target/linux/imagebuilder/Makefile
index
bff3acf
..
f097e89
100644
(file)
--- a/
target/linux/imagebuilder/Makefile
+++ b/
target/linux/imagebuilder/Makefile
@@
-42,4
+42,7
@@
build:
if [ -d ./files ]; then \
cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
fi
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
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
This page took
0.025505 seconds
and
4
git commands to generate.