Added target architecture name for ps3
[openwrt.git] / package / libertas / src / main.c
index 3291ced..f6820da 100644 (file)
@@ -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.