Fix typo, we are not building for the DG834G (ar7) but the DG834GT (brcm6348)
[openwrt-10.03/.git] / target / linux / brcm63xx / image / Makefile
index ac22fee4a0c8bd331e693a454bf750a68367db3c..44a5511da6ba507bcc4f71576bc8c263fb59965a 100644 (file)
@@ -78,8 +78,10 @@ define Image/Build
        $(call Image/Build/CFE,$(1),96358VW,6358)
        # Comtrend 536
        $(call Image/Build/CFE,$(1),96348GW-11,6348)
-       # DG834G
+       # DG834GT
        $(call Image/Build/CFE,$(1),96348GW-10,6348)
+       # Sagem F@ST2404
+       $(call Image/Build/CFE,$(1),F@ST2404,6348)
 endef
 
 $(eval $(call BuildImage))