]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
crda: update 3.13.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 4 Jan 2015 17:20:08 +0000 (18:20 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 4 Jan 2015 17:20:08 +0000 (18:20 +0100)
config/rootfiles/common/crda
config/rootfiles/core/86/filelists/crda [new symlink]
lfs/crda

index 23c2ad082852c7020182983af1b9bc371f7412da..74f0850ed215edc4775e0355625cdaae1fb6957c 100644 (file)
@@ -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 (symlink)
index 0000000..d68c46e
--- /dev/null
@@ -0,0 +1 @@
+../../../common/crda
\ No newline at end of file
index e87b7adbd3fdf73c8afbdf0e3bf2444cb0dc13c6..8bee2584ba496dfdc79a6d00773882232365badf 100644 (file)
--- a/lfs/crda
+++ b/lfs/crda
 
 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)