wmiconfig: new recipe; configuration utility for atheros wifi chipsets
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 19 Nov 2008 18:55:23 +0000 (19:55 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 19 Nov 2008 18:55:45 +0000 (19:55 +0100)
conf/distro/include/moko-autorev.inc
conf/distro/include/sane-srcrevs.inc
packages/wmiconfig/wmiconfig_svn.bb [new file with mode: 0644]

index b63b9e0..59968f5 100644 (file)
@@ -67,3 +67,5 @@ SRCREV_pn-u-boot-openmoko ?= "${AUTOREV}"
 SRCREV_pn-u-boot-openmoko-devel ?= "${AUTOREV}"
 SRCREV_pn-usbpath ?= "${AUTOREV}"
 SRCREV_pn-usbpath-native ?= "${AUTOREV}"
+SRCREV_pn-wmiconfig ?= "${AUTOREV}"
+
index f6023e5..3606324 100644 (file)
@@ -214,6 +214,7 @@ SRCREV_pn-webkit-qtopia ?= "28656"
 SRCREV_pn-wesnoth ?= "22021"
 SRCREV_pn-wlan-ng-modules ?= "1859"
 SRCREV_pn-wlan-ng-utils ?= "1859"
+SRCREV_pn-wmiconfig ?= "4522"
 SRCREV_pn-xoo ?= "1971"
 SRCREV_pn-xserver-kdrive-glamo ?= "7fa46527131177dfba7e711d1530205a9efc5e79"
 SRCREV_pn-zhone ?= "929c78f2e83faef526064231c17958eaef72eba3"
diff --git a/packages/wmiconfig/wmiconfig_svn.bb b/packages/wmiconfig/wmiconfig_svn.bb
new file mode 100644 (file)
index 0000000..bcf7867
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Atheros 6K Wifi configuration utility"
+LICENSE = "GPL"
+SECTION = "console/network"
+PV = "0.0.0+svnr${SRCREV}"
+
+SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http"
+S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
+
+export CC := "${CC}"
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 wmiconfig ${D}${bindir}
+}
+