diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 12:10:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 12:10:18 +0000 |
commit | f17dee30588f1440044e461404de8b60800ea225 (patch) | |
tree | 3c05d1d0139d2e4d59c02f9ddd17412dd3bc7a1d /target/linux/generic | |
parent | 7454257fc630ff200eab608f4339f6c6aa9f880b (diff) | |
download | upstream-f17dee30588f1440044e461404de8b60800ea225.tar.gz upstream-f17dee30588f1440044e461404de8b60800ea225.tar.bz2 upstream-f17dee30588f1440044e461404de8b60800ea225.zip |
kernel: add missing symbols
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44338
Diffstat (limited to 'target/linux/generic')
-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 |