mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
bcm63xx: build images for 6328 reference boards with various flash sizes
Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32004 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -18,6 +18,14 @@ brcm63xx_detect() {
|
||||
fi
|
||||
|
||||
case "$board_name" in
|
||||
96328avng)
|
||||
status_led="96328avng::power"
|
||||
ifname=eth0
|
||||
;;
|
||||
963281TAN)
|
||||
status_led="963281TAN::power"
|
||||
ifname=eth0
|
||||
;;
|
||||
96348GW)
|
||||
status_led="power"
|
||||
brcm63xx_has_reset_button="true"
|
||||
|
||||
Reference in New Issue
Block a user