diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-27 11:58:59 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-27 11:58:59 +0000 |
| commit | c2d40028f7d3725fc7cc7541905907e543cc1358 (patch) | |
| tree | 7f65f2b2140d9cfd2462cf44f9313825c0658a7a /openwrt/target | |
| parent | 343d9ce4f3ba1b85af236ebf2a1213b753fb0533 (diff) | |
| download | mtk-20170518-c2d40028f7d3725fc7cc7541905907e543cc1358.zip mtk-20170518-c2d40028f7d3725fc7cc7541905907e543cc1358.tar.gz mtk-20170518-c2d40028f7d3725fc7cc7541905907e543cc1358.tar.bz2 | |
small image builder change
SVN-Revision: 1765
Diffstat (limited to 'openwrt/target')
| -rw-r--r-- | openwrt/target/linux/imagebuilder/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile index bff3acf..f097e89 100644 --- 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 |
