projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
524f7ae
)
fix kmod-sched build on 2.4
author
Nicolas Thill
<nico@openwrt.org>
Wed, 26 Apr 2006 05:52:15 +0000
(
05:52
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 26 Apr 2006 05:52:15 +0000
(
05:52
+0000)
SVN-Revision: 3708
openwrt/target/linux/generic-2.4/modules.mk
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/generic-2.4/modules.mk
b/openwrt/target/linux/generic-2.4/modules.mk
index f35e9ba56b8b42cb26018ab7ec794e029766e3ca..5244276c6353beaceaa56f6462dc75ad965e8843 100644
(file)
--- a/
openwrt/target/linux/generic-2.4/modules.mk
+++ b/
openwrt/target/linux/generic-2.4/modules.mk
@@
-39,12
+39,9
@@
$(eval $(call KMOD_template,PPPOE,pppoe,\
$(MODULES_DIR)/kernel/drivers/net/pppoe.o \
,CONFIG_PPPOE))
-ifneq ($(wildcard $(MODULES_DIR)/kernel/net/sched/*.o),)
-CONFIG_SCHED:=m
-endif
$(eval $(call KMOD_template,SCHED,sched,\
$(MODULES_DIR)/kernel/net/sched/*.o \
-
,CONFIG_SCHED
))
+))
$(eval $(call KMOD_template,TUN,tun,\
$(MODULES_DIR)/kernel/drivers/net/tun.o \