Hi everyone,
I'm using the GL.iNet Flint 2 (GL-MT6000) router and recently ran into some trouble trying to enable 802.11r fast roaming.
Originally, I was using firmware version v4.8.2-op24, which had support for 802.11r. However, I later upgraded to the v4.8.3-Stable release — only to discover (too late) that this stable version does not include 802.11r support.
I attempted to downgrade back to v4.8.2-op24, but the system gave me an error saying it's not possible to revert to an older firmware version.
So I began searching for a workaround. I found some related posts and guides:
From these, it seems that installing the wpad-openssl package should enable fast roaming features like 802.11r. So I tried installing it via opkg, but I encountered the following error:
Executing package manager
Installing wpad-openssl (2020-06-08-5a8b3662-41) to root...
Downloading https://fw.gl-inet.com/releases/mt798x/packages-4.5/aarch64_cortex-a53/packages/wpad-openssl_2020-06-08-5a8b3662-41_aarch64_cortex-a53.ipk
Installing hostapd-common (2020-06-08-5a8b3662-41) to root...
Downloading https://fw.gl-inet.com/releases/mt798x/packages-4.5/aarch64_cortex-a53/packages/hostapd-common_2020-06-08-5a8b3662-41_aarch64_cortex-a53.ipk
Errors
Collected errors:
* check_data_file_clashes: Package hostapd-common wants to install file /etc/rc.button/wps
But that file is already provided by package * wifi-profile
* opkg_install_cmd: Cannot install package wpad-openssl.
The opkg install command failed with code 255.
It seems there's a file conflict with the wifi-profile package that prevents installation of hostapd-common, which is a dependency of wpad-openssl.
Has anyone found a workaround for this?
I’m particularly interested in:
-
Re-enabling 802.11r on v4.8.3-Stable
-
Or, a safe way to downgrade back to v4.8.2-op24
Any guidance would be appreciated. Thanks in advance!