diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-15 18:41:57 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-15 18:41:57 +0200 |
commit | 9f3415d30bda1cdeef484d6f179f70d95295c9e2 (patch) | |
tree | a4f4a6e23d2532faad53b1de1c828f45fa70a7b6 /target/linux/ath79/dts/ar7241_ubnt_airrouter.dts | |
parent | e49fac097ca738658bf33fd918437bfec3e6ed80 (diff) | |
download | upstream-9f3415d30bda1cdeef484d6f179f70d95295c9e2.tar.gz upstream-9f3415d30bda1cdeef484d6f179f70d95295c9e2.tar.bz2 upstream-9f3415d30bda1cdeef484d6f179f70d95295c9e2.zip |
ath79: harmonize model names for Ubiquiti devices
This harmonizes the model names for the ath79 Ubiquiti devices by
applying a few minor cosmetic adjustments:
- Removes hyphens where they are not found in the product names
(Ubiquiti uses hyphens only for the abbreviated version names
like UAP-AC-PRO which we don't use anyway.)
- Add (XM) suffix for DTS model strings to help with distinguishing
them from their XW counterparts.
- Remove DEVICE_VARIANT for LAP-120 which actually was an alternate
device name.
- Generally make DTS model names and those from generic-ubnt.mk
more consistent.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_ubnt_airrouter.dts')
-rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_airrouter.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt_airrouter.dts b/target/linux/ath79/dts/ar7241_ubnt_airrouter.dts index dd2421da8e..9da1c45b47 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_airrouter.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_airrouter.dts @@ -6,7 +6,7 @@ / { compatible = "ubnt,airrouter", "ubnt,xm", "qca,ar7241"; - model = "Ubiquiti AirRouter"; + model = "Ubiquiti AirRouter (XM)"; aliases { led-boot = &led_globe; |