From 277abb5ee88968d04488acb085a991f37910e38d Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Fri, 17 Jul 2015 18:46:59 +0200 Subject: [PATCH] - optimized sysupgrade_no_config_save.patch patch call Signed-off-by: Steffen Pankratz Reviewed-by: Tim Niemeyer --- buildscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 733cf02..b310953 100755 --- a/buildscript +++ b/buildscript @@ -130,7 +130,7 @@ prepare() { # todo evaluate this with the new openwrt # This changes the default behavior of sysupgrade to not save the config - cat build_patches/sysupgrade_no_config_save.patch | patch -p0 -d $target + patch -p0 -d $target -i $PWD/build_patches/sysupgrade_no_config_save.patch #saves ~200MB for each build test -d ./src/dl || mkdir ./src/dl