summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-18 23:21:33 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-18 23:21:33 +0000
commite30ffb53912c70fe8747582747943aa6678ab6d4 (patch)
tree6f3c707e0b53aa11aca8cf16671e334f034ce8e9 /openwrt/target/linux
parentb93531e40e2852c8628507b2ce23c74836813000 (diff)
downloadmtk-20170518-e30ffb53912c70fe8747582747943aa6678ab6d4.zip
mtk-20170518-e30ffb53912c70fe8747582747943aa6678ab6d4.tar.gz
mtk-20170518-e30ffb53912c70fe8747582747943aa6678ab6d4.tar.bz2
fix image build for 2.6 and 4MB jffs2 images
SVN-Revision: 2727
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/image/brcm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile
index 49c94f6..e2a8131 100644
--- a/openwrt/target/linux/image/brcm/Makefile
+++ b/openwrt/target/linux/image/brcm/Makefile
@@ -47,6 +47,8 @@ $(BIN_DIR)/openwrt-wrt54gs-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-
install: $(BIN_DIR)/openwrt-wgt634u-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54gs-$(KERNEL)-$(FSNAME).bin
endif
+
+ifneq ($(FS),jffs2-8MB)
$(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
$(STAGING_DIR)/bin/addpattern -4 -p W54F -v v1.99.5 -i $< -o $@ -g
@@ -57,6 +59,8 @@ $(BIN_DIR)/openwrt-wrt54gs_v4-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOAR
$(STAGING_DIR)/bin/addpattern -4 -p W54s -v v1.05.2 -i $< -o $@ -g
install: $(BIN_DIR)/openwrt-wrt54g-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54gs_v4-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin
+
+endif
endif
ifeq ($(KERNEL),2.4)