Browse Source

site.conf: remove unused variable autoupdater.enabled

Karsten Böddeker 8 years ago
parent
commit
68ec2d13fc
1 changed files with 2 additions and 5 deletions
  1. 2 5
      site.conf

+ 2 - 5
site.conf

@@ -171,10 +171,7 @@
 
 	-- configure the autoupdater
 	autoupdater = {
-		enabled = 1,
-
-		-- default branch for a firmware
-		-- In config-mode, the user can select a different branch from below
+		-- default branch for a firmware without enabled autoupdater
 		branch = 'stable',
 
 		-- available branches for the autoupdater
@@ -237,4 +234,4 @@
 	-- enable BATMAN on WAN interface by default (requires gluon-batman-on-wan package)
 	batman_on_wan = 0,
 
-}
+}