parent
5d3031cfb0
commit
e0d8235b82
|
@ -293,6 +293,22 @@ endef
|
|||
$(eval $(call KernelPackage,pppoa))
|
||||
|
||||
|
||||
define KernelPackage/ipoa
|
||||
SUBMENU:=$(NSMENU)
|
||||
TITLE:=IPoA support
|
||||
DEPENDS:=kmod-atm
|
||||
KCONFIG:=CONFIG_ATM_CLIP
|
||||
FILES:=$(LINUX_DIR)/net/atm/clip.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,clip)
|
||||
endef
|
||||
|
||||
define KernelPackage/ipoa/description
|
||||
Kernel modules for IPoA (IP over ATM) support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ipoa))
|
||||
|
||||
|
||||
define KernelPackage/mppe
|
||||
SUBMENU:=$(NSMENU)
|
||||
TITLE:=Microsoft PPP compression/encryption
|
||||
|
|
Loading…
Reference in New Issue