aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/image/brcm
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-13 12:38:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-13 12:38:47 +0000
commita7079a0dcf10923ca11d3bfd539b44b47929c9c4 (patch)
tree38337479ed93f1fb77f613988f56217cd7d04dd8 /target/linux/image/brcm
parent08cbdd996d413dd299be04050867306ddabb5a80 (diff)
downloadmaster-187ad058-a7079a0dcf10923ca11d3bfd539b44b47929c9c4.tar.gz
master-187ad058-a7079a0dcf10923ca11d3bfd539b44b47929c9c4.tar.bz2
master-187ad058-a7079a0dcf10923ca11d3bfd539b44b47929c9c4.zip
add updates from whiterussian to head
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1626 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/brcm')
-rw-r--r--target/linux/image/brcm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/image/brcm/Makefile b/target/linux/image/brcm/Makefile
index 3399047438..ec8f72ccac 100644
--- a/target/linux/image/brcm/Makefile
+++ b/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