From 8aa978385eb3da9a05b3ea779300a92fe4822dd9 Mon Sep 17 00:00:00 2001 From: lcb01 Date: Sun, 30 Mar 2014 22:54:21 +0200 Subject: [PATCH 1/2] Minor changes for use with Freifunk Rheinland --- README.md | 3 ++- modules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 407a13e3..33e5cab2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ To build Gluon, after checking out the repository change to the source root directory to perform the following commands: - git clone git://github.com/freifunk-gluon/site-ffhl.git site # Get the Freifunk Lübeck site repository - or use your own! + git clone git://github.com/ffrl/sites-ffrl.git sites # Get the Freifunk Rheinland sites repository - or use your own! + ln -s sites/site-rheinufer site # Link the site you want to compile images for make update # Get other repositories used by Gluon make # Build Gluon diff --git a/modules b/modules index 95a18f3f..aa056a8d 100644 --- a/modules +++ b/modules @@ -9,7 +9,7 @@ PACKAGES_OPENWRT_COMMIT=c67cd451ac28058a4992ba9eb2eb5551f6cd1adb PACKAGES_MAC80211_REPO=git://nbd.name/aa-mac80211.git PACKAGES_MAC80211_COMMIT=8d86801ae606544faee1e0e25ef59a3f8f059871 -PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git +PACKAGES_GLUON_REPO=git://github.com/ffrl/packages.git PACKAGES_GLUON_COMMIT=c7911677c381b325cc49d23ce03a14b4297b463d PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git From e1f98456d741aa931a92fec73be2e5993c4d277d Mon Sep 17 00:00:00 2001 From: Mic Date: Sun, 4 May 2014 21:09:10 +0200 Subject: [PATCH 2/2] set executable bit on script files --- scripts/configure.pl | 0 scripts/generate.sh | 0 scripts/patch.sh | 0 scripts/site.sh | 0 scripts/update.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/configure.pl mode change 100644 => 100755 scripts/generate.sh mode change 100644 => 100755 scripts/patch.sh mode change 100644 => 100755 scripts/site.sh mode change 100644 => 100755 scripts/update.sh diff --git a/scripts/configure.pl b/scripts/configure.pl old mode 100644 new mode 100755 diff --git a/scripts/generate.sh b/scripts/generate.sh old mode 100644 new mode 100755 diff --git a/scripts/patch.sh b/scripts/patch.sh old mode 100644 new mode 100755 diff --git a/scripts/site.sh b/scripts/site.sh old mode 100644 new mode 100755 diff --git a/scripts/update.sh b/scripts/update.sh old mode 100644 new mode 100755