diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-30 15:27:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-30 15:27:51 +0000 |
commit | 4a7464651be077eaa3e032e25d0a188160caa9e4 (patch) | |
tree | f25d0055a9187e8ff80b865712c3d09d1d3a2064 /target | |
parent | 4ef55873da17e9db2f0fbd7879dd38392388996e (diff) |
port ppp modules to package/kernel and fix ppp package dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Config.in | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 2fcb95f29..9929b9e52 100644 --- a/target/linux/Config.in +++ b/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 |