diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-09 21:50:27 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-09 21:50:27 +0000 |
commit | dc91f6e5eca840e33bc1351ab87ced3c572e866e (patch) | |
tree | e3c121e4110207a852912b29301c7c33e62abb90 /target/linux/generic | |
parent | fc968f9ae4ad54c8f5d5cb7e825e5ef9bfdc8810 (diff) |
[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/generic')
-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 802b27a48..56641c3a2 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 69066b81b..35280883b 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 |