diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-18 12:39:45 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2018-02-22 18:53:22 +0100 |
commit | 22ae9b742bb0ac3290aa45858268d278f66d55b2 (patch) | |
tree | df43215b186c051e52ce23870615670c2c3292c5 /target/linux/ar71xx/image | |
parent | 3b8a858d5cf656b4a2832f1d831911a116aa4c74 (diff) | |
download | upstream-22ae9b742bb0ac3290aa45858268d278f66d55b2.tar.gz upstream-22ae9b742bb0ac3290aa45858268d278f66d55b2.tar.bz2 upstream-22ae9b742bb0ac3290aa45858268d278f66d55b2.zip |
ar71xx: YunCore AP90Q image supports also AP80Q
Vendor released new model (AP80Q) which is identical from hardware point
of view with already supported AP90Q. Include AP80Q in machine name.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 2158a9921a..137716d439 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -125,7 +125,7 @@ endef TARGET_DEVICES += ap531b0 define Device/ap90q - DEVICE_TITLE := YunCore AP90Q + DEVICE_TITLE := YunCore AP80Q/AP90Q BOARDNAME := AP90Q IMAGE_SIZE := 16000k MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),16000k(firmware),64k(art)ro |