mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:01:54 +02:00
Package support for IP over ATM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8775 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
27ab715e19
commit
b1b2e82b21
@ -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
Block a user