diff options
Diffstat (limited to 'recipes/wmiconfig/wmiconfig_svn.bb')
-rw-r--r-- | recipes/wmiconfig/wmiconfig_svn.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/wmiconfig/wmiconfig_svn.bb b/recipes/wmiconfig/wmiconfig_svn.bb new file mode 100644 index 0000000000..bcf78679b9 --- /dev/null +++ b/recipes/wmiconfig/wmiconfig_svn.bb @@ -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} +} + |