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/tiny.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ath79/image/tiny.mk') diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk index 039925e019..b974777c61 100644 --- a/target/linux/ath79/image/tiny.mk +++ b/target/linux/ath79/image/tiny.mk @@ -1,7 +1,7 @@ include ./common-buffalo.mk define Device/buffalo_whr-g301n - ATH_SOC := ar7240 + SOC := ar7240 DEVICE_VENDOR := Buffalo DEVICE_MODEL := WHR-G301N IMAGE_SIZE := 3712k @@ -16,7 +16,7 @@ endef TARGET_DEVICES += buffalo_whr-g301n define Device/dlink_dir-615-e4 - ATH_SOC := ar7240 + SOC := ar7240 DEVICE_VENDOR := D-Link DEVICE_MODEL := DIR-615 DEVICE_VARIANT := E4 @@ -34,7 +34,7 @@ endef TARGET_DEVICES += dlink_dir-615-e4 define Device/pqi_air-pen - ATH_SOC := ar9330 + SOC := ar9330 DEVICE_VENDOR := PQI DEVICE_MODEL := Air-Pen DEVICE_PACKAGES := kmod-usb2 -- cgit v1.2.3