1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 03:00:23 +03:00

add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8800 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-09-16 16:16:57 +00:00
parent 37f141daba
commit b438225ea4

View File

@ -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