2
0
forked from Ivasoft/openwrt

ramips: add Poray X5/X6 Support

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>

SVN-Revision: 37638
This commit is contained in:
John Crispin
2013-08-01 14:31:04 +00:00
parent 0dc3b44b0d
commit 54968110f1
8 changed files with 158 additions and 3 deletions

View File

@@ -138,6 +138,9 @@ get_status_led() {
ur-336un)
status_led="ur336:green:wps"
;;
x5)
status_led="x5:green:power"
;;
xdxrn502j)
status_led="xdxrn502j:green:power"
;;

View File

@@ -227,7 +227,8 @@ ramips_setup_macs()
;;
m3 |\
m4)
m4 |\
x5)
lan_mac=$(mtd_get_mac_binary factory 4)
lan_mac=$(macaddr_add "$lan_mac" -1)
;;