projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added target architecture name for ps3
[openwrt.git]
/
package
/
libertas
/
src
/
main.c
diff --git
a/package/libertas/src/main.c
b/package/libertas/src/main.c
index
3291ced
..
f6820da
100644
(file)
--- a/
package/libertas/src/main.c
+++ b/
package/libertas/src/main.c
@@
-11,7
+11,9
@@
#include <linux/if_arp.h>
#include <linux/kthread.h>
#include <linux/kfifo.h>
-//#include <asm/olpc.h>
+#ifdef CONFIG_OLPC
+#include <asm/olpc.h>
+#endif
#include <net/iw_handler.h>
#include <net/ieee80211.h>
This page took
0.025148 seconds
and
4
git commands to generate.