]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
wireless-regdb: update to 2013.2.13.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 24 Jun 2013 13:04:26 +0000 (15:04 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 24 Jun 2013 13:04:26 +0000 (15:04 +0200)
config/rootfiles/core/70/filelists/wireless-regdb [new symlink]
lfs/wireless-regdb

diff --git a/config/rootfiles/core/70/filelists/wireless-regdb b/config/rootfiles/core/70/filelists/wireless-regdb
new file mode 120000 (symlink)
index 0000000..c9205b3
--- /dev/null
@@ -0,0 +1 @@
+../../../common/wireless-regdb
\ No newline at end of file
index 2228c22b0a4f7382e41cc4a8e435654116ae38ce..7c1dbe8e6f7275d6840331f0165df717594c7797 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = 2011.04.28
+VER        = 2013.02.13
 
 THISAPP    = wireless-regdb-$(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 = 16b7fabd4d7761ccf206702a3f18cce9
+$(DL_FILE)_MD5 = 46a4aa49282ea6713c3cf28cc2fc600f
 
 install : $(TARGET)
 
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)