summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-30 15:27:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-30 15:27:51 +0000
commit526445bae27df2a51257769bbc0acddb235c120a (patch)
tree3839773aebd2eba906299602a1fe164ed2a623d0 /openwrt/target/linux
parentd4af14883e549d316fd7b32aa70746e12463e445 (diff)
downloadmtk-20170518-526445bae27df2a51257769bbc0acddb235c120a.zip
mtk-20170518-526445bae27df2a51257769bbc0acddb235c120a.tar.gz
mtk-20170518-526445bae27df2a51257769bbc0acddb235c120a.tar.bz2
port ppp modules to package/kernel and fix ppp package dependencies
SVN-Revision: 4329
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/Config.in34
1 files changed, 0 insertions, 34 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in
index 2fcb95f..9929b9e 100644
--- a/openwrt/target/linux/Config.in
+++ b/openwrt/target/linux/Config.in
@@ -37,40 +37,6 @@ config PACKAGE_KMOD_IPV6
help
Kernel modules for IPv6 protocol support
-config PACKAGE_KMOD_PPP
- prompt "kmod-ppp.......................... PPP support"
- tristate
- default m
- help
- Kernel support for PPP
-
-config PACKAGE_KMOD_MPPE
- prompt "kmod-mppe....................... PPP MPPE/MPPC module"
- tristate
- default m
- depends PACKAGE_KMOD_PPP
- select PACKAGE_kmod-crypto
- help
- Support for Microsoft PPP Encryption/Compression
-
-config PACKAGE_KMOD_PPPOATM
- prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
- tristate
- default y if LINUX_2_4_AR7
- default m
- depends PACKAGE_KMOD_PPP
- select PACKAGE_KMOD_ATM
- help
- Support for PPP over ATM
-
-config PACKAGE_KMOD_PPPOE
- prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
- tristate
- default m
- depends PACKAGE_KMOD_PPP
- help
- Support for PPP over Ethernet
-
config PACKAGE_KMOD_RING
prompt "kmod-ring......................... PF Ring"
tristate