2
0
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:
John Crispin
2014-04-03 14:26:58 +00:00
parent 709cab91d2
commit 15139d468c
2 changed files with 12 additions and 0 deletions

View File

@@ -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"