diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-31 21:18:16 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-01-31 21:18:16 +0100 |
commit | 3f7908d697bb04f82dfd68a86391efc94d5a7aec (patch) | |
tree | f228e0d5296a6bd15f2df4452649776bef0f95e6 /target/linux/ar71xx/generic | |
parent | 33e8f7ee49352aba4256fd497eb6b2e244dac2f8 (diff) | |
download | upstream-3f7908d697bb04f82dfd68a86391efc94d5a7aec.tar.gz upstream-3f7908d697bb04f82dfd68a86391efc94d5a7aec.tar.bz2 upstream-3f7908d697bb04f82dfd68a86391efc94d5a7aec.zip |
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@universe-factory.net>
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/config-default b/target/linux/ar71xx/generic/config-default index a212617591..1a1fa1b830 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 |