mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Port kmod-ipip to the new module layout
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4991 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -303,6 +303,15 @@ define KernelPackage/ebtables
|
||||
endef
|
||||
$(eval $(call KernelPackage,ebtables))
|
||||
|
||||
define KernelPackage/ipip
|
||||
TITLE:=IP in IP encapsulation support
|
||||
DESCRIPTION:=\
|
||||
Kernel modules for IP in IP encapsulation
|
||||
FILES:=$(MODULES_DIR)/kernel/net/ipv4/ipip.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=$(CONFIG_NET_IPIP)
|
||||
endef
|
||||
$(eval $(call KernelPackage,ipip))
|
||||
|
||||
|
||||
define KernelPackage/ipv6
|
||||
TITLE:=IPv6 support
|
||||
|
||||
Reference in New Issue
Block a user