diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:51:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:51:01 +0200 |
commit | cf7d637ee9c6034152f9f789c8e65893f0295289 (patch) | |
tree | b6bc077658a89d8a65446f592186c9ca98b13a3e /scripts/update-patches | |
parent | 322327d668e6cef8bb5f318bc414593794530b7b (diff) |
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
Diffstat (limited to 'scripts/update-patches')
-rw-r--r-- | scripts/update-patches | 2 |
1 files changed, 1 insertions, 1 deletions
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 |