From 8cacb84041e92e4e4d14057e708b6f232d106a50 Mon Sep 17 00:00:00 2001 From: Russell Senior Date: Tue, 10 Mar 2020 18:06:03 -0700 Subject: ath79: rename ubnt_bullet-m to ubnt_bullet-m-ar7241 Since there exists another variant of the Bullet M with AR7240 SoC under the same name, this patch introduces the SoC into the device name to be able to distinguish these variants. Signed-off-by: Russell Senior [add commit message, adjust model in DTS, fix 02_network and SUPPORTED_DEVICES] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic-ubnt.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'target/linux/ath79/image') diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index aad177bf4a..4902023089 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -113,14 +113,15 @@ define Device/ubnt_airrouter endef TARGET_DEVICES += ubnt_airrouter -define Device/ubnt_bullet-m +define Device/ubnt_bullet-m-ar7241 $(Device/ubnt-xm) SOC := ar7241 DEVICE_MODEL := Bullet-M + DEVICE_VARIANT := XM (AR7241) DEVICE_PACKAGES += rssileds - SUPPORTED_DEVICES += bullet-m + SUPPORTED_DEVICES += bullet-m ubnt,bullet-m endef -TARGET_DEVICES += ubnt_bullet-m +TARGET_DEVICES += ubnt_bullet-m-ar7241 define Device/ubnt_bullet-m-xw $(Device/ubnt-xw) -- cgit v1.2.3