gluon/scripts
Linus Lüssing 3275091931 scripts: disable whitespace fixing for patch.sh / "git am"
When a patch Gluon provides is applied via "make update" and if this
patch itself modifies a patch that has DOS line endings then this
currently fails. Patch files with DOS line endings unfortunately seem to
sometimes slip into the OpenWrt repository.

It seems that the "git am" invoked by Gluon's patch.sh interprets the
DOS line endings as belonging to the outter patch and deems them
unnecessary. After automatically "fixing" them the outter patch does not
apply anymore as it does not match the content of the inner patch.

This commit fixes this issue by disabling the whitespace fixing which
"git am" applies by default.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>

---
The openwrt/lang/node-hid/patches/000-compile.patch file has such DOS
line endings. The nodejs update coming with the next commit would fail
on "make update" for "node-*: node update to v4.4.4", which removes
000-compile.patch, otherwise.
2019-04-20 06:19:26 +02:00
..
check_site_lib.lua scripts: update need_string_array() to work as expected 2016-08-26 23:28:26 +02:00
check_site.sh Convert site.conf to JSON during build 2016-01-02 23:49:25 +01:00
modules.sh Fix site modules 2015-01-13 21:56:54 +01:00
patch.sh scripts: disable whitespace fixing for patch.sh / "git am" 2019-04-20 06:19:26 +02:00
rfc3339date.lua scripts/rfc3339date.lua: fix pattern validity 2014-07-21 03:44:53 +02:00
sha256sum.sh scripts: generate SHA256 manifest lines in addition to SHA512 2017-02-25 01:01:44 +01:00
sha512sum.sh Add "portable" md5sum and sha512sum scripts 2014-05-15 22:59:12 +02:00
site_config.lua Convert site.conf to JSON during build 2016-01-02 23:49:25 +01:00
site.sh Convert site.conf to JSON during build 2016-01-02 23:49:25 +01:00
update-patches.sh scripts/update-patches: include unabbreviated object IDs in patch files 2016-12-20 01:11:19 +01:00
update.sh scripts/update.sh: don't disable commit signing for modules 2016-08-27 21:31:54 +02:00