From 95030ac0b673165772daf27128359eaaf536d457 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 20 Dec 2019 01:12:42 +0100 Subject: ath79: rename ATH_SOC to SOC This replaces ATH_SOC by the newly introduced common SOC device variable. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic-ubnt.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'target/linux/ath79/image/generic-ubnt.mk') diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 6deff781f7..760d5be196 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -39,7 +39,7 @@ endef define Device/ubnt-bz $(Device/ubnt) - ATH_SOC := ar7241 + SOC := ar7241 IMAGE_SIZE := 7448k UBNT_BOARD := XM UBNT_CHIP := ar7240 @@ -49,7 +49,7 @@ endef define Device/ubnt-wa $(Device/ubnt) - ATH_SOC := ar9342 + SOC := ar9342 IMAGE_SIZE := 15744k UBNT_BOARD := WA UBNT_CHIP := ar934x @@ -59,7 +59,7 @@ endef define Device/ubnt-xm $(Device/ubnt) - ATH_SOC := ar7241 + SOC := ar7241 DEVICE_VARIANT := XM DEVICE_PACKAGES += kmod-usb-ohci IMAGE_SIZE := 7448k @@ -72,7 +72,7 @@ endef define Device/ubnt-xw $(Device/ubnt) - ATH_SOC := ar9342 + SOC := ar9342 DEVICE_VARIANT := XW IMAGE_SIZE := 7552k UBNT_BOARD := XM @@ -84,7 +84,7 @@ endef define Device/ubnt_acb-isp $(Device/ubnt) - ATH_SOC := qca9533 + SOC := qca9533 DEVICE_MODEL := airCube ISP IMAGE_SIZE := 15744k UBNT_BOARD := ACB-ISP @@ -183,7 +183,7 @@ define Device/ubnt_routerstation_common DEVICE_PACKAGES := -kmod-ath9k -wpad-mini -uboot-envtools kmod-usb-ohci \ kmod-usb2 fconfig DEVICE_VENDOR := Ubiquiti - ATH_SOC := ar7161 + SOC := ar7161 IMAGE_SIZE := 16128k IMAGES := factory.bin IMAGE/factory.bin := append-rootfs | pad-rootfs | mkubntimage | \ @@ -222,7 +222,7 @@ TARGET_DEVICES += ubnt_unifi define Device/ubnt_unifiac DEVICE_VENDOR := Ubiquiti - ATH_SOC := qca9563 + SOC := qca9563 IMAGE_SIZE := 7744k DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct endef -- cgit v1.2.3