Browse Source

site.conf: use firmware.ffho.net for opkg.extra.modules

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

+ 2 - 2
site.conf

@@ -29,7 +29,7 @@
 	opkg = {
 		openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
 		extra = {
-			modules = 'http://[fdca:ffee:ff12:a254::80]/modules/gluon-ffho-%GR/%S',
+			modules = 'http://firmware.ffho.net/modules/gluon-ffho-%GR/%S',
 		},
 	},
 
@@ -240,4 +240,4 @@
 	-- enable BATMAN on WAN interface by default (requires gluon-batman-on-wan package)
 	batman_on_wan = 0,
 
-}
+}