소스 검색

site.conf: remove unused variable autoupdater.enabled

Karsten Böddeker 8 년 전
부모
커밋
68ec2d13fc
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  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,
 
-}
+}