0e9c472232
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22693 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
344 B
Diff
16 lines
344 B
Diff
--- a/linux/include/openswan/ipsec_kversion.h
|
|
+++ b/linux/include/openswan/ipsec_kversion.h
|
|
@@ -363,6 +363,12 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#if LINUX_VERSION_CODE == KERNEL_VERSION(2,6,30)
|
|
+# ifndef CONFIG_COMPAT_NET_DEV_OPS
|
|
+# define USE_NETDEV_OPS
|
|
+# endif
|
|
+#endif
|
|
+
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)
|
|
# define USE_NETDEV_OPS
|
|
#else
|