From cf7d637ee9c6034152f9f789c8e65893f0295289 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Jun 2009 19:51:01 +0200 Subject: first regressions found while runtime testing - fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies --- scripts/update-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update-patches b/scripts/update-patches index 2c3f57278..e55e1aee7 100644 --- a/scripts/update-patches +++ b/scripts/update-patches @@ -72,7 +72,7 @@ ORGDIST=${D_BASE}/${D_SUB}.orig [[ -d $EXTRADIR ]] && \ (cd $EXTRADIR; find . -print0) | \ - (cd $WRKDIST; pax -rw -0 -d $ORGDIST/) >/dev/null 2>&1 + (cd $WRKDIST; pax -rw -0 -d $ORGDIST/) if [[ -e $WRKDIST/.patched-newfiles ]]; then touch $ORGDIST/.patched-newfiles -- cgit v1.2.3