Allow loading of modules containing EXPORT_GPL symbols, needed to insmod crypto modules
[openwrt.git] / openwrt / package / linux / Makefile
index 90fb5ac..fa89f45 100644 (file)
@@ -54,6 +54,9 @@ $(eval $(call KMOD_template,MPPE,mppe,\
 $(eval $(call KMOD_template,TUN,tun,\
        $(MODULES_DIR)/kernel/drivers/net/tun.o \
 ))
+$(eval $(call KMOD_template,GRE,gre,\
+       $(MODULES_DIR)/kernel/net/ipv4/ip_gre.o \
+))
 $(eval $(call KMOD_template,SCHED,sched,\
        $(MODULES_DIR)/kernel/net/sched/*.o \
 ))
This page took 0.022222 seconds and 4 git commands to generate.