diff options
author | John Crispin <john@openwrt.org> | 2015-12-12 21:01:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-12 21:01:02 +0000 |
commit | 5d4f5689fdd22b17d688a30717f39f036ea988a6 (patch) | |
tree | f04e8528f09d4e462361be0d011679985c2d911f /target | |
parent | f0664d34a6abb7fccc685146d15827b6851da505 (diff) | |
download | master-31e0f0ae-5d4f5689fdd22b17d688a30717f39f036ea988a6.tar.gz master-31e0f0ae-5d4f5689fdd22b17d688a30717f39f036ea988a6.tar.bz2 master-31e0f0ae-5d4f5689fdd22b17d688a30717f39f036ea988a6.zip |
ramips: add missing kernel symbols
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47884
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/mt7620/config-4.3 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7628/config-4.3 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt7688/config-4.3 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt288x/config-4.3 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-4.3 | 1 | ||||
-rw-r--r-- | target/linux/ramips/rt3883/config-4.3 | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-4.3 b/target/linux/ramips/mt7620/config-4.3 index bae003a37c..4f61d1efef 100644 --- a/target/linux/ramips/mt7620/config-4.3 +++ b/target/linux/ramips/mt7620/config-4.3 @@ -177,6 +177,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SOC_MT7620=y +# CONFIG_SOC_MT7621 is not set # CONFIG_SOC_RT288X is not set # CONFIG_SOC_RT305X is not set # CONFIG_SOC_RT3883 is not set diff --git a/target/linux/ramips/mt7628/config-4.3 b/target/linux/ramips/mt7628/config-4.3 index 35bfc97741..17b8984c95 100644 --- a/target/linux/ramips/mt7628/config-4.3 +++ b/target/linux/ramips/mt7628/config-4.3 @@ -175,6 +175,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SOC_MT7620=y +# CONFIG_SOC_MT7621 is not set # CONFIG_SOC_RT288X is not set # CONFIG_SOC_RT305X is not set # CONFIG_SOC_RT3883 is not set diff --git a/target/linux/ramips/mt7688/config-4.3 b/target/linux/ramips/mt7688/config-4.3 index 01abcf10c7..6ceccef6c6 100644 --- a/target/linux/ramips/mt7688/config-4.3 +++ b/target/linux/ramips/mt7688/config-4.3 @@ -180,6 +180,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SOC_MT7620=y +# CONFIG_SOC_MT7621 is not set # CONFIG_SOC_RT288X is not set # CONFIG_SOC_RT305X is not set # CONFIG_SOC_RT3883 is not set diff --git a/target/linux/ramips/rt288x/config-4.3 b/target/linux/ramips/rt288x/config-4.3 index 658e235770..17ea4838f0 100644 --- a/target/linux/ramips/rt288x/config-4.3 +++ b/target/linux/ramips/rt288x/config-4.3 @@ -163,6 +163,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SOC_MT7620 is not set +# CONFIG_SOC_MT7621 is not set CONFIG_SOC_RT288X=y # CONFIG_SOC_RT305X is not set # CONFIG_SOC_RT3883 is not set diff --git a/target/linux/ramips/rt305x/config-4.3 b/target/linux/ramips/rt305x/config-4.3 index 4b81771192..7b273501dd 100644 --- a/target/linux/ramips/rt305x/config-4.3 +++ b/target/linux/ramips/rt305x/config-4.3 @@ -164,6 +164,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SOC_MT7620 is not set +# CONFIG_SOC_MT7621 is not set # CONFIG_SOC_RT288X is not set CONFIG_SOC_RT305X=y # CONFIG_SOC_RT3883 is not set diff --git a/target/linux/ramips/rt3883/config-4.3 b/target/linux/ramips/rt3883/config-4.3 index 1e8bddde2b..1f8007ca55 100644 --- a/target/linux/ramips/rt3883/config-4.3 +++ b/target/linux/ramips/rt3883/config-4.3 @@ -173,6 +173,7 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SOC_MT7620 is not set +# CONFIG_SOC_MT7621 is not set # CONFIG_SOC_RT288X is not set # CONFIG_SOC_RT305X is not set CONFIG_SOC_RT3883=y |