소스 검색

Store information about debugserver in site.conf

Michael Schwarz 10 년 전
부모
커밋
5a61dc0e7a
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules
  2. 6 0
      site.conf

+ 1 - 1
modules

@@ -1,4 +1,4 @@
 GLUON_SITE_FEEDS='ffpb'
 
 PACKAGES_FFPB_REPO=http://git.c3pb.de/freifunk-pb/ffpb-packages.git
-PACKAGES_FFPB_COMMIT=a9b195ebd0aef7fbd3802e674edcb0799a78bd83
+PACKAGES_FFPB_COMMIT=758015cdbd438f2d7ae19d5aeecbed85460fbf74

+ 6 - 0
site.conf

@@ -149,6 +149,12 @@
 		},
 	},
 
+	-- configure ffpb-debug
+	debugserver = {
+		host = 'debugreport.paderborn.freifunk.net',
+		port = 1337,
+	},
+
 	-- enable BATMAN on WAN interface by default (requires gluon-batman-on-wan package)
 	batman_on_wan = 0,