[kernel] add missing ledtrig-netdev dependency on the networking stack
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.31 / 028-module_exports.patch
index 1af1a50..3d73a02 100644 (file)
        = { (unsigned long)&sym, __kstrtab_##sym }
  
  #define EXPORT_SYMBOL(sym)                                    \
---- a/Makefile
-+++ b/Makefile
-@@ -986,7 +986,7 @@ prepare: prepare0
- # Leave this as default for preprocessing vmlinux.lds.S, which is now
- # done in arch/$(ARCH)/kernel/Makefile
--export CPPFLAGS_vmlinux.lds += -P -C -U$(ARCH)
-+export CPPFLAGS_vmlinux.lds += -P -C -U$(ARCH) $(EXTRA_LDSFLAGS)
- # The asm symlink changes when $(ARCH) changes.
- # Detect this and ask user to run make mrproper
 --- a/arch/arm/kernel/vmlinux.lds.S
 +++ b/arch/arm/kernel/vmlinux.lds.S
 @@ -79,26 +79,6 @@ SECTIONS
This page took 0.026007 seconds and 4 git commands to generate.