mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 22:51:53 +02:00
Port kmod-tun to the new module layout
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4633 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b1b6b493bc
commit
8c98ba0074
@ -23,10 +23,6 @@ $(eval $(call KMOD_template,SCHED,sched,\
|
|||||||
$(MODULES_DIR)/kernel/net/sched/*.ko \
|
$(MODULES_DIR)/kernel/net/sched/*.ko \
|
||||||
,CONFIG_NET_SCHED))
|
,CONFIG_NET_SCHED))
|
||||||
|
|
||||||
$(eval $(call KMOD_template,TUN,tun,\
|
|
||||||
$(MODULES_DIR)/kernel/drivers/net/tun.ko \
|
|
||||||
,CONFIG_TUN,,20,tun))
|
|
||||||
|
|
||||||
# Block devices
|
# Block devices
|
||||||
|
|
||||||
$(eval $(call KMOD_template,LOOP,loop,\
|
$(eval $(call KMOD_template,LOOP,loop,\
|
||||||
|
@ -297,6 +297,14 @@ FILES=$(MODULES_DIR)/kernel/net/ipv4/ip_gre.$(LINUX_KMOD_SUFFIX)
|
|||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,gre))
|
$(eval $(call KernelPackage,gre))
|
||||||
|
|
||||||
|
define KernelPackage/tun
|
||||||
|
TITLE:=Universal TUN/TAP driver
|
||||||
|
DESCRIPTION:=Kernel support for the TUN/TAP tunneling device
|
||||||
|
KCONFIG:=$(CONFIG_TUN)
|
||||||
|
FILES:=$(MODULES_DIR)/kernel/drivers/net/tun.$(LINUX_KMOD_SUFFIX)
|
||||||
|
endef
|
||||||
|
$(eval $(call KernelPackage,tun))
|
||||||
|
|
||||||
define KernelPackage/ppp
|
define KernelPackage/ppp
|
||||||
TITLE:=PPP modules
|
TITLE:=PPP modules
|
||||||
DESCRIPTION:=Kernel modules for PPP support
|
DESCRIPTION:=Kernel modules for PPP support
|
||||||
|
@ -16,13 +16,6 @@ config PACKAGE_KMOD_ATM
|
|||||||
help
|
help
|
||||||
ATM support
|
ATM support
|
||||||
|
|
||||||
config PACKAGE_KMOD_GRE
|
|
||||||
prompt "kmod-gre.......................... GRE tunneling driver"
|
|
||||||
tristate
|
|
||||||
default m
|
|
||||||
help
|
|
||||||
Kernel support for GRE tunnels
|
|
||||||
|
|
||||||
config PACKAGE_KMOD_IPIP
|
config PACKAGE_KMOD_IPIP
|
||||||
prompt "kmod-ipip......................... IP in IP encapsulation support"
|
prompt "kmod-ipip......................... IP in IP encapsulation support"
|
||||||
tristate
|
tristate
|
||||||
|
Loading…
Reference in New Issue
Block a user