restorefactory: move to github (obsolete)
[packages.git] / utils / restorefactory / files / uci_defaults_restorefactory
diff --git a/utils/restorefactory/files/uci_defaults_restorefactory b/utils/restorefactory/files/uci_defaults_restorefactory
deleted file mode 100755 (executable)
index 1af088e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-uci -q show system.@restorefactory[0] || {
-       uci add system restorefactory
-       uci set system.@restorefactory[0].button=reset
-       uci set system.@restorefactory[0].action=pressed
-       uci set system.@restorefactory[0].timeout=5
-       uci commit
-}
-