projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] mac80211: add mising esac to mac80211.sh
[openwrt.git]
/
package
/
ifx-vmmc
/
patches
/
001-portability.patch
diff --git
a/package/ifx-vmmc/patches/001-portability.patch
b/package/ifx-vmmc/patches/001-portability.patch
index
fb8ab68
..
81869cd
100644
(file)
--- a/
package/ifx-vmmc/patches/001-portability.patch
+++ b/
package/ifx-vmmc/patches/001-portability.patch
@@
-24,3
+24,13
@@
$(MAKE) ARCH=@KERNEL_ARCH@ -C @KERNEL_BUILD_PATH@ O=@KERNEL_BUILD_PATH@ M=$(PWD) modules
clean-generic:
$(MAKE) ARCH=@KERNEL_ARCH@ -C @KERNEL_BUILD_PATH@ O=@KERNEL_BUILD_PATH@ M=$(PWD) modules
clean-generic:
+--- a/src/drv_vmmc_linux.c
++++ b/src/drv_vmmc_linux.c
+@@ -27,6 +27,7 @@
+ #include <linux/proc_fs.h>
+ #include <linux/wait.h>
+ #include <linux/vmalloc.h>
++#include <linux/sched.h>
+
+ #ifdef LINUX_2_6
+ #include <linux/version.h>
This page took
0.023492 seconds
and
4
git commands to generate.