diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2018-06-27 12:10:33 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-28 18:39:57 +0200 |
commit | 56fddc2577baf194d1e9a7b37d454d12ff9fb469 (patch) | |
tree | 95dd18b200b0aaf5c195a93a4b571bace33d9ae8 /target/linux/ath79/base-files | |
parent | c463320812ea9aad329289a950e83bb6c43a8d58 (diff) | |
download | upstream-56fddc2577baf194d1e9a7b37d454d12ff9fb469.tar.gz upstream-56fddc2577baf194d1e9a7b37d454d12ff9fb469.tar.bz2 upstream-56fddc2577baf194d1e9a7b37d454d12ff9fb469.zip |
ath79: sync naming of Ubiquiti devices
Use a Unifi AC Lite board-/image name consistent with other Ubiquiti
devices.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/base-files')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 2 | ||||
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 2 |
2 files changed, 2 insertions, 2 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 e2a45b0526..e880abe5ac 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -15,7 +15,7 @@ ath79_setup_interfaces() "avm,fritz300e"|\ "tplink,tl-mr10u"|\ "tplink,tl-wr703n"|\ - "ubnt,ubnt-unifiac-lite"|\ + "ubnt,unifiac-lite"|\ "ubnt,unifi") ucidef_set_interface_lan "eth0" ;; diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 20df5a220f..c3cc4d9986 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -95,7 +95,7 @@ case "$FIRMWARE" in ath10kcal_extract "art" 20480 2116 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2) ;; - "ubnt,ubnt-unifiac-lite") + "ubnt,unifiac-lite") ath10kcal_extract "EEPROM" 20480 2116 ;; esac |