diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-07-31 14:27:47 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-07-31 14:27:47 +0000 |
commit | 07c4524d33a0bbc74e0127bb37178ed3d005e905 (patch) | |
tree | 17f81896da98ae2a404739e7cc8b796bf1b61e54 /target/linux/brcm63xx/image | |
parent | 820c2240292b5bfafc1ea8203c17476ee79e02a1 (diff) | |
download | upstream-07c4524d33a0bbc74e0127bb37178ed3d005e905.tar.gz upstream-07c4524d33a0bbc74e0127bb37178ed3d005e905.tar.bz2 upstream-07c4524d33a0bbc74e0127bb37178ed3d005e905.zip |
bcm63xx: Add nb6 support (BCM6362 SoC base boards)
Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com>
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
[jonas.gorski@gmail.com: add network config for nb6, make switch fix a
platform patch]
SVN-Revision: 32924
Diffstat (limited to 'target/linux/brcm63xx/image')
-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 06d5a82f8f..af5a68c82e 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -191,6 +191,8 @@ define Image/Build $(call Image/Build/CFEFIXUP,$(1),96348GW,GW6200,6348,GW6200,$(shell printf '\x99')) # Neufbox4 $(call Image/Build/CFE,$(1),96358VW,6358,NEUFBOX4,OpenWRT-$(REVISION)) + # Neufbox6 + $(call Image/Build/CFE,$(1),NB6-SER-r0,6362,NEUFBOX6,OpenWRT-$(REVISION)) # Comtrend 6373 $(call Image/Build/CFE,$(1),CT6373-1,6358,CT6373) # Comtrend 536, 5621 |