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 | 115f011e878bc4b50442a1a0bf3fba1124ce358d (patch) | |
tree | e3c121e4110207a852912b29301c7c33e62abb90 /target/linux | |
parent | 7905f8b2e6633817a52d6605f9aff98dbb8999d2 (diff) | |
download | master-187ad058-115f011e878bc4b50442a1a0bf3fba1124ce358d.tar.gz master-187ad058-115f011e878bc4b50442a1a0bf3fba1124ce358d.tar.bz2 master-187ad058-115f011e878bc4b50442a1a0bf3fba1124ce358d.zip |
[generic] add two missing symbol for Kernel >= 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |