aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules-2.6.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-08-22 19:43:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-08-22 19:43:53 +0000
commitd7b3150c641527a80c560acc5e755472f8b4bc18 (patch)
tree462dcbd5745cd8a3e12c787758df4bc75774ee51 /include/modules-2.6.mk
parent1dc08b048acebd47f9e128f1a116edae024903ed (diff)
downloadmaster-187ad058-d7b3150c641527a80c560acc5e755472f8b4bc18.tar.gz
master-187ad058-d7b3150c641527a80c560acc5e755472f8b4bc18.tar.bz2
master-187ad058-d7b3150c641527a80c560acc5e755472f8b4bc18.zip
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
Diffstat (limited to 'include/modules-2.6.mk')
-rw-r--r--include/modules-2.6.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/modules-2.6.mk b/include/modules-2.6.mk
index 70a1fcc23c..08ac4da810 100644
--- a/include/modules-2.6.mk
+++ b/include/modules-2.6.mk
@@ -23,10 +23,6 @@ $(eval $(call KMOD_template,SCHED,sched,\
$(MODULES_DIR)/kernel/net/sched/*.ko \
,CONFIG_NET_SCHED))
-$(eval $(call KMOD_template,TUN,tun,\
- $(MODULES_DIR)/kernel/drivers/net/tun.ko \
-,CONFIG_TUN,,20,tun))
-
# Block devices
$(eval $(call KMOD_template,LOOP,loop,\