From 3035e0e2186752945b28a69da78d5330d93a6ff8 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Fri, 13 Sep 2013 18:59:29 +0300 Subject: Remove uwifi as there is no binary anyway and clean kernel Makefile Signed-off-by: Roman Yeryomin --- .../patches-2.6.30/9993-Makefile-vmlinux-path.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 target/linux/realtek/patches-2.6.30/9993-Makefile-vmlinux-path.patch (limited to 'target/linux/realtek/patches-2.6.30/9993-Makefile-vmlinux-path.patch') diff --git a/target/linux/realtek/patches-2.6.30/9993-Makefile-vmlinux-path.patch b/target/linux/realtek/patches-2.6.30/9993-Makefile-vmlinux-path.patch new file mode 100644 index 000000000..3b91c9717 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/9993-Makefile-vmlinux-path.patch @@ -0,0 +1,14 @@ +--- a/Makefile 2009-10-05 18:38:08.000000000 +0300 ++++ b/Makefile 2013-09-13 18:04:16.832665819 +0300 +@@ -696,7 +696,11 @@ + vmlinux-init := $(head-y) $(init-y) + vmlinux-main := $(core-y) $(libs-y) $(drivers-y) $(net-y) + vmlinux-all := $(vmlinux-init) $(vmlinux-main) ++ifneq ($(CONFIG_RTL_819X),) ++vmlinux-lds := arch/$(SRCARCH)/bsp/vmlinux.lds ++else + vmlinux-lds := arch/$(SRCARCH)/kernel/vmlinux.lds ++endif + export KBUILD_VMLINUX_OBJS := $(vmlinux-all) + + # Rule to link vmlinux - also used during CONFIG_KALLSYMS -- cgit v1.2.3