[oe-commits] [Bug 5181] driver_madwifi fails to find include files

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Thu Jun 18 19:47:48 UTC 2009


http://bugs.openembedded.org/show_bug.cgi?id=5181





--- Comment #4 from Shawn Rutledge <shawn.t.rutledge at gmail.com>  2009-06-18 19:47:48 ---
If madwifi has been installed, there would be an
/usr/include/madwifi/include/compat.h.  That is a prereq to be able to compile
the wpa_supplicant "driver" for this type of wifi device (really just a
wpa_supplicant module, not an OS driver).

Well wpa-supplicant-0.6.inc has this:

do_configure () {
        install -m 0755 ${WORKDIR}/defconfig-0.6.0-gnutls  .config

        if [ "x$HAS_PCI" == "x1" ] ; then
                echo "CONFIG_DRIVER_MADWIFI=y" >> .config
                echo "CFLAGS += -I${STAGING_INCDIR}/madwifi-ng" >> .config
        fi
}

Why does having PCI imply that your wireless card needs the madwifi driver?  We
need something like a gentoo use flag to control whether you need it or not. 
On my target system I don't need it.

And anyway, this recipe didn't actually ensure that the madwifi stuff is in
staging beforehand.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list