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 | 107aa04e066d78d74a04a4be343939558543c391 (patch) | |
tree | 58a4328f66cfcd1d344a79dbf6b25c16356c22b2 /target/linux/brcm63xx | |
parent | b3c537d77c0e49df749d5f5ed2f81f57934430e9 (diff) | |
download | upstream-107aa04e066d78d74a04a4be343939558543c391.tar.gz upstream-107aa04e066d78d74a04a4be343939558543c391.tar.bz2 upstream-107aa04e066d78d74a04a4be343939558543c391.zip |
Generate valid images for the bcm96348gw board
SVN-Revision: 13298
Diffstat (limited to 'target/linux/brcm63xx')
-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 |