mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
ath79: ap5030dn: use nvmem
Userspace handling is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c655deec99
commit
71d8c5f657
@ -15,6 +15,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
|
label-mac-device = ð0;
|
||||||
led-boot = &led_function_red;
|
led-boot = &led_function_red;
|
||||||
led-failsafe = &led_function_red;
|
led-failsafe = &led_function_red;
|
||||||
led-running = &led_function_green;
|
led-running = &led_function_green;
|
||||||
|
@ -718,9 +718,6 @@ ath79_setup_macs()
|
|||||||
hak5,packet-squirrel)
|
hak5,packet-squirrel)
|
||||||
label_mac=$(mtd_get_mac_binary u-boot 0x1fc00)
|
label_mac=$(mtd_get_mac_binary u-boot 0x1fc00)
|
||||||
;;
|
;;
|
||||||
huawei,ap5030dn)
|
|
||||||
label_mac=$(mtd_get_mac_binary art 0x2005b)
|
|
||||||
;;
|
|
||||||
iodata,etg3-r)
|
iodata,etg3-r)
|
||||||
lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)
|
lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)
|
||||||
wan_mac=$(macaddr_add "$lan_mac" -1)
|
wan_mac=$(macaddr_add "$lan_mac" -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user