From 5274d927c64c7dbbe976fc47828329a3b1ca443c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 20 Oct 2008 12:55:28 +0000 Subject: Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when testing with 8MB devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13015 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 47c1df730d..e64d2c8c3f 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -73,6 +73,8 @@ 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) + # Neufbox4 + $(call Image/Build/CFE,$(1),96358VW,6358) endef $(eval $(call BuildImage)) -- cgit v1.2.3