diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-09 21:50:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-09 21:50:27 +0000 |
commit | 3e08b75693d7e4291be40bc71ecbb793c882ebb7 (patch) | |
tree | 3cf219a26a3c7ea49af978ca2e507ea5f81b2f24 | |
parent | 32d8fac4779561095aac15a3c1d0c875ac4447ce (diff) | |
download | upstream-3e08b75693d7e4291be40bc71ecbb793c882ebb7.tar.gz upstream-3e08b75693d7e4291be40bc71ecbb793c882ebb7.tar.bz2 upstream-3e08b75693d7e4291be40bc71ecbb793c882ebb7.zip |
add two missing symbol for Kernel >= 2.6.37
SVN-Revision: 25984
-rw-r--r-- | target/linux/generic/config-2.6.37 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.38 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 802b27a482..56641c3a28 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -1853,6 +1853,7 @@ CONFIG_PPP_FILTER=y CONFIG_PPP_MULTILINK=y # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PPS is not set +# CONFIG_PPTP is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index 69066b81b3..35280883bd 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -1868,6 +1868,7 @@ CONFIG_PPP_FILTER=y CONFIG_PPP_MULTILINK=y # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PPS is not set +# CONFIG_PPTP is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set |