diff options
author | Mathias Kresin <dev@kresin.me> | 2018-05-08 07:22:38 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-05-17 07:40:19 +0200 |
commit | 0ff5785c5d5e57d99acb8da06d2c08903448b663 (patch) | |
tree | 4541e482fb5751cbedcaf1e94fd9dae380432cdc /target/linux/ath79/image/generic-ubnt.mk | |
parent | 8f7e28a7835521e8e0e6f9ff44005c3374e39bf0 (diff) | |
download | upstream-0ff5785c5d5e57d99acb8da06d2c08903448b663.tar.gz upstream-0ff5785c5d5e57d99acb8da06d2c08903448b663.tar.bz2 upstream-0ff5785c5d5e57d99acb8da06d2c08903448b663.zip |
ath79: fix dts files
Add the SoC compatible to the individual dts files. Rename the dts files
to match the common pattern.
Remove dts files wich aren't used and no image in ar71xx exists.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/image/generic-ubnt.mk')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 17c89fcb1c..b614152263 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -81,35 +81,35 @@ define Device/ubnt-airrouter endef #TARGET_DEVICES += ubnt-airrouter -define Device/ubnt-bullet-m +define Device/ubnt_bullet-m $(Device/ubnt-xm) DEVICE_TITLE := Ubiquiti Bullet-M BOARDNAME := UBNT-BM endef -TARGET_DEVICES += ubnt-bullet-m +TARGET_DEVICES += ubnt_bullet-m -define Device/ubnt-rocket-m +define Device/ubnt_rocket-m $(Device/ubnt-xm) DEVICE_TITLE := Ubiquiti Rocket-M BOARDNAME := UBNT-RM endef -TARGET_DEVICES += ubnt-rocket-m +TARGET_DEVICES += ubnt_rocket-m -define Device/ubnt-nano-m +define Device/ubnt_nano-m $(Device/ubnt-xm) DEVICE_TITLE := Ubiquiti Nano-M BOARDNAME := UBNT-NM endef -TARGET_DEVICES += ubnt-nano-m +TARGET_DEVICES += ubnt_nano-m -define Device/ubnt-unifi +define Device/ubnt_unifi $(Device/ubnt-bz) ATH_SOC := ar7241 DEVICE_TITLE := Ubiquiti UniFi BOARDNAME := UBNT-UF DEVICE_PROFILE += UBNTUNIFI endef -TARGET_DEVICES += ubnt-unifi +TARGET_DEVICES += ubnt_unifi define Device/ubnt-unifiac DEVICE_PACKAGES := kmod-usb-core kmod-usb2 |