diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-08-13 12:38:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-13 12:38:47 +0000 |
commit | b5e7f55f977311f6aa3829a90e00f5d9104b10ee (patch) | |
tree | 04694142803a9fad4c5cec5852af46ac4181cea7 /openwrt/target/linux/image/brcm | |
parent | 56829f82c5583e6c467362da7fc8150d81e37b39 (diff) | |
download | mtk-20170518-b5e7f55f977311f6aa3829a90e00f5d9104b10ee.zip mtk-20170518-b5e7f55f977311f6aa3829a90e00f5d9104b10ee.tar.gz mtk-20170518-b5e7f55f977311f6aa3829a90e00f5d9104b10ee.tar.bz2 |
add updates from whiterussian to head
SVN-Revision: 1626
Diffstat (limited to 'openwrt/target/linux/image/brcm')
-rw-r--r-- | openwrt/target/linux/image/brcm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 3399047..ec8f72c 100644 --- a/openwrt/target/linux/image/brcm/Makefile +++ b/openwrt/target/linux/image/brcm/Makefile @@ -29,15 +29,14 @@ FSNAME:=$(patsubst jffs2-%,jffs2,$(FS)) ifneq ($(FS),jffs2-8MB) $(BIN_DIR)/openwrt-wrt54g-$(FSNAME).bin: $(BIN_DIR)/openwrt-brcm-$(KERNEL)-$(FS).trx - $(STAGING_DIR)/bin/addpattern -2 -i $< -o $@ -g - $(SED) "1s,^W54S,W54G," $@ + $(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g install: $(BIN_DIR)/openwrt-wrt54g-$(FSNAME).bin endif ifneq ($(FS),jffs2-4MB) $(BIN_DIR)/openwrt-wrt54gs-$(FSNAME).bin: $(BIN_DIR)/openwrt-brcm-$(KERNEL)-$(FS).trx - $(STAGING_DIR)/bin/addpattern -2 -i $< -o $@ -g + $(STAGING_DIR)/bin/addpattern -4 -p W54S -v v4.70.6 -i $< -o $@ -g install: $(BIN_DIR)/openwrt-wrt54gs-$(FSNAME).bin endif |