[openwrt/openwrt] ar71xx-generic: enable ATH79_MACH_TL_WR841N_V8 machine

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 31 12:20:17 PST 2018


neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/3f7908d697bb04f82dfd68a86391efc94d5a7aec

commit 3f7908d697bb04f82dfd68a86391efc94d5a7aec
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Wed Jan 31 21:18:16 2018 +0100

    ar71xx-generic: enable ATH79_MACH_TL_WR841N_V8 machine
    
    This machfile also contains the code for the TL-WR842N/ND v2, which is in
    ar71xx-generic and not in ar71xx-tiny.
    
    Fixes: 0cd5e85e7a "ar71xx: create new ar71xx/tiny subtarget for 4MB flash
    devices"
    Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
 target/linux/ar71xx/generic/config-default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/generic/config-default b/target/linux/ar71xx/generic/config-default
index a212617..1a1fa1b 100644
--- a/target/linux/ar71xx/generic/config-default
+++ b/target/linux/ar71xx/generic/config-default
@@ -152,6 +152,7 @@ CONFIG_ATH79_MACH_TL_WR703N=y
 CONFIG_ATH79_MACH_TL_WR720N_V3=y
 CONFIG_ATH79_MACH_TL_WR810N=y
 CONFIG_ATH79_MACH_TL_WR810N_V2=y
+CONFIG_ATH79_MACH_TL_WR841N_V8=y
 CONFIG_ATH79_MACH_TL_WR841N_V9=y
 CONFIG_ATH79_MACH_TL_WR902AC_V1=y
 CONFIG_ATH79_MACH_TL_WR942N_V1=y



More information about the lede-commits mailing list