diff options
author | Kristian Evensen <kristian.evensen@gmail.com> | 2019-11-02 15:18:54 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-03 15:10:14 +0100 |
commit | a033f14fe9c65609e319a7bc1306d7ad6043a3a6 (patch) | |
tree | f7eb61a10237f0d5e52aee7c84403349c4154bdc /target/linux/ramips/mt7620 | |
parent | 65d76175a596703683f3aabc8825c9a555e849cf (diff) | |
download | upstream-a033f14fe9c65609e319a7bc1306d7ad6043a3a6.tar.gz upstream-a033f14fe9c65609e319a7bc1306d7ad6043a3a6.tar.bz2 upstream-a033f14fe9c65609e319a7bc1306d7ad6043a3a6.zip |
ramips: update ZBT WE1026 DTS-files
This commit makes the following changes to the WE1026 DTS-files:
* The parts that are unique to the -5G-version (LED and 5GHz wifi)
are moved to a separate file, so that WE1026.dtsi can be referenced also
by the DTS for the -H version.
* Use the generic "flash"-name for the spi-nor node.
* Add label MAC.
All changes have been tested on the WE1026-5G-16M and work fine. I.e.,
the device works as before the DTS-changes.
Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
Acked-by: Mathias Kresin <dev@kresin.me>
Acked-by: Alex Maclean <monkeh@monkeh.net>
Acked-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Acked-by: Petr Štetiar <ynezz@true.cz>
[minor style fixes, rebased onto base-files split, remove obsolete
gpio-keys comment]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/mt7620')
-rwxr-xr-x | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index 05877ddea7..9341e0deff 100755 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -273,6 +273,9 @@ ramips_setup_macs() linksys,e1700) wan_mac=$(mtd_get_mac_ascii config WAN_MAC_ADDR) ;; + zbtlink,zbt-we1026-5g-16m) + label_mac=$(cat /sys/class/ieee80211/phy1/macaddress) + ;; zyxel,keenetic-omni|\ zyxel,keenetic-omni-ii|\ zyxel,keenetic-viva) |