remove modules.d entry for ip_gre (loaded by pptp init script)
authorFelix Fietkau <nbd@openwrt.org>
Sat, 16 Jul 2005 12:05:47 +0000 (12:05 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 16 Jul 2005 12:05:47 +0000 (12:05 +0000)
SVN-Revision: 1457

openwrt/target/linux/linux-2.4/Makefile

index 85f246e9cc5285c6d8613ae70e780c0ae24da2cb..4e52c07f1d29ae5ce4237dee51d7d78ef8edb82a 100644 (file)
@@ -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 \
 ))