diff options
Diffstat (limited to 'support/scripts')
-rwxr-xr-x | support/scripts/apply-patches.sh | 2 | ||||
-rwxr-xr-x | support/scripts/gen-manual-lists.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/scripts/apply-patches.sh b/support/scripts/apply-patches.sh index 2995ea9972..e9c68695db 100755 --- a/support/scripts/apply-patches.sh +++ b/support/scripts/apply-patches.sh @@ -80,7 +80,7 @@ function apply_patch { echo "" echo "Applying $patch using ${type}: " echo $patch >> ${builddir}/.applied_patches_list - ${uncomp} "${path}/$patch" | patch -g0 -p1 -E -d "${builddir}" + ${uncomp} "${path}/$patch" | patch -g0 -p1 -E -d "${builddir}" -t if [ $? != 0 ] ; then echo "Patch failed! Please fix ${patch}!" exit 1 diff --git a/support/scripts/gen-manual-lists.py b/support/scripts/gen-manual-lists.py index ae1d4ff420..35688430e6 100755 --- a/support/scripts/gen-manual-lists.py +++ b/support/scripts/gen-manual-lists.py @@ -185,7 +185,7 @@ class Buildroot: list_info = { 'target-packages': { 'filename': "package-list", - 'root_menu': "Package Selection for the target", + 'root_menu': "Target packages", 'filter': "_is_package", 'sorted': True, 'sub_menu': True, |