From dcc37bc6af4cf85e8a0b8543f8fe3477f42cd379 Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Sun, 28 Jun 2015 14:48:10 +0200 Subject: [PATCH] - use the OpenWrt packages git repository instead of the svn repository Signed-off-by: Steffen Pankratz Reviewed-by: Tim Niemeyer --- buildscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildscript b/buildscript index fde2a0b2..5c8aad4e 100755 --- a/buildscript +++ b/buildscript @@ -4,14 +4,14 @@ builddir=./build OPENWRTREV="861527622c343b2eebb483b5e723c103a6b6432f" OPENWRTURL="git://git.openwrt.org/14.07/openwrt.git" -PACKAGEREV=42096 -PACKAGEURL=svn://svn.openwrt.org/openwrt/packages +PACKAGEREV="289cc1505143e4b6cfaaabd452143e159dd22d25" +PACKAGEURL="https://github.com/openwrt/packages.git" ## Feed definition [0]: name aka directory [1]: type git vs svn [2]: url [3]: revision evtl [4]: Patches #official openwrt packages OPENWRT=(openwrt - svn + git $PACKAGEURL $PACKAGEREV) OPENWRT_PKGS="bridge gpioctl-sysfs libugpio mii-tool kmod-gpiotoggling"