Procházet zdrojové kódy

site.conf: remove unused variable autoupdater.enabled

Karsten Böddeker před 8 roky
rodič
revize
68ec2d13fc
1 změnil soubory, kde provedl 2 přidání a 5 odebrání
  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,
 
-}
+}