- optimized sysupgrade_no_config_save.patch patch call

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
Reviewed-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Steffen Pankratz 2015-07-17 18:46:59 +02:00 committed by Tim Niemeyer
parent 18f6f8e3d4
commit 277abb5ee8
1 changed files with 1 additions and 1 deletions

View File

@ -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