For the 2.6.37 kernel another config option must be enabled:
CONFIG_NET_IPGRE_DEMUX the gre demuxer before the IP transport
can be chosen. The kmod-gre package was not build.
This package fixes that, but it contains 2(!) modules: gre.ko and
ip_gre.ko . So anybody insmodding ip_gre.ko must now also insmod
gre.ko first.

Signed-off-by: Ard van Breemen <a...@kwaak.net>


Index: package/kernel/modules/netsupport.mk
===================================================================
--- package/kernel/modules/netsupport.mk        (revision 25810)
+++ package/kernel/modules/netsupport.mk        (working copy)
@@ -370,8 +370,10 @@
 define KernelPackage/gre
   SUBMENU:=$(NETWORK_SUPPORT_MENU)
   TITLE:=GRE support
-  KCONFIG:=CONFIG_NET_IPGRE
-  FILES=$(LINUX_DIR)/net/ipv4/ip_gre.ko
+  KCONFIG:=CONFIG_NET_IPGRE_DEMUX \
+       CONFIG_NET_IPGRE
+  FILES=$(LINUX_DIR)/net/ipv4/ip_gre.ko \
+       $(LINUX_DIR)/net/ipv4/gre.ko
 endef
 
 define KernelPackage/gre/description
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to