forked from Ivasoft/openwrt
ath79: Consistently label art partition with lower case
This patch harmonizes the label and alias for art partitions across ath79. Since lower case seems to be more frequent, use that consistently. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Christian Lamparter
parent
4d807ad2d9
commit
fcb920ffe7
@@ -285,7 +285,7 @@ ath79_setup_macs()
|
||||
;;
|
||||
elecom,wrc-1750ghbk2-i|\
|
||||
elecom,wrc-300ghbk2-i)
|
||||
wan_mac=$(macaddr_add "$(mtd_get_mac_binary ART 4098)" -2)
|
||||
wan_mac=$(macaddr_add "$(mtd_get_mac_binary art 4098)" -2)
|
||||
;;
|
||||
engenius,ecb1750)
|
||||
lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)
|
||||
|
||||
Reference in New Issue
Block a user