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/contrib/sign.sh b/contrib/sign.sh old mode 100755 new mode 100644 diff --git a/modules b/modules index 174a6a9c..3478658b 100644 --- a/modules +++ b/modules @@ -6,7 +6,7 @@ OPENWRT_COMMIT=bccb82223911823bf4ab040997757708b002a75f PACKAGES_OPENWRT_REPO=git://git.openwrt.org/12.09/packages.git PACKAGES_OPENWRT_COMMIT=381bbea65989b63e30f43ab87e51b042325bbff3 -PACKAGES_GLUON_REPO=git://github.com/freifunk-gluon/packages.git +PACKAGES_GLUON_REPO=git://github.com/ffrl/packages.git PACKAGES_GLUON_COMMIT=2ced9d31f75624a7b02067e167cb34d77c4f9eb8 PACKAGES_ROUTING_REPO=git://github.com/openwrt-routing/packages.git diff --git a/scripts/unpatch.sh b/scripts/unpatch.sh old mode 100755 new mode 100644 diff --git a/scripts/update-patches.sh b/scripts/update-patches.sh old mode 100755 new mode 100644