mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ieee1905: 4.10.7
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
This commit is contained in:
parent
da24d924a3
commit
ff96e85487
3 changed files with 10 additions and 4 deletions
|
|
@ -5,12 +5,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ieee1905
|
PKG_NAME:=ieee1905
|
||||||
PKG_VERSION:=4.10.6
|
PKG_VERSION:=4.10.7
|
||||||
|
|
||||||
LOCAL_DEV=0
|
LOCAL_DEV=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=a213ee8c1f2195bbce1756e033e7a774ef4b5d2a
|
PKG_SOURCE_VERSION:=b50f79061a95840d89a6129aa0a95aff82b5a1b7
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/ieee1905.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/ieee1905.git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ config ieee1905 'ieee1905'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
option extension '1'
|
option extension '1'
|
||||||
list extmodule 'map'
|
list extmodule 'map'
|
||||||
option registrar '2 5'
|
option registrar '2 5 6'
|
||||||
# option macaddress '0a:1b:2c:3d:4e:50'
|
# option macaddress '0a:1b:2c:3d:4e:50'
|
||||||
|
|
||||||
config al-iface
|
config al-iface
|
||||||
|
|
@ -24,3 +24,9 @@ config ap
|
||||||
option encryption 'sae-mixed'
|
option encryption 'sae-mixed'
|
||||||
option key '1234567890'
|
option key '1234567890'
|
||||||
|
|
||||||
|
config ap
|
||||||
|
option band '6'
|
||||||
|
option ssid 'IOWRT-6GHz'
|
||||||
|
option encryption 'sae-mixed'
|
||||||
|
option key '1234567890'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ validate_ap_section() {
|
||||||
local section="$1"
|
local section="$1"
|
||||||
|
|
||||||
uci_validate_section ieee1905 $section "${1}" \
|
uci_validate_section ieee1905 $section "${1}" \
|
||||||
'band:or("2", "5", "60")' \
|
'band:or("2", "5", "60", "6")' \
|
||||||
'ssid:string' \
|
'ssid:string' \
|
||||||
'encryption:or("psk2", "sae-mixed", "sae", string)' \
|
'encryption:or("psk2", "sae-mixed", "sae", string)' \
|
||||||
'key:string' \
|
'key:string' \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue