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 | f3be50a0316b7511f8cbd4ae6ad0440b63a92349 (patch) | |
tree | dde56c27359dab3017235cd317e99dd846fd7db7 /target/linux/brcm63xx/image/Makefile | |
parent | c33682316ecb98071d196c61762162143f8248b3 (diff) | |
download | upstream-f3be50a0316b7511f8cbd4ae6ad0440b63a92349.tar.gz upstream-f3be50a0316b7511f8cbd4ae6ad0440b63a92349.tar.bz2 upstream-f3be50a0316b7511f8cbd4ae6ad0440b63a92349.zip |
Add support for bcm96348gw10 (Netgear DG834GT) (#4319)
SVN-Revision: 13540
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)) |