From f561c967a928c83c47ada6a8fa4b3fe9e1e3c255 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 7 Dec 2008 20:34:48 +0000 Subject: Add support for bcm96348gw10 (Netgear DG834GT) (#4319) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13540 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/brcm63xx/image/Makefile') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 516dee0e2c..ac22fee4a0 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -78,6 +78,8 @@ define Image/Build $(call Image/Build/CFE,$(1),96358VW,6358) # Comtrend 536 $(call Image/Build/CFE,$(1),96348GW-11,6348) + # DG834G + $(call Image/Build/CFE,$(1),96348GW-10,6348) endef $(eval $(call BuildImage)) -- cgit v1.2.3