diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-02-11 18:41:25 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-02-11 18:41:25 +0100 |
commit | 355009ebe76cb7f526737a88c7683c78e6a68118 (patch) | |
tree | 36753b9c2376a53b948ec8da4ec57a841e24b474 | |
parent | c991dab993e0dd463c23e93df51d13c0d4b95c0c (diff) | |
download | upstream-355009ebe76cb7f526737a88c7683c78e6a68118.tar.gz upstream-355009ebe76cb7f526737a88c7683c78e6a68118.tar.bz2 upstream-355009ebe76cb7f526737a88c7683c78e6a68118.zip |
ar71xx: add missing config symbol ATH79_MACH_CF_E375AC
Fixes: bf66bb8c96 "ar71xx:add support for COMFAST CF-E375AC"
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
-rw-r--r-- | target/linux/ar71xx/config-4.4 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-4.9 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-4.4 b/target/linux/ar71xx/config-4.4 index 4a8024b9a5..a952476f18 100644 --- a/target/linux/ar71xx/config-4.4 +++ b/target/linux/ar71xx/config-4.4 @@ -69,6 +69,7 @@ CONFIG_ATH79=y # CONFIG_ATH79_MACH_CF_E316N_V2 is not set # CONFIG_ATH79_MACH_CF_E320N_V2 is not set # CONFIG_ATH79_MACH_CF_E355AC is not set +# CONFIG_ATH79_MACH_CF_E375AC is not set # CONFIG_ATH79_MACH_CF_E380AC_V1 is not set # CONFIG_ATH79_MACH_CF_E380AC_V2 is not set # CONFIG_ATH79_MACH_CF_E520N is not set diff --git a/target/linux/ar71xx/config-4.9 b/target/linux/ar71xx/config-4.9 index 19f3541de8..d0cfa462bf 100644 --- a/target/linux/ar71xx/config-4.9 +++ b/target/linux/ar71xx/config-4.9 @@ -67,6 +67,7 @@ CONFIG_ATH79=y # CONFIG_ATH79_MACH_CF_E316N_V2 is not set # CONFIG_ATH79_MACH_CF_E320N_V2 is not set # CONFIG_ATH79_MACH_CF_E355AC is not set +# CONFIG_ATH79_MACH_CF_E375AC is not set # CONFIG_ATH79_MACH_CF_E380AC_V1 is not set # CONFIG_ATH79_MACH_CF_E380AC_V2 is not set # CONFIG_ATH79_MACH_CF_E520N is not set |