[source] ar71xx: add rssileds to WA850RE v1 image

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 7 11:16:28 PDT 2017


mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/94aa2b8af07fa72565eb0c73a41c1fcd384b2102

commit 94aa2b8af07fa72565eb0c73a41c1fcd384b2102
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sat Oct 7 16:54:19 2017 +0200

    ar71xx: add rssileds to WA850RE v1 image
    
    A default rssileds config exists for the TP-Link WA850RE v1 but the
    rssiled package is not included by default.
    
    The compressed 17.01.3 image size increases by 3302 bytes which should
    be tolerable even for a 4MB flash board.
    
    Fixes: FS#1043
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/ar71xx/image/tp-link.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk
index 312152f..b76ed02 100644
--- a/target/linux/ar71xx/image/tp-link.mk
+++ b/target/linux/ar71xx/image/tp-link.mk
@@ -944,6 +944,7 @@ endef
 define Device/tl-wa850re-v1
     $(Device/tplink-4mlzma)
     DEVICE_TITLE := TP-LINK TL-WA850RE
+    DEVICE_PACKAGES := rssileds
     BOARDNAME := TL-WA850RE
     DEVICE_PROFILE := TLWA850
     TPLINK_HWID := 0x08500001



More information about the lede-commits mailing list