diff options
author | jgrant@thegrantclan.org <jgrant@thegrantclan.org> | 2004-09-24 19:34:38 +0000 |
---|---|---|
committer | jgrant@thegrantclan.org <jgrant@thegrantclan.org> | 2004-09-24 19:34:38 +0000 |
commit | 86182e5bd22f80718af59dce1c04796aa07872a6 (patch) | |
tree | 30d849082bca714bf3885c61cd59d80e4582fd67 /wlan-ng | |
parent | 50ddf3c5369e333bb4bf4f7b802d15be668ead28 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into desknote.thegrantclan.org:/home/jgrant/zaurus/packages
2004/09/24 14:32:30-05:00 thegrantclan.org!jgrant
added /dev/usb/host_ohci to devices
added a script so that I can uses wlanup and wlandown to connect the builtin wifi to the network from the command line.
BKrev: 415476ceTIbpaCwHrnCHjx1BSsZeCw
Diffstat (limited to 'wlan-ng')
-rw-r--r-- | wlan-ng/files/sl6kwlanctl-ng | 0 | ||||
-rw-r--r-- | wlan-ng/files/wlanctl-ng | 0 | ||||
-rw-r--r-- | wlan-ng/wlan-ng-modules_0.2.1pre21.oe | 9 |
3 files changed, 7 insertions, 2 deletions
diff --git a/wlan-ng/files/sl6kwlanctl-ng b/wlan-ng/files/sl6kwlanctl-ng new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/wlan-ng/files/sl6kwlanctl-ng diff --git a/wlan-ng/files/wlanctl-ng b/wlan-ng/files/wlanctl-ng new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/wlan-ng/files/wlanctl-ng diff --git a/wlan-ng/wlan-ng-modules_0.2.1pre21.oe b/wlan-ng/wlan-ng-modules_0.2.1pre21.oe index 861b953295..5186043f43 100644 --- a/wlan-ng/wlan-ng-modules_0.2.1pre21.oe +++ b/wlan-ng/wlan-ng-modules_0.2.1pre21.oe @@ -2,15 +2,17 @@ DESCRIPTION = "linux-wlan-ng (prism2.x, prism3, pcmcia, pci, usb) driver for 11M DEPENDS = "virtual/kernel" MAINTAINER = "Jeremy Grant <jeremy@thegrantclan.org>" LICENSE = "GPL" -PR = "r3" +PR = "r4" + SRC_URI = "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \ - file://no-compat.patch;patch=1 \ + file://no-compat.patch;patch=1 \ file://Ambit_usb.patch;patch=1 \ file://config.mk \ file://wlan-ng.modutils \ file://wlan.agent \ file://version.h \ + file://sl6kwlanctl-ng \ file://usbctl" S = "${WORKDIR}/linux-wlan-ng-${PV}" @@ -31,6 +33,9 @@ do_install() { install -m 0644 ${WORKDIR}/wlan-ng.modutils ${D}/etc/modutils/wlan-ng.conf install -m 0755 ${WORKDIR}/wlan.agent ${D}/etc/hotplug/wlan.agent install -m 0755 ${WORKDIR}/usbctl ${D}/sbin/usbctl + install -m 0755 ${WORKDIR}/sl6kwlanctl-ng ${D}/sbin/sl6kwlanctl-ng + ln -s /sbin/sl6kwlanctl-ng ${D}/sbin/wlanup + ln -s /sbin/sl6kwlanctl-ng ${D}/sbin/wlandown } sbindir = "/sbin" |