Updated wlan FW & config

This commit is contained in:
Daniel A. Maierhofer
2020-01-06 23:32:12 +01:00
parent 53edcc77bd
commit 6ab89e43c8
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
# wlan # wlan
## Current config ## Current config
See [config file](configs/wlan-OpenWrt-backup.tar.gz) See [config file](configs/wlan-OpenWrt-backup.tar.gz)
## Extra Packages
### SSH to and install
```shell
opkg update
opkg remove wpad-basic && opkg install wpad
```