OSDN Git Service

use awext driver in wpa_supplication 0.6.x because ipw2200 needs it
authorStefan Seidel <android@stefanseidel.info>
Fri, 24 Feb 2012 21:44:47 +0000 (22:44 +0100)
committerStefan Seidel <android@stefanseidel.info>
Fri, 24 Feb 2012 21:44:47 +0000 (22:44 +0100)
BoardConfig.mk
x41t_info

index 9317e8f..175e813 100644 (file)
@@ -15,6 +15,9 @@ BOARD_USES_KBDSENSOR := false
 BOARD_USES_HDAPS_ACCEL := true
 #TARGET_CPU_SMP := false
 BOARD_KERNEL_CMDLINE := root=/dev/ram0 quiet androidboot.hardware=$(TARGET_PRODUCT) video=1024x768 i915.lvds_downclock=1 i915.powersave=1 usbcore.autosuspend=2
+WPA_SUPPLICANT_VERSION := VER_0_6_X
+BOARD_WPA_SUPPLICANT_DRIVER := AWEXT
+BOARD_WPA_SUPPLICANT_PRIVATE_LIB := 
 
 include $(GENERIC_X86_CONFIG_MK)
 
index ee158b8..c109f08 100644 (file)
--- a/x41t_info
+++ b/x41t_info
@@ -4,5 +4,8 @@ detect_hardware()
 {
        modprobe hdaps || true
        modprobe mmc_block || true
+       modprobe lib80211_crypt_wep || true
+       modprobe lib80211_crypt_ccmp || true
+       modprobe lib80211_crypt_tkip || true
        return 1
 }