This patch is for broadcom 96348GW-11 boards, to get USB and Ethernet working. Also...
[oweals/openwrt.git] / target / linux / brcm63xx / image / Makefile
index 47c1df730d40048d0c59c8d30751d3916a8d0bfb..203277679c75c533c15039a1e887447fb5d30599 100644 (file)
@@ -73,6 +73,10 @@ 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)
+       # Comtrend 536
+       $(call Image/Build/CFE,$(1),96348GW-11,6348)
 endef
 
 $(eval $(call BuildImage))