diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-05 12:21:40 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-03-05 12:53:06 +0100 |
commit | 74cbc4408645845d217797b67abd17c1a684d3df (patch) | |
tree | bd0fe66aa87247557900ef2a188fd480b655c7b1 /target/linux/ipq40xx/base-files | |
parent | 6e80df5e3344092a391468b1718e412f0dd151c1 (diff) | |
download | upstream-74cbc4408645845d217797b67abd17c1a684d3df.tar.gz upstream-74cbc4408645845d217797b67abd17c1a684d3df.tar.bz2 upstream-74cbc4408645845d217797b67abd17c1a684d3df.zip |
ipq40xx: fix support of EnGenius EAP2200
This fixes a typo in the device string for MAC address setup in
02_network and corrects the indent in the device's DTS files.
While at it, move the aliases section before the keys section to
have it closer to the top of the file.
Fixes: a736d912e2ba ("ipq40xx: add support for EnGenius EAP2200")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ipq40xx/base-files')
-rwxr-xr-x | target/linux/ipq40xx/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network index 190286541a..fb41572e37 100755 --- a/target/linux/ipq40xx/base-files/etc/board.d/02_network +++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network @@ -110,7 +110,7 @@ ipq40xx_setup_macs() lan_mac=$(mtd_get_mac_ascii bdcfg lanmac) label_mac=$lan_mac ;; - engenius,eap220|\ + engenius,eap2200|\ engenius,emd1) lan_mac=$(mtd_get_mac_ascii 0:APPSBLENV ethaddr) label_mac=$lan_mac |