forked from Ivasoft/openwrt
brcm63xx: Add BT Home Hub 2A support.
Support for the BT HomeHub 2.0 Type A. This router was manufactured by Thomson, and it's BCM6358 based. The leds are controled by two chained HC594, all working ok. The BCM5325 switch has the RESET# pin wired to the GPIO15, but currently there is no way to tell the b53 driver how to get this gpio number in brcm63xx, therefore swconfig won't use it when performing a switch reset. The patch was tested with several firmwares, and all except unsupported stuff (i.e xDSL) works pretty well. Tested-by: Tahir <tahir00ali@gmail.com> Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> SVN-Revision: 44985
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/BTHOMEHUB2A
|
||||
NAME:=BT Home Hub 2A
|
||||
PACKAGES:=kmod-b43 wpad-mini \
|
||||
kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
|
||||
endef
|
||||
define Profile/BTHOMEHUB2A/Description
|
||||
Package set optimized for BTHOMEHUB2A.
|
||||
endef
|
||||
$(eval $(call Profile,BTHOMEHUB2A))
|
||||
|
||||
define Profile/BTV2500V
|
||||
NAME:=BT Voyager V2500V
|
||||
PACKAGES:=kmod-b43 wpad-mini
|
||||
|
||||
Reference in New Issue
Block a user