Thanks to the Armbian team for the headers scripts generation bug fixing and the minor version 5.11 release. I was able upgrading the 5.10 image to 5.11 and building the 5 october .
Here is a recipe : root@orangepiplus:~# apt-get update && apt-get upgrade
root@orangepiplus:~# cd /usr/src/linux-headers-$(uname -r) root@orangepiplus:/usr/src/linux-headers-3.4.112-sun8i# make scripts
root@orangepiplus:~# cd /usr/src
root@orangepiplus:/usr/src# git clone https://github.com/jwrdegoede/rtl8189ES_linux/
root@orangepiplus:/usr/src# cd rtl8189ES_linux root@orangepiplus:/usr/src/rtl8189ES_linux# git checkout 080f2aaf6bc8e08eeb3b51f0b8c377eae1ea7ed7
root@orangepiplus:/usr/src/rtl8189ES_linux#
wget https://raw.githubusercontent.com/jernejsk/OpenELEC-OPi2/openelec-7.0/packages/linux-drivers/RTL8189ES/patches/RTL8189ES-000-change-build-settings.patch
root@orangepiplus:/usr/src/rtl8189ES_linux# patch -p1 < RTL8189ES-000-change-build-settings.patch
root@orangepiplus:/usr/src/rtl8189ES_linux#
make ARCH=arm KSRC=/usr/src/linux-headers-$(uname -r) CROSS_COMPILE=
The "make install" doesn't run. I copied it manually :
cp -a 8189es.ko /lib/modules/3.4.112-sun8i/kernel/drivers/net/wireless/rtl8189es/