diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-07 20:34:48 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-07 20:34:48 +0000 |
commit | 6489001dd8255d821f3e64f8cf2f7e811f6ccb53 (patch) | |
tree | 6956835a97a8994f5b7c2d51c086a06d6baca2b1 /target/linux/brcm63xx/image/Makefile | |
parent | 6640cdb33ab941d30e0aaa8fd8d518de74c24b4c (diff) |
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)) |