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 b6045bb1aa
commit b0b95ae135

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