Fix typo, we are not building for the DG834G (ar7) but the DG834GT (brcm6348)
[openwrt-10.03/.git] / target / linux / brcm63xx / image / Makefile
index 47c1df730d40048d0c59c8d30751d3916a8d0bfb..44a5511da6ba507bcc4f71576bc8c263fb59965a 100644 (file)
@@ -73,6 +73,15 @@ 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
+       $(call Image/Build/CFE,$(1),96348GW-11,6348)
+       # DG834GT
+       $(call Image/Build/CFE,$(1),96348GW-10,6348)
+       # Sagem F@ST2404
+       $(call Image/Build/CFE,$(1),F@ST2404,6348)
 endef
 
 $(eval $(call BuildImage))