summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-05-17 20:40:24 +0300
committerRoman Yeryomin <roman@advem.lv>2013-05-17 20:40:24 +0300
commite6d87036412b952cb083eff2dc716aee97a771f2 (patch)
tree273dd3daaa85553832d3cc6d48276229dc7fbe09 /target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch
parenta18fec42221baa52fff4c5ffd45ec8f32e3add36 (diff)
Move to rsdk 3.2.4. Compiles cleanly.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch')
-rw-r--r--target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch b/target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch
new file mode 100644
index 000000000..2416e7dbb
--- /dev/null
+++ b/target/linux/realtek/patches-2.6.30/9998-net-rtl-fastpath-Makefile-config-path.patch
@@ -0,0 +1,15 @@
+--- files/net/rtl/fastpath/Makefile 2013-05-10 23:08:34.000000000 +0300
++++ files/net/rtl/fastpath/Makefile.new 2013-05-11 18:19:14.627010559 +0300
+@@ -2,10 +2,10 @@
+ # Makefile for the fastpath modules on top of IPv4.
+ #
+
+-include $(DIR_ROOT)/.config
++include $(TOPDIR)/.config
+
+ #EXTRA_CFLAGS += -I $(DIR_LINUX)/drivers/net/rtl819x
+-EXTRA_CFLAGS += -I $(DIR_LINUX)/net
++EXTRA_CFLAGS += -I $(TOPDIR)/net
+ EXTRA_CFLAGS += -D__KERNEL__
+ #EXTRA_CFLAGS += -Wno-implicit -Werror
+