From 8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sun, 30 Dec 2018 21:37:50 +0100 Subject: ath79: fix boardname of GL.iNet GL-AR150 This device is called GL-AR150, therefore rename the board to 'gl-ar150' Signed-off-by: Paul Wassi --- target/linux/ath79/image/generic.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ath79/image') diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 31c62f659d..600ab43e7f 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -259,14 +259,14 @@ define Device/etactica_eg200 endef TARGET_DEVICES += etactica_eg200 -define Device/glinet_ar150 +define Device/glinet_gl-ar150 ATH_SOC := ar9330 DEVICE_TITLE := GL.iNet GL-AR150 DEVICE_PACKAGES := kmod-usb-chipidea2 IMAGE_SIZE := 16000k SUPPORTED_DEVICES += gl-ar150 endef -TARGET_DEVICES += glinet_ar150 +TARGET_DEVICES += glinet_gl-ar150 define Device/glinet_ar300m-nor ATH_SOC := qca9531 -- cgit v1.2.3