1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32924 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo
2012-07-31 14:27:47 +00:00
parent 43ec5beeff
commit a07db05063
10 changed files with 191 additions and 6 deletions

View File

@@ -82,6 +82,10 @@ brcm63xx_detect() {
brcm63xx_has_reset_button="true"
ifname=eth0
;;
NB6)
brcm63xx_has_reset_button="true"
ifname=eth0
;;
*)
;;
esac