mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
crda: update 3.13.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
lib/udev/rules.d/85-regulatory.rules
|
||||
#root/.python-eggs
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp/M2Crypto/__m2crypto.so
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp/M2Crypto/__m2crypto.so
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp/M2Crypto/__m2crypto.so
|
||||
sbin/crda
|
||||
sbin/regdbdump
|
||||
#usr/include/reglib
|
||||
#usr/include/reglib/nl80211.h
|
||||
#usr/include/reglib/regdb.h
|
||||
#usr/include/reglib/reglib.h
|
||||
usr/lib/libreg.so
|
||||
#usr/share/man/man8/crda.8.gz
|
||||
#usr/share/man/man8/regdbdump.8.gz
|
||||
|
||||
1
config/rootfiles/core/86/filelists/crda
Symbolic link
1
config/rootfiles/core/86/filelists/crda
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/crda
|
||||
12
lfs/crda
12
lfs/crda
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.1.3
|
||||
VER = 3.13
|
||||
|
||||
THISAPP = crda-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
|
||||
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 29579185e06a75675507527243d28e5c
|
||||
$(DL_FILE)_MD5 = 66b1b0417c1ad19f0009a5c0c0c1aebc
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -70,8 +70,8 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && USE_OPENSSL=1 make $(MAKETUNING)
|
||||
cd $(DIR_APP) && USE_OPENSSL=1 make install
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user