From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/iw/Config.in | 7 +++++++ package/iw/Makefile | 27 +++++++++++++++++++++++++++ package/iw/ipkg/iw.control | 4 ++++ 3 files changed, 38 insertions(+) create mode 100644 package/iw/Config.in create mode 100644 package/iw/Makefile create mode 100644 package/iw/ipkg/iw.control (limited to 'package/iw') 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) -- cgit v1.2.3