|
From: <ges...@us...> - 2008-01-13 00:45:56
|
Revision: 1003
http://ipcop.svn.sourceforge.net/ipcop/?rev=1003&view=rev
Author: gespinasse
Date: 2008-01-12 16:46:01 -0800 (Sat, 12 Jan 2008)
Log Message:
-----------
Upgrade wireless_tools to 29 (should be needed after 2.6.22.x kernel)
Remove useless KERNEL_SRC sed line
Like in WT-28, KERNEL_SRC is not present on Makefile
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/wireless_tools
ipcop/trunk/lfs/wireless_tools
Modified: ipcop/trunk/config/rootfiles/common/wireless_tools
===================================================================
--- ipcop/trunk/config/rootfiles/common/wireless_tools 2008-01-12 22:56:22 UTC (rev 1002)
+++ ipcop/trunk/config/rootfiles/common/wireless_tools 2008-01-13 00:46:01 UTC (rev 1003)
@@ -1,9 +1,9 @@
-## wireless_tools.28
+## wireless_tools.29
##
#usr/include/iwlib.h
#usr/include/wireless.h
usr/lib/libiw.so
-usr/lib/libiw.so.28
+usr/lib/libiw.so.29
usr/sbin/ifrename
usr/sbin/iwconfig
usr/sbin/iwevent
Modified: ipcop/trunk/lfs/wireless_tools
===================================================================
--- ipcop/trunk/lfs/wireless_tools 2008-01-12 22:56:22 UTC (rev 1002)
+++ ipcop/trunk/lfs/wireless_tools 2008-01-13 00:46:01 UTC (rev 1003)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = wireless_tools
-VER = 28
+VER = 29
HOST_ARCH = all
OTHER_SRC = yes
@@ -52,7 +52,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 599c94497f9c9073c7b052d3dcb7cd16
+$(DL_FILE)_MD5 = e06c222e186f7cc013fd272d023710cb
install : $(TARGET)
@@ -83,7 +83,6 @@
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && sed -i 's#\# KERNEL_SRC#KERNEL_SRC#' Makefile
cd $(DIR_APP) && make
cd $(DIR_APP) && make PREFIX=/usr install
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|