mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user