mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
7546249a27
This has never worked because the option 'auth' is not known to the modemmanger proto handler. The correct uci name is 'allowedauth' and is also a uci list option, so that several options can be selected. This commit fixes this bug. Signed-off-by: Florian Eckert <fe@dev.tdt.de>