diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-01-27 21:39:31 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-03 05:10:14 +0100 |
commit | bed9729587749e0b4eb89f4a5b0ed49da1979935 (patch) | |
tree | dc77d41174f92685e031ee4280a18e93e8ef4974 | |
parent | 670e14ed70c7c951ff77d1eb4ba1b7e9b346cd11 (diff) | |
download | upstream-bed9729587749e0b4eb89f4a5b0ed49da1979935.tar.gz upstream-bed9729587749e0b4eb89f4a5b0ed49da1979935.tar.bz2 upstream-bed9729587749e0b4eb89f4a5b0ed49da1979935.zip |
ar71xx: fix up mikrotik subtarget kernel config
Disable all devices which do not belong to the mikrotik subtarget.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
-rw-r--r-- | target/linux/ar71xx/mikrotik/config-default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/mikrotik/config-default b/target/linux/ar71xx/mikrotik/config-default index 6440bc499c..324c6f72f4 100644 --- a/target/linux/ar71xx/mikrotik/config-default +++ b/target/linux/ar71xx/mikrotik/config-default @@ -104,6 +104,7 @@ # CONFIG_ATH79_MACH_ONION_OMEGA is not set # CONFIG_ATH79_MACH_PB42 is not set # CONFIG_ATH79_MACH_PB44 is not set +# CONFIG_ATH79_MACH_PQI_AIR_PEN is not set # CONFIG_ATH79_MACH_QIHOO_C301 is not set # CONFIG_ATH79_MACH_R6100 is not set CONFIG_ATH79_MACH_RB2011=y @@ -116,6 +117,9 @@ CONFIG_ATH79_MACH_RB95X=y CONFIG_ATH79_MACH_RBSXTLITE=y # CONFIG_ATH79_MACH_RE450 is not set # CONFIG_ATH79_MACH_RW2458N is not set +# CONFIG_ATH79_MACH_SC1750 is not set +# CONFIG_ATH79_MACH_SC300M is not set +# CONFIG_ATH79_MACH_SC450 is not set # CONFIG_ATH79_MACH_SMART_300 is not set # CONFIG_ATH79_MACH_SOM9331 is not set # CONFIG_ATH79_MACH_SR3200 is not set |