projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
speed up the ipkg build process some more by reordering commands
[openwrt.git]
/
package
/
mac80211
/
patches
/
120-pm_qos_params.patch
diff --git
a/package/mac80211/patches/120-pm_qos_params.patch
b/package/mac80211/patches/120-pm_qos_params.patch
index
8562992
..
ca4b7bf
100644
(file)
--- a/
package/mac80211/patches/120-pm_qos_params.patch
+++ b/
package/mac80211/patches/120-pm_qos_params.patch
@@
-5,7
+5,7
@@
#define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation"
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
#define DRV_COPYRIGHT "Copyright(c) 2003-2006 Intel Corporation"
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35))
- struct pm_qos_request_list *ipw2100_pm_qos_req;
+ st
atic st
ruct pm_qos_request_list *ipw2100_pm_qos_req;
+#endif
/* Debugging stuff */
+#endif
/* Debugging stuff */
This page took
0.022806 seconds
and
4
git commands to generate.