From ba2a22487ae87281a33805827ec174d87b04c3fe Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 4 Jan 2015 18:20:08 +0100 Subject: [PATCH] crda: update 3.13. --- config/rootfiles/common/crda | 14 ++++++++------ config/rootfiles/core/86/filelists/crda | 1 + lfs/crda | 12 ++++++------ 3 files changed, 15 insertions(+), 12 deletions(-) create mode 120000 config/rootfiles/core/86/filelists/crda diff --git a/config/rootfiles/common/crda b/config/rootfiles/common/crda index 23c2ad0828..74f0850ed2 100644 --- a/config/rootfiles/common/crda +++ b/config/rootfiles/common/crda @@ -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 diff --git a/config/rootfiles/core/86/filelists/crda b/config/rootfiles/core/86/filelists/crda new file mode 120000 index 0000000000..d68c46e55b --- /dev/null +++ b/config/rootfiles/core/86/filelists/crda @@ -0,0 +1 @@ +../../../common/crda \ No newline at end of file diff --git a/lfs/crda b/lfs/crda index e87b7adbd3..8bee2584ba 100644 --- a/lfs/crda +++ b/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) -- 2.39.2