This package uses Realtek 88x2BU driver by @RinCat with patches for OpenWRT. I tested it with TP-Link Archer T3U Nano and OpenWRT v23.05.4.
Note: No need for patching mac80211.sh
with this package.
ASUS
- ASUS AC1300 USB-AC55 B1
- ASUS U2
- ASUS USB-AC58
Dlink
- Dlink - DWA-181
- Dlink - DWA-182
- Dlink - DWA-183 D Version
- Dlink - DWA-T185
Edimax
- Edimax EW-7822ULC
- Edimax EW-7822UTC
- Edimax EW-7822UAD
NetGear
- NetGear A6150
TP-Link
- TP-Link Archer T3U
- TP-Link Archer T3U Nano
- TP-Link Archer T3U Plus
- TP-Link Archer T4U V3
TRENDnet
- TRENDnet TEW-808UBM
- Ensure you have C compiler & toolchains, e.g.
build-essential
for OpenWRT, check this. - Download and update the OpenWRT sources:
git clone https://git.openwrt.org/openwrt/openwrt.git
cd openwrt
git pull
- Select a specific code revision:
git branch -a
git tag
git checkout v23.05.4
- Update the feeds:
./scripts/feeds update -a
./scripts/feeds install -a
- Download the rtl88x2bu package:
git clone https://github.com/mirobiala/rtl88x2bu-cl package/kernel/rtl88x2bu-cl
- Select a patch code revision:
cd package/kernel/rtl88x2bu-cl
git branch -a
git tag
git checkout v1.1.3
cd ../../../
- Download the default config for the desired target:
wget https://downloads.openwrt.org/releases/23.05.4/targets/<target>/config.buildinfo -O .config
- Compile and build the OpenWRT image.
make menuconfig
<enable Kernel modules->Wireless Drivers->kmod-rtl88x2bu-cl ... Realtek 88x2BU driver by RinCat>
make