Package support for IP over ATM
SVN-Revision: 8775
This commit is contained in:
parent
5d3031cfb0
commit
e0d8235b82
1 changed files with 16 additions and 0 deletions
|
@ -293,6 +293,22 @@ endef
|
||||||
$(eval $(call KernelPackage,pppoa))
|
$(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
|
define KernelPackage/mppe
|
||||||
SUBMENU:=$(NSMENU)
|
SUBMENU:=$(NSMENU)
|
||||||
TITLE:=Microsoft PPP compression/encryption
|
TITLE:=Microsoft PPP compression/encryption
|
||||||
|
|
Loading…
Reference in a new issue