configmode: migrate uci config of pre 0.4 firmwares

This commit is contained in:
Nils Schneider 2013-09-30 14:42:01 +02:00
parent b9a1f80aa5
commit a00c47daec
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
OLD_CFG=/etc/config/config_mode
NEW_CFG=/etc/config/configmode
[ -f $OLD_CFG ] && mv $OLD_CFG $NEW_CFG