Port kmod-tun to the new module layout

SVN-Revision: 4633
This commit is contained in:
Florian Fainelli
2006-08-22 19:43:53 +00:00
parent ca200120f0
commit e0d3bc1c95
3 changed files with 8 additions and 11 deletions

View File

@@ -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,\