From: Felix Fietkau Date: Sat, 16 Jul 2005 12:05:47 +0000 (+0000) Subject: remove modules.d entry for ip_gre (loaded by pptp init script) X-Git-Tag: whiterussian_rc4~318 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=797bd4b93b8333dd9f6437f14cdf9ea6830efc9a;p=openwrt%2Fsvn-archive%2Fopenwrt.git remove modules.d entry for ip_gre (loaded by pptp init script) SVN-Revision: 1457 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 85f246e9cc..4e52c07f1d 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -141,7 +141,7 @@ $(eval $(call KMOD_template,TUN,tun,\ ,CONFIG_TUN,,20,tun)) $(eval $(call KMOD_template,GRE,gre,\ $(MODULES_DIR)/kernel/net/ipv4/ip_gre.o \ -,CONFIG_NET_IPGRE,,30,ip_gre)) +,CONFIG_NET_IPGRE)) $(eval $(call KMOD_template,SCHED,sched,\ $(MODULES_DIR)/kernel/net/sched/*.o \ ))