diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-27 05:50:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-27 05:50:50 +0200 |
commit | ad1377105ce1148d5de599d82c6f622bec44e832 (patch) | |
tree | cf2ed4779efea95429628844a11714df38630690 /target/linux/patches/1d008423ab5fd12459f53342e4d17585ec63cfe4 | |
parent | a73da5a99a13b34e18f98c1ad0c327fdad000257 (diff) |
update kinetis k70 sample, remove gcc 4.x
Diffstat (limited to 'target/linux/patches/1d008423ab5fd12459f53342e4d17585ec63cfe4')
-rw-r--r-- | target/linux/patches/1d008423ab5fd12459f53342e4d17585ec63cfe4/perl-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/patches/1d008423ab5fd12459f53342e4d17585ec63cfe4/perl-fix.patch b/target/linux/patches/1d008423ab5fd12459f53342e4d17585ec63cfe4/perl-fix.patch deleted file mode 100644 index 2de40e0e3..000000000 --- a/target/linux/patches/1d008423ab5fd12459f53342e4d17585ec63cfe4/perl-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur linux-1d008423ab5fd12459f53342e4d17585ec63cfe4.orig/kernel/timeconst.pl linux-1d008423ab5fd12459f53342e4d17585ec63cfe4/kernel/timeconst.pl ---- linux-1d008423ab5fd12459f53342e4d17585ec63cfe4.orig/kernel/timeconst.pl 2016-12-22 18:05:10.000000000 +0100 -+++ linux-1d008423ab5fd12459f53342e4d17585ec63cfe4/kernel/timeconst.pl 2016-12-22 18:42:55.573173008 +0100 -@@ -370,7 +370,7 @@ - } - - @val = @{$canned_values{$hz}}; -- if (!defined(@val)) { -+ if (!@val) { - @val = compute_values($hz); - } - output($hz, @val); |