forked from Ivasoft/openwrt
lantiq: BT Home Hub 2B support - userspace
Basic userspace configuration for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40371
This commit is contained in:
@@ -135,6 +135,11 @@ ARV7519*)
|
||||
lan_mac=$(mtd_get_mac_binary boardconfig 22)
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
;;
|
||||
|
||||
BTHOMEHUBV2B)
|
||||
lan_mac=$(mtd_get_mac_ascii uboot_env ethaddr)
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"
|
||||
|
||||
Reference in New Issue
Block a user