summaryrefslogtreecommitdiff
path: root/package/iw
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/iw
Initial import
Diffstat (limited to 'package/iw')
-rw-r--r--package/iw/Config.in7
-rw-r--r--package/iw/Makefile27
-rw-r--r--package/iw/ipkg/iw.control4
3 files changed, 38 insertions, 0 deletions
diff --git a/package/iw/Config.in b/package/iw/Config.in
new file mode 100644
index 000000000..16b88454d
--- /dev/null
+++ b/package/iw/Config.in
@@ -0,0 +1,7 @@
+config ADK_PACKAGE_IW
+ prompt "iw................................ Tools for manipulating Linux Wireless cards"
+ tristate
+ select ADK_PACKAGE_LIBNL
+ default n
+ help
+ Tools for configuring Wireless Adapters.
diff --git a/package/iw/Makefile b/package/iw/Makefile
new file mode 100644
index 000000000..997abebfc
--- /dev/null
+++ b/package/iw/Makefile
@@ -0,0 +1,27 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= iw
+PKG_VERSION:= 0.9.13
+PKG_RELEASE:= 1
+PKG_MD5SUM:= cf9121abb4ffe6dce1691e2ec97d5b2b
+MASTER_SITES:= http://wireless.kernel.org/download/iw/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,IW,iw,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_IW}/usr/sbin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/iw ${IDIR_IW}/usr/sbin
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/iw/ipkg/iw.control b/package/iw/ipkg/iw.control
new file mode 100644
index 000000000..b6246b4df
--- /dev/null
+++ b/package/iw/ipkg/iw.control
@@ -0,0 +1,4 @@
+Package: iw
+Priority: optional
+Section: net
+Description: Tools for setting up WiFi cards via netlink (nl80211)