diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-08-02 15:14:10 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-06 07:31:54 +0200 |
commit | f9065e44a6396dabfe578b87d7dad518253c6242 (patch) | |
tree | 60e954e479f3100010875f6966d3aae96b16ab8f /target/linux/ath79/base-files/etc/hotplug.d | |
parent | 3804134369aad07ee92d11dc3531bd52cbba19cc (diff) | |
download | upstream-f9065e44a6396dabfe578b87d7dad518253c6242.tar.gz upstream-f9065e44a6396dabfe578b87d7dad518253c6242.tar.bz2 upstream-f9065e44a6396dabfe578b87d7dad518253c6242.zip |
ath79: put all devices in alphabetical order in scripts
And remove specifying lan interfaces as eth1.1 because this is
handled by ucidef_add_switch.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index a687239d44..2dac7768c1 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -60,9 +60,9 @@ case "$FIRMWARE" in "pcs,cap324"|\ "tplink,tl-mr3220-v1"|\ "tplink,tl-mr3420-v1"|\ + "tplink,tl-wr2543-v1"|\ "tplink,tl-wr740n-v2"|\ "tplink,tl-wr841-v7"|\ - "tplink,tl-wr2543-v1"|\ "ubnt,unifi") ath9k_eeprom_extract "art" 4096 2048 ;; |