diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-08-22 19:43:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-08-22 19:43:53 +0000 |
commit | d7b3150c641527a80c560acc5e755472f8b4bc18 (patch) | |
tree | 462dcbd5745cd8a3e12c787758df4bc75774ee51 /include | |
parent | 1dc08b048acebd47f9e128f1a116edae024903ed (diff) | |
download | upstream-d7b3150c641527a80c560acc5e755472f8b4bc18.tar.gz upstream-d7b3150c641527a80c560acc5e755472f8b4bc18.tar.bz2 upstream-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')
-rw-r--r-- | include/modules-2.6.mk | 4 |
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,\ |