diff --git a/ieee1905/Makefile b/ieee1905/Makefile index 785b1ba8f..e98876752 100644 --- a/ieee1905/Makefile +++ b/ieee1905/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ieee1905 -PKG_VERSION:=4.10.6 +PKG_VERSION:=4.10.7 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=a213ee8c1f2195bbce1756e033e7a774ef4b5d2a +PKG_SOURCE_VERSION:=b50f79061a95840d89a6129aa0a95aff82b5a1b7 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/ieee1905.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip diff --git a/ieee1905/files/etc/config/ieee1905 b/ieee1905/files/etc/config/ieee1905 index b3fe8af94..e30c64a63 100755 --- a/ieee1905/files/etc/config/ieee1905 +++ b/ieee1905/files/etc/config/ieee1905 @@ -2,7 +2,7 @@ config ieee1905 'ieee1905' option enabled '1' option extension '1' list extmodule 'map' - option registrar '2 5' + option registrar '2 5 6' # option macaddress '0a:1b:2c:3d:4e:50' config al-iface @@ -24,3 +24,9 @@ config ap option encryption 'sae-mixed' option key '1234567890' +config ap + option band '6' + option ssid 'IOWRT-6GHz' + option encryption 'sae-mixed' + option key '1234567890' + diff --git a/ieee1905/files/etc/init.d/ieee1905 b/ieee1905/files/etc/init.d/ieee1905 index 8d643c664..0b82ea786 100755 --- a/ieee1905/files/etc/init.d/ieee1905 +++ b/ieee1905/files/etc/init.d/ieee1905 @@ -42,7 +42,7 @@ validate_ap_section() { local section="$1" uci_validate_section ieee1905 $section "${1}" \ - 'band:or("2", "5", "60")' \ + 'band:or("2", "5", "60", "6")' \ 'ssid:string' \ 'encryption:or("psk2", "sae-mixed", "sae", string)' \ 'key:string' \