mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
c51e3100fa
The netcup ddns update script fails on subsequent runs because a readonly variable is assigned again. Fix this by removing the readonly declaration to allow repeated execution. Signed-off-by: Tim Flubshi <flubshi@gmail.com>