diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-04-18 18:35:47 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-04-18 18:35:47 +0000 |
commit | 78981f6f3c3fa003b7c9c351a1c902027fa1d1cd (patch) | |
tree | 3d48afe764021b9292fe61bfc90efc9e44d67298 /target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch | |
parent | 8c0ee9484b18f1db5fb901829706626bf5fc5a26 (diff) | |
download | mtk-20170518-78981f6f3c3fa003b7c9c351a1c902027fa1d1cd.zip mtk-20170518-78981f6f3c3fa003b7c9c351a1c902027fa1d1cd.tar.gz mtk-20170518-78981f6f3c3fa003b7c9c351a1c902027fa1d1cd.tar.bz2 |
kernel: refresh patches with 2.6.34-rc4
SVN-Revision: 20999
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch b/target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch index be31abe..39b6abe 100644 --- a/target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch +++ b/target/linux/generic-2.6/patches-2.6.34/902-darwin_scripts_include.patch @@ -62,7 +62,7 @@ #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile -@@ -130,6 +130,9 @@ check-lxdialog := $(srctree)/$(src)/lxd +@@ -140,6 +140,9 @@ check-lxdialog := $(srctree)/$(src)/lxd # we really need to do so. (Do not call gcc as part of make mrproper) HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC)) |