diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 13:58:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 13:58:07 +0100 |
commit | 011eae436ef9c42ffeae570d10964ab1265c081d (patch) | |
tree | c04e93dcf1c61874ea7fcf36dcc1ee605ff3ce14 /package/iw | |
parent | f513a8a7eb9fd3ec28bfcb773ace28d49b61c0e7 (diff) |
add support for wireless access point with p54usb stick
Diffstat (limited to 'package/iw')
-rw-r--r-- | package/iw/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile index d2ea171a6..4d55ffd28 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iw -PKG_VERSION:= 0.9.18 +PKG_VERSION:= 0.9.19 PKG_RELEASE:= 1 -PKG_MD5SUM:= 9734080d8a5c4b768c5e0da665a48950 +PKG_MD5SUM:= 3b88743f9c6ce8a7e2f5fd7d18fdea42 PKG_DESCR:= Tools for setting up WiFi cards via netlink (nl80211) PKG_SECTION:= net PKG_DEPENDS:= libnl @@ -22,8 +22,6 @@ $(eval $(call PKG_template,IW,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DE CONFIG_STYLE:= manual -XAKE_FLAGS:= V=1 - post-install: ${INSTALL_DIR} ${IDIR_IW}/usr/sbin ${INSTALL_BIN} ${WRKINST}/usr/sbin/iw ${IDIR_IW}/usr/sbin |