add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select
SVN-Revision: 8800
This commit is contained in:
parent
b262b81027
commit
6226b53b1b
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ $(eval $(call KernelPackage,ipip))
|
|||
define KernelPackage/ipsec
|
||||
SUBMENU:=$(NSMENU)
|
||||
TITLE:=IPsec related modules (IPv4 and IPv6)
|
||||
DEPENDS:=@LINUX_2_6
|
||||
DEPENDS:=@LINUX_2_6 +kmod-crypto
|
||||
KCONFIG:= \
|
||||
CONFIG_NET_KEY \
|
||||
CONFIG_XFRM_USER
|
||||
|
@ -280,7 +280,7 @@ $(eval $(call KernelPackage,pppoe))
|
|||
define KernelPackage/pppoa
|
||||
SUBMENU:=$(NSMENU)
|
||||
TITLE:=PPPoA support
|
||||
DEPENDS:=kmod-ppp kmod-atm
|
||||
DEPENDS:=kmod-ppp +kmod-atm
|
||||
KCONFIG:=CONFIG_PPPOATM
|
||||
FILES:=$(LINUX_DIR)/net/atm/pppoatm.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,pppoatm)
|
||||
|
@ -312,7 +312,7 @@ $(eval $(call KernelPackage,ipoa))
|
|||
define KernelPackage/mppe
|
||||
SUBMENU:=$(NSMENU)
|
||||
TITLE:=Microsoft PPP compression/encryption
|
||||
DEPENDS:=kmod-ppp
|
||||
DEPENDS:=kmod-ppp +kmod-crypto
|
||||
KCONFIG:= \
|
||||
CONFIG_PPP_MPPE_MPPC \
|
||||
CONFIG_PPP_MPPE
|
||||
|
|
Loading…
Reference in a new issue