]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wlanap.cgi: fix typo at reading country list
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Sep 2021 09:31:52 +0000 (09:31 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 24 Sep 2021 09:33:17 +0000 (09:33 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/wlanap.cgi
lfs/hostapd

index 5eb34d651a035c268baee59c43a9e711658ea11e..c2a5605fca1d32d0518cea384cd0988fbea00e29 100644 (file)
@@ -2,7 +2,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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        #
@@ -313,7 +313,7 @@ push(@channellist, @temp);
 }
 
 # get available country codes
-open(FILE, “</lib/firmware/regulatorydb.txt”);
+open(FILE, "</lib/firmware/regulatorydb.txt");
 my @countrylist_cmd = <FILE>;
 close(FILE);
 
index 6bbe5e4b79fd453df278cb7557496e114db46225..73262f4c27057219a40f20fae2eacadf79c550b7 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/hostap-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hostapd
-PAK_VER    = 57
+PAK_VER    = 58
 
 DEPS       =