Created attachment 247 [details] New iw package Introduce new iw package. This package is a wireless configuration utility for the linux mac80211 kernel stack. This package depends on libnl (new package from bug #287).
Created attachment 327 [details] Updated patch - description in Config.in was too long
Created attachment 333 [details] Update 2 - newer iw version
To get this package to work I had to set GIT_DIR in the environment, e.g.: IW_MAKE_ENV = GIT_DIR=$(IW_DIR) PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" Or the version.sh script would recurse up the directory tree and get revision info from my cloned buildroot tree and cause the build to fail.
Created attachment 503 [details] Updated to 0.9.15, fix git problem Ugh! Thanks Will for noticing that issue, bad packaging practices hurt. * Updated to version 0.9.15 * Fixed git version.sh clash as reported by Will Newton.
Thanks, committed