Skip to content
Snippets Groups Projects
Commit f56848b8 authored by mbm's avatar mbm
Browse files

fix a few broken depenancies

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4181 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 7d1de255
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ $(eval $(call KMOD_template,GRE,gre,\
$(eval $(call KMOD_template,IMQ,imq,\
$(MODULES_DIR)/kernel/net/ipv4/netfilter/*IMQ*.ko \
$(MODULES_DIR)/kernel/drivers/net/imq.ko \
))
,CONFIG_IMQ))
$(eval $(call KMOD_template,IPIP,ipip,\
$(MODULES_DIR)/kernel/net/ipv4/ipip.ko \
......@@ -54,7 +54,7 @@ $(eval $(call KMOD_template,PPPOE,pppoe,\
$(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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment