asus-z00vd: new device
Merge request reports
Activity
added 1 commit
- 51245a66 - CHANGEME purpose in the previous commit was just pointing you which defconfig you use
By Danct12 on 2018-09-27T18:23:42
- device/linux-asus-z00vd/APKBUILD 0 → 100644
17 # Source 18 _repository="ZC500TG" 19 _commit="7957ae0b17bb46d56a5cddd1d313aec76296aee8" 20 _config="config-${_flavor}.${arch}" 21 source=" 22 $pkgname-$_commit.tar.gz::https://github.com/nik124seleznev/${_repository}/archive/${_commit}.tar.gz 23 $_config 24 01_fix_warnings.patch 25 02_gcc8_error.patch 26 compiler-gcc6.h 27 " 28 builddir="$srcdir/${_repository}-${_commit}" 29 30 prepare() { 31 default_prepare 32 # downstreamkernel_prepare "$srcdir" "$builddir" "$_config" "$_carch" "$HOSTCC" From the build script: https://github.com/nik124seleznev/ZC500TG/blob/master/build.sh
By Danct12 on 2018-10-02T07:02:27
changed this line in version 19 of the diff
By Danct12 on 2018-10-02T07:05:39
- Resolved by Administrator
- Resolved by Administrator
Left a few comments. Thank you very much for the port and merge request @danct12, and for letting me know that this boots with GCC8. That was an important datapoint. The wiki page looks great!
By Oliver Smith on 2018-10-02T04:59:55
- Resolved by Administrator
added 1 commit
- 39861359 - Removed unnecessary lines in APKBUILD and…
By Danct12 on 2018-10-02T07:05:40
Can you also remove the
compiler-gcc6.h
file from the aport?(I'd do it myself, but since this is forked to a write protected master branch, I can't write to it. It would be nice if you could fork to another branch next time.)
Thanks for the update @danct12!
By Oliver Smith on 2018-10-08T06:15:24
mentioned in issue #110 (closed)
By Oliver Smith on 2018-10-08T07:43:45
Good question! I didn't notice that it was missing in this MR. @danct12: can you create a new MR that adds the device aport?
I'll adjust the wiki page to note that it is missing.
By Oliver Smith on 2019-01-06T11:41:45
mentioned in commit wiki@511ad0c9
By postmarketOS Wiki bot on 2019-01-06T12:42:41
It's added. EDIT: I see that I'll need to make a new MR. Hold on,
By Danct12 on 2019-01-08T10:45:20
Edited by Administrator