diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-01-27 15:15:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-01-27 15:15:42 +0000 |
commit | 8bcc0a98bcbffe09e66300adf91ae617b8f5c2ff (patch) | |
tree | 7908994535ab359aec1bbe8f54b98c5f95ab3938 /package/wireless-tools/patches | |
parent | 8846def7460b199757242b836d5d072d83ceae9f (diff) | |
download | upstream-8bcc0a98bcbffe09e66300adf91ae617b8f5c2ff.tar.gz upstream-8bcc0a98bcbffe09e66300adf91ae617b8f5c2ff.tar.bz2 upstream-8bcc0a98bcbffe09e66300adf91ae617b8f5c2ff.zip |
update wireless-tools to v0.29 (final), refresh patch, bumb release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14221 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wireless-tools/patches')
-rw-r--r-- | package/wireless-tools/patches/001-debian.patch | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/package/wireless-tools/patches/001-debian.patch b/package/wireless-tools/patches/001-debian.patch index 1d9c78eb2d..e00bad279b 100644 --- a/package/wireless-tools/patches/001-debian.patch +++ b/package/wireless-tools/patches/001-debian.patch @@ -1,8 +1,6 @@ -Index: wireless_tools.29/iwlib.c -=================================================================== ---- wireless_tools.29.orig/iwlib.c 2007-06-04 13:22:18.700012448 +0200 -+++ wireless_tools.29/iwlib.c 2007-06-04 13:22:18.773001352 +0200 -@@ -667,6 +667,7 @@ +--- a/iwlib.c ++++ b/iwlib.c +@@ -667,6 +667,7 @@ iw_get_basic_config(int skfd, { struct iwreq wrq; @@ -10,11 +8,9 @@ Index: wireless_tools.29/iwlib.c memset((char *) info, 0, sizeof(struct wireless_config)); /* Get wireless name */ -Index: wireless_tools.29/Makefile -=================================================================== ---- wireless_tools.29.orig/Makefile 2007-06-04 13:22:18.707011384 +0200 -+++ wireless_tools.29/Makefile 2007-06-04 13:22:18.774001200 +0200 -@@ -73,8 +73,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -73,8 +73,8 @@ DYNAMIC_LINK= libiw.so # Install directories INSTALL_DIR= $(PREFIX)/sbin/ INSTALL_LIB= $(PREFIX)/lib/ @@ -25,7 +21,7 @@ Index: wireless_tools.29/Makefile # Various commands RM = rm -f -@@ -102,9 +102,9 @@ +@@ -102,9 +102,9 @@ ifdef BUILD_WE_ESSENTIAL endif # Other flags |