diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-12-31 13:45:29 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 14:24:21 +0100 |
commit | 6e78d546d1197d7a3ec4cbc7aab22286ad49fb0f (patch) | |
tree | 20b9bb4dacae760e182bded8b53a4ae752f5a5d0 /target/linux/ath79/image/nand.mk | |
parent | cdbf2de77768dfde560b4ea663b4eac0d3a5a581 (diff) | |
download | upstream-6e78d546d1197d7a3ec4cbc7aab22286ad49fb0f.tar.gz upstream-6e78d546d1197d7a3ec4cbc7aab22286ad49fb0f.tar.bz2 upstream-6e78d546d1197d7a3ec4cbc7aab22286ad49fb0f.zip |
ath79: fix boardname of GL.iNet GL-AR300M
This device is called GL-AR300M, therefore rename the board(s)
to 'gl-ar300m-nor' and 'gl-ar300m-nand'
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
[change boardname in uboot envtools as well, don't use wildcards for
boardname]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/image/nand.mk')
-rw-r--r-- | target/linux/ath79/image/nand.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk index 5c7712308f..eee419194b 100644 --- a/target/linux/ath79/image/nand.mk +++ b/target/linux/ath79/image/nand.mk @@ -1,4 +1,4 @@ -define Device/glinet_ar300m-nand +define Device/glinet_gl-ar300m-nand ATH_SOC := qca9531 DEVICE_TITLE := GL-AR300M (NAND) DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage kmod-usb-ledtrig-usbport @@ -10,4 +10,4 @@ define Device/glinet_ar300m-nand IMAGE/sysupgrade.bin := sysupgrade-tar IMAGE/factory.ubi := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi endef -TARGET_DEVICES += glinet_ar300m-nand +TARGET_DEVICES += glinet_gl-ar300m-nand |