forked from Ivasoft/openwrt
ramips: add Poray X8 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37639
This commit is contained in:
@@ -141,6 +141,9 @@ get_status_led() {
|
||||
x5)
|
||||
status_led="x5:green:power"
|
||||
;;
|
||||
x8)
|
||||
status_led="x8:green:power"
|
||||
;;
|
||||
xdxrn502j)
|
||||
status_led="xdxrn502j:green:power"
|
||||
;;
|
||||
|
||||
@@ -228,7 +228,8 @@ ramips_setup_macs()
|
||||
|
||||
m3 |\
|
||||
m4 |\
|
||||
x5)
|
||||
x5 |\
|
||||
x8)
|
||||
lan_mac=$(mtd_get_mac_binary factory 4)
|
||||
lan_mac=$(macaddr_add "$lan_mac" -1)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user