diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 12:10:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 12:10:18 +0000 |
commit | 247ab2bfb334feec30504ca3d2d6037e4876da55 (patch) | |
tree | 5c0ada8ed3d4ceced7bd2178135f1db4d9b974df | |
parent | 9fe29735957d1461238e12affe345e301f0f2d73 (diff) | |
download | upstream-247ab2bfb334feec30504ca3d2d6037e4876da55.tar.gz upstream-247ab2bfb334feec30504ca3d2d6037e4876da55.tar.bz2 upstream-247ab2bfb334feec30504ca3d2d6037e4876da55.zip |
kernel: add missing symbols
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44338 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.19 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 42092024ad..b831223f49 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -2034,6 +2034,7 @@ CONFIG_MII=y # CONFIG_MIPS_COBALT is not set # CONFIG_MIPS_FPU_EMULATOR is not set # CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_PARAVIRT is not set # CONFIG_MIPS_SEAD3 is not set # CONFIG_MIPS_SIM is not set CONFIG_MISC_DEVICES=y diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index a849c0d8ae..0f3fe4ac72 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -2042,6 +2042,7 @@ CONFIG_MII=y # CONFIG_MIPS_COBALT is not set # CONFIG_MIPS_FPU_EMULATOR is not set # CONFIG_MIPS_MALTA is not set +# CONFIG_MIPS_PARAVIRT is not set # CONFIG_MIPS_SEAD3 is not set # CONFIG_MIPS_SIM is not set CONFIG_MISC_DEVICES=y |