diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-07 20:34:48 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-07 20:34:48 +0000 |
commit | f561c967a928c83c47ada6a8fa4b3fe9e1e3c255 (patch) | |
tree | 6956835a97a8994f5b7c2d51c086a06d6baca2b1 /target/linux/brcm63xx/image/Makefile | |
parent | 1977abcdce395eed91c898eebb6eed74456a415d (diff) | |
download | upstream-f561c967a928c83c47ada6a8fa4b3fe9e1e3c255.tar.gz upstream-f561c967a928c83c47ada6a8fa4b3fe9e1e3c255.tar.bz2 upstream-f561c967a928c83c47ada6a8fa4b3fe9e1e3c255.zip |
Add support for bcm96348gw10 (Netgear DG834GT) (#4319)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |