diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-07 18:53:37 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-07 19:06:57 +0100 |
commit | 5fc63ec8a496066d101de41ae4f820c5c4e39c04 (patch) | |
tree | 70989c58557aac961e5f200a5f265d5eb6a5b08f /target/linux/ath79/image/nand.mk | |
parent | 2b4d9b68500146b6ef16c798bebb5e0fdcae170f (diff) | |
download | upstream-5fc63ec8a496066d101de41ae4f820c5c4e39c04.tar.gz upstream-5fc63ec8a496066d101de41ae4f820c5c4e39c04.tar.bz2 upstream-5fc63ec8a496066d101de41ae4f820c5c4e39c04.zip |
ath79: disable building future NAND images for GL-AR300M/GL-AR750S
To simplify the upgrade process and ensure easier identification of
device partitioning, the following devices are disabled on ath79
target in openwrt-19.07 branch:
- glinet,gl-ar300m-nor
- glinet,gl-ar300m-nand
- glinet,gl-ar750s
Proper ath79 (NAND) support for the devices is expected to be
introduced based on kernel 4.19 (see GitHub PR #2184).
In openwrt-19.07, ar71xx should be used for those devices.
With this, we ensure that the new ath79 image names (at least for
releases) refer to the updated partitioning.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/image/nand.mk')
-rw-r--r-- | target/linux/ath79/image/nand.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk index eee419194b..0b5c05f8cb 100644 --- a/target/linux/ath79/image/nand.mk +++ b/target/linux/ath79/image/nand.mk @@ -10,4 +10,4 @@ define Device/glinet_gl-ar300m-nand IMAGE/sysupgrade.bin := sysupgrade-tar IMAGE/factory.ubi := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi endef -TARGET_DEVICES += glinet_gl-ar300m-nand +#TARGET_DEVICES += glinet_gl-ar300m-nand |