mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Updated wireless-tools to 30.pre6
add setup to updater
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#usr/include/iwlib.h
|
||||
#usr/include/wireless.h
|
||||
usr/lib/libiw.so
|
||||
usr/lib/libiw.so.28
|
||||
#usr/lib/libiw.so
|
||||
#usr/lib/libiw.so.28
|
||||
#usr/man/man5/iftab.5
|
||||
#usr/man/man7/wireless.7
|
||||
#usr/man/man8/ifrename.8
|
||||
|
||||
2
config/rootfiles/updater/filelists/setup
Normal file
2
config/rootfiles/updater/filelists/setup
Normal file
@@ -0,0 +1,2 @@
|
||||
usr/local/sbin/setup
|
||||
bin/probenic.sh
|
||||
20
config/rootfiles/updater/filelists/wireless
Normal file
20
config/rootfiles/updater/filelists/wireless
Normal file
@@ -0,0 +1,20 @@
|
||||
#usr/include/iwlib.h
|
||||
#usr/include/wireless.h
|
||||
#usr/lib/libiw.so
|
||||
#usr/lib/libiw.so.28
|
||||
#usr/man/man5/iftab.5
|
||||
#usr/man/man7/wireless.7
|
||||
#usr/man/man8/ifrename.8
|
||||
#usr/man/man8/iwconfig.8
|
||||
#usr/man/man8/iwevent.8
|
||||
#usr/man/man8/iwgetid.8
|
||||
#usr/man/man8/iwlist.8
|
||||
#usr/man/man8/iwpriv.8
|
||||
#usr/man/man8/iwspy.8
|
||||
usr/sbin/ifrename
|
||||
usr/sbin/iwconfig
|
||||
usr/sbin/iwevent
|
||||
usr/sbin/iwgetid
|
||||
usr/sbin/iwlist
|
||||
usr/sbin/iwpriv
|
||||
usr/sbin/iwspy
|
||||
@@ -298,7 +298,7 @@
|
||||
* wget-1.10.2
|
||||
* whatmask-1.2
|
||||
* which-2.16
|
||||
* wireless_tools.28
|
||||
* wireless_tools.30.pre6
|
||||
* wpa_supplicant-0.5.10
|
||||
* xfsprogs-2.9.4
|
||||
* xvidcore-1.1.0
|
||||
|
||||
@@ -24,12 +24,13 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 28
|
||||
VER = 30.pre6
|
||||
|
||||
THISAPP = wireless_tools.$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
#DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
DIR_APP = $(DIR_SRC)/wireless_tools.30
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
###############################################################################
|
||||
@@ -40,8 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 599c94497f9c9073c7b052d3dcb7cd16
|
||||
|
||||
$(DL_FILE)_MD5 = 4f42f95e6ec8890b2cebd27aeddf954f
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
Reference in New Issue
Block a user