I missed that one totally. Now, I can see wpa_supplicant in included in the build. Thank you Yi Sun!
On May 4, 5:55 pm, Yi Sun <[email protected]> wrote: > Have your try > WPA_BUILD_SUPPLICANT := true > > In the wpa_supplicant/Android.mk ? > Yi > > On Mon, 2009-05-04 at 17:07 -0700, penguins wrote: > > Hi, > > > I've followed all the instructions tobuildAdnroid to includeWifi > > and sound and run all the patches. However, wpa_supplicant is still > > not included the in thebuildand sound is still not working =(. > > > Here are the config that I include tobuildAndroid: > >Wifi > > ---- > > 1. Add HAVE_CUSTOM_WIFI_DRIVER_2 := true to > >build/target/board/generic/BoardConfig.mk file. > > > 2. make sure external/wpa_supplicant/.config has got below entries > > CONFIG_WIRELESS_EXTENSION=y > > CONFIG_CTRL_IFACE=y > > CONFIG_DRIVER_WEXT=y > > > Sound > > ----- > > 1. in local_manifest.xml: > > <?xml version="1.0" encoding="UTF-8"?> > > <manifest> > > <project name="platform/vendor/asus/eee_701" path="vendor/asus/ > > eee_701"/> > > <project name="platform/external/alsa-lib" path="external/alsa-lib"/> > > <project name="platform/external/alsa-utils" path="external/alsa- > > utils"/> > > > 2. $vim ~/android_build/build/target/board/generic/BoardConfig.mk > > add BOARD_USES_ALSA_AUDIO := true > > #BOARD_USES_GENERIC_AUDIO := true > > 3. run alsactl on Ubuntu and put /var/lib/alsa/asound.state to /var/ > > lib/alsa/asound.state > > > Did I miss something? I'm usingAndroidfrom git repository > > (04/30/2009). > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
