diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-06-05 15:59:30 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-10 11:25:41 +0200 |
commit | fcb920ffe70af7a3b962d893916aee1619c5fb8e (patch) | |
tree | 3fadf63f2031da0912cfb4bc1e720437d1acb5a7 /target/linux/ath79/base-files/etc/board.d | |
parent | 4d807ad2d95f000707d595d9aa52bc1e8aacbf0c (diff) | |
download | upstream-fcb920ffe70af7a3b962d893916aee1619c5fb8e.tar.gz upstream-fcb920ffe70af7a3b962d893916aee1619c5fb8e.tar.bz2 upstream-fcb920ffe70af7a3b962d893916aee1619c5fb8e.zip |
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>
Diffstat (limited to 'target/linux/ath79/base-files/etc/board.d')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index a2cd0ac3a6..99e7825c67 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -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) |