1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 20:39:49 +03:00

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
This commit is contained in:
nico 2009-01-27 15:15:42 +00:00
parent 7ab34b8964
commit 72cab8165e
2 changed files with 11 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2006-2008 OpenWrt.org # Copyright (C) 2006-2009 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wireless-tools PKG_NAME:=wireless-tools
PKG_VERSION:=29 PKG_VERSION:=29
PKG_MINOR:=.pre21 PKG_MINOR:=
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=wireless_tools.$(PKG_VERSION)$(PKG_MINOR).tar.gz PKG_SOURCE:=wireless_tools.$(PKG_VERSION)$(PKG_MINOR).tar.gz
PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux
PKG_MD5SUM:=953774d6a34050bae4ef3bfa731f6653 PKG_MD5SUM:=e06c222e186f7cc013fd272d023710cb
TAR_OPTIONS += || true TAR_OPTIONS += || true
PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.$(PKG_VERSION)

View File

@ -1,8 +1,6 @@
Index: wireless_tools.29/iwlib.c --- a/iwlib.c
=================================================================== +++ b/iwlib.c
--- wireless_tools.29.orig/iwlib.c 2007-06-04 13:22:18.700012448 +0200 @@ -667,6 +667,7 @@ iw_get_basic_config(int skfd,
+++ wireless_tools.29/iwlib.c 2007-06-04 13:22:18.773001352 +0200
@@ -667,6 +667,7 @@
{ {
struct iwreq wrq; struct iwreq wrq;
@ -10,11 +8,9 @@ Index: wireless_tools.29/iwlib.c
memset((char *) info, 0, sizeof(struct wireless_config)); memset((char *) info, 0, sizeof(struct wireless_config));
/* Get wireless name */ /* Get wireless name */
Index: wireless_tools.29/Makefile --- a/Makefile
=================================================================== +++ b/Makefile
--- wireless_tools.29.orig/Makefile 2007-06-04 13:22:18.707011384 +0200 @@ -73,8 +73,8 @@ DYNAMIC_LINK= libiw.so
+++ wireless_tools.29/Makefile 2007-06-04 13:22:18.774001200 +0200
@@ -73,8 +73,8 @@
# Install directories # Install directories
INSTALL_DIR= $(PREFIX)/sbin/ INSTALL_DIR= $(PREFIX)/sbin/
INSTALL_LIB= $(PREFIX)/lib/ INSTALL_LIB= $(PREFIX)/lib/
@ -25,7 +21,7 @@ Index: wireless_tools.29/Makefile
# Various commands # Various commands
RM = rm -f RM = rm -f
@@ -102,9 +102,9 @@ @@ -102,9 +102,9 @@ ifdef BUILD_WE_ESSENTIAL
endif endif
# Other flags # Other flags