diff --git a/buildscript b/buildscript index d912f6b..0582007 100755 --- a/buildscript +++ b/buildscript @@ -2,8 +2,8 @@ builddir=./build -OPENWRTREV=40449 -OPENWRTURL=svn://svn.openwrt.org/openwrt/trunk +OPENWRTREV=42096 +OPENWRTURL=svn://svn.openwrt.org/openwrt/branches/barrier_breaker PACKAGEREV=${OPENWRTREV} PACKAGEURL=svn://svn.openwrt.org/openwrt/packages @@ -51,7 +51,7 @@ get_source() { cd .. test -d fastd || git clone git://git.metameute.de/lff/pkg_fastd fastd - git --git-dir=fastd/.git --work-tree=fastd/ checkout v10 + git --git-dir=fastd/.git --work-tree=fastd/ checkout v14-1 if [ ! -d tunneldigger ]; then git init tunneldigger @@ -62,10 +62,10 @@ get_source() { git pull origin cd .. fi - git --git-dir=tunneldigger/.git --work-tree=tunneldigger checkout 3ece2128b70a6e25b02f27705d19251c3ba342f0 + git --git-dir=tunneldigger/.git --work-tree=tunneldigger checkout 8c750d28506c08abbcce9edc5761332074b43116 test -d libremap || git clone https://github.com/libremap/libremap-agent-openwrt.git libremap - git --git-dir=libremap/.git --work-tree=libremap checkout fa994c7900b6331092c2262116ecc7410621e4ac + git --git-dir=libremap/.git --work-tree=libremap checkout 7194289d4b8a009df10613a3a88dc841fa26f423 cd .. # packages cd .. # src