summaryrefslogtreecommitdiff
path: root/packages/wifistix/wifistix-modules/install-properly.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-01 12:33:20 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-01 12:33:20 +0000
commitc6a46d9fc00dccc78b3543ee6c5b62f856bc4c86 (patch)
treefa46636f8c4430d89af0ff3559a98d42345bd07c /packages/wifistix/wifistix-modules/install-properly.patch
parent5aaaaa5942b4a928a34bf3804a3cf8cc302be4f8 (diff)
parent0758358b14b63d166784e5163682f9dc72b49a0e (diff)
merge of 'e7fcaa386e6ece8257005e7222964138b4ee8773'
and 'f68cd62e66ec1f6d24dc3d4588abbc23993878da'
Diffstat (limited to 'packages/wifistix/wifistix-modules/install-properly.patch')
-rw-r--r--packages/wifistix/wifistix-modules/install-properly.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/wifistix/wifistix-modules/install-properly.patch b/packages/wifistix/wifistix-modules/install-properly.patch
new file mode 100644
index 0000000000..ebc00ed867
--- /dev/null
+++ b/packages/wifistix/wifistix-modules/install-properly.patch
@@ -0,0 +1,14 @@
+Index: src_cf8385/Makefile
+===================================================================
+--- src_cf8385.orig/Makefile
++++ src_cf8385/Makefile
+@@ -2014,8 +2014,7 @@ endif
+
+ ifeq ($(CONFIG_CF),y)
+ ifeq ($(KVER),2.6)
+- cp -f cfio.$(MODEXT) $(INSTALLDIR)/
+- cp -f mcf25.$(MODEXT) $(INSTALLDIR)/
++ $(MAKE) -C $(KERNELDIR) M=$(PWD) INSTALL_MOD_PATH="$(INSTALL_MOD_PATH)" modules_install
+ else
+ cp -f io/mcf/cfio.$(MODEXT) $(INSTALLDIR)/
+ $(LD) -r -o $(INSTALLDIR)/mcf25.$(MODEXT) cf8xxx.$(MODEXT)