diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-20 21:22:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-20 21:22:45 +0000 |
commit | 234a100d230ef556c051c4438d9e5cfffa54e9a7 (patch) | |
tree | a38eb82cdfb5879d8f07aa0278253c41c896fc2c /target/linux | |
parent | 49911d5cdd8433e6b1d53a92fce7e1417d958652 (diff) | |
download | upstream-234a100d230ef556c051c4438d9e5cfffa54e9a7.tar.gz upstream-234a100d230ef556c051c4438d9e5cfffa54e9a7.tar.bz2 upstream-234a100d230ef556c051c4438d9e5cfffa54e9a7.zip |
Generate valid images for the bcm96348gw board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 203277679c..516dee0e2c 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -73,6 +73,7 @@ endef define Image/Build $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1) $(call Image/Build/CFE,$(1),96345GW2,6345) + $(call Image/Build/CFE,$(1),96348GW,6348) # Neufbox4 $(call Image/Build/CFE,$(1),96358VW,6358) # Comtrend 536 |