From 5226e13bf70ce9b4dc13a08b0013950c1b3906bd Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Sun, 28 Jun 2015 14:35:15 +0200 Subject: [PATCH] - fixed usage of 'PACKAGEREV' and 'PACKAGEURL' variables Signed-off-by: Steffen Pankratz Reviewed-by: Tim Niemeyer --- buildscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscript b/buildscript index b704daf..c35dd65 100755 --- a/buildscript +++ b/buildscript @@ -12,8 +12,8 @@ PACKAGEURL=svn://svn.openwrt.org/openwrt/packages #official openwrt packages OPENWRT=(openwrt svn - svn://svn.openwrt.org/openwrt/packages - $OPENWRTREV) + $PACKAGEURL + $PACKAGEREV) OPENWRT_PKGS="bridge gpioctl-sysfs libugpio mii-tool kmod-gpiotoggling" #official openwrt routing packages