diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-13 13:45:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-13 13:45:11 +0000 |
commit | 79fec7f06dacdb5d914a397eb4da78167562087c (patch) | |
tree | 2b2f3dcc23eb1d2845cb2921be5f4c974a022089 /hostap | |
parent | bfa10e6772f768e7c181bed77512eabdeb58c743 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/13 14:45:02+01:00 uni-frankfurt.de!mickeyl
add qpegps 0.9.2, highly inofficial but hey - who cares
2004/11/13 13:53:27+01:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/12 23:35:11+01:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/12 22:51:55+01:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/12 21:30:59+01:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/12 16:48:17+01:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/11/12 14:13:08+01:00 uni-frankfurt.de!mickeyl
hostap cosmetics
BKrev: 41960fe7AwxcHTRaHYbzbNnkrOWhVA
Diffstat (limited to 'hostap')
-rw-r--r-- | hostap/files/hostap_cs.conf | 2 | ||||
-rw-r--r-- | hostap/hostap-modules_0.2.5.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hostap/files/hostap_cs.conf b/hostap/files/hostap_cs.conf index ac687b3183..8c054a67f8 100644 --- a/hostap/files/hostap_cs.conf +++ b/hostap/files/hostap_cs.conf @@ -8,7 +8,7 @@ card "Linksys WCF12 11Mbps 802.11b WLAN Card" version "Linksys", "Wireless CompactFlash Card" bind "hostap_cs" -card "Asus Spacelink WL110" +card "Asus SpaceLink WL110" manfid 0x02aa,0x0002 bind "hostap_cs" diff --git a/hostap/hostap-modules_0.2.5.oe b/hostap/hostap-modules_0.2.5.oe index 6a76d8460d..10c20007f1 100644 --- a/hostap/hostap-modules_0.2.5.oe +++ b/hostap/hostap-modules_0.2.5.oe @@ -16,7 +16,7 @@ S = "${WORKDIR}/hostap-driver-${PV}" inherit module EXTRA_OEMAKE = "EXTRA_CFLAGS='-DPRISM2_NON_VOLATILE_DOWNLOAD'" - +MAKE_TARGETS = "KERNEL_PATH=${KERNEL_SOURCE} MAKE='make -e'" NET_MODULES = "hostap.o hostap_pci.o hostap_crypt_ccmp.o hostap_crypt_tkip.o hostap_crypt_wep.o" do_install() { |