From c7f66befd1fa73655d6dc829276238e843ed8712 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hendrik=20L=C3=BCth?= <H.L.Lueth@gmail.com>
Date: Sun, 13 Sep 2015 11:46:14 +0200
Subject: [PATCH] update the packages to fit for the web-form

---
 site.mk | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/site.mk b/site.mk
index c82b0b1..528609b 100644
--- a/site.mk
+++ b/site.mk
@@ -8,8 +8,6 @@ GLUON_SITE_PACKAGES := \
 	gluon-config-mode-autoupdater \
 	gluon-config-mode-hostname \
 	gluon-config-mode-mesh-vpn \
-	gluon-config-mode-geo-location \
-	gluon-config-mode-contact-info \
 	gluon-ebtables-filter-multicast \
 	gluon-ebtables-filter-ra-dhcp \
 	gluon-luci-admin \
@@ -26,13 +24,13 @@ GLUON_SITE_PACKAGES := \
 	haveged
 
 
-DEFAULT_GLUON_RELEASE := 0.7-exp
+DEFAULT_GLUON_RELEASE := 0.7.2
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
 
 GLUON_PRIORITY ?= 0
-GLUON_BRANCH ?= experimental
+GLUON_BRANCH ?= stable
 export GLUON_BRANCH
 
 GLUON_TARGET ?= ar71xx-generic
-- 
GitLab