diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-12-30 21:37:50 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 14:05:26 +0100 |
commit | 8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c (patch) | |
tree | 4ca77eddb272711626f59b7a21630bbfc08810f2 /target/linux/ath79/image | |
parent | caf306ce912a46e2d1204b996c3b4fede9af6dae (diff) | |
download | upstream-8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c.tar.gz upstream-8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c.tar.bz2 upstream-8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c.zip |
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 <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |