[openwrt/openwrt] ar71xx: fix MikroTik rb-nor-flash-16M-ac image
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 23 16:36:56 PST 2018
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/059b2f548184cc6f0e8a4d4be40a06fc5c49a24f
commit 059b2f548184cc6f0e8a4d4be40a06fc5c49a24f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Jan 24 01:20:41 2018 +0100
ar71xx: fix MikroTik rb-nor-flash-16M-ac image
commit e15c63a375
ar71xx: add support for MikroTik RouterBOARD wAP G-5HacT2HnD (wAP AC)
changed the existing rb-nor-flash-16M-ac image in a way that it would
now only support the rb-wapg-5hact2hnd.
The board show however rather be added to the existing boards in the
rb-nor-flash-16M image template.
Reported-by: Mathias Kresin <dev at kresin.me>
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/ar71xx/image/mikrotik.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/image/mikrotik.mk b/target/linux/ar71xx/image/mikrotik.mk
index f381f85..b13bbdc 100644
--- a/target/linux/ar71xx/image/mikrotik.mk
+++ b/target/linux/ar71xx/image/mikrotik.mk
@@ -50,6 +50,6 @@ define Device/rb-nor-flash-16M-ac
$(Device/rb-nor-flash-16M)
DEVICE_TITLE := MikroTik RouterBoard (16 MB SPI NOR, 802.11ac)
DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x ath10k-firmware-qca9887
- SUPPORTED_DEVICES := rb-wapg-5hact2hnd
+ SUPPORTED_DEVICES += rb-wapg-5hact2hnd
endef
TARGET_DEVICES += rb-nor-flash-16M-ac
More information about the lede-commits
mailing list