From 18a20df703533e7d25399fe0e3bac8821518e41e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 12 Oct 2014 16:51:33 +0200 Subject: [PATCH 1/2] Fix Buffalo WZR-HP-AG300H/WZR-600DHP image name --- targets/ar71xx-generic/profiles.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/ar71xx-generic/profiles.mk b/targets/ar71xx-generic/profiles.mk index 7d91fc0b..9755dced 100644 --- a/targets/ar71xx-generic/profiles.mk +++ b/targets/ar71xx-generic/profiles.mk @@ -118,6 +118,6 @@ $(eval $(call GluonModel,WRT160NL,wrt160nl-squashfs,linksys-wrt160nl)) $(eval $(call GluonProfile,WZRHPG450H)) $(eval $(call GluonModel,WZRHPG450H,wzr-hp-g450h-squashfs,buffalo-wzr-hp-g450h)) -# WZR-HP-AG300H +# WZR-HP-AG300H/WZR-600DHP $(eval $(call GluonProfile,WZRHPAG300H)) -$(eval $(call GluonModel,WZRHPAG300H,wzr-hp-ag300h-squashfs,buffalo-wzr-hp-ag300h)) +$(eval $(call GluonModel,WZRHPAG300H,wzr-hp-ag300h-squashfs,buffalo-wzr-hp-ag300h-wzr-600dhp)) From 9277648302cf9af430e3c0974519419b7fc7b946 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sun, 12 Oct 2014 23:06:48 +0200 Subject: [PATCH 2/2] Simplify git commands in Getting Started --- docs/user/getting_started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 306eeb36..d7e6b8d3 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -8,9 +8,8 @@ The versions of gluon are managed with tags and branches. Every tag is a stable :: - git clone https://github.com/freifunk-gluon/gluon.git gluon + git clone -b v2014.3 https://github.com/freifunk-gluon/gluon.git gluon cd gluon - git checkout v2014.3 Please keep in mind that you need the appropriate site configuration for that gluon version.