2
0
forked from Ivasoft/openwrt

ramips: add LinkIt Smart7688 support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 47203
This commit is contained in:
John Crispin
2015-10-19 10:07:38 +00:00
parent b792ea7ac0
commit 51dd991d39
9 changed files with 312 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ ramips_setup_interfaces()
dcs-930|\
dcs-930l-b1|\
ht-tm02|\
linkits7688 | \
linkits7688d | \
microwrt|\
ncs601w|\
w150m|\
@@ -302,6 +304,11 @@ ramips_setup_macs()
ht-tm02)
lan_mac=$(cat /sys/class/net/eth0/address)
;;
linkits7688 | \
linkits7688d)
wan_mac=$(mtd_get_mac_binary factory 4)
lan_mac=$(mtd_get_mac_binary factory 46)
;;
m3|\
m4|\
x5|\