diff options
Diffstat (limited to 'target/linux/realtek/patches-2.6.30')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/301-expose-more-headers-to-userspace.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/301-expose-more-headers-to-userspace.patch b/target/linux/realtek/patches-2.6.30/301-expose-more-headers-to-userspace.patch new file mode 100644 index 000000000..2b52ea1e8 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/301-expose-more-headers-to-userspace.patch @@ -0,0 +1,17 @@ +--- linux-2.6.30.9/include/asm-generic/Kbuild 2009-10-05 18:38:08.000000000 +0300 ++++ linux-2.6.30.9/include/asm-generic/Kbuild 2012-10-08 14:22:10.454906741 +0300 +@@ -1,3 +1,4 @@ ++header-y += bitsperlong.h + header-y += errno-base.h + header-y += errno.h + header-y += fcntl.h +--- linux-2.6.30.9/include/linux/netfilter/Kbuild 2012-10-08 14:20:50.699887312 +0300 ++++ linux-2.6.30.9/include/linux/netfilter/Kbuild 2012-10-08 14:20:22.872880778 +0300 +@@ -28,6 +28,7 @@ + header-y += xt_hashlimit.h + header-y += xt_iprange.h + header-y += xt_helper.h ++header-y += xt_layer7.h + header-y += xt_length.h + header-y += xt_limit.h + header-y += xt_mac.h |