steamport
aff6137268
menuconfig: add gconfig/xconfig support ( #1509 )
...
* change "pmbootstrap kconfig_check" to "pmbootstrap kconfig check"
* change "pmbootstrap menuconfig" to "pmbootstrap kconfig edit [-x|-g]"
(with legacy alias, because the first syntax was referenced to a lot)
* enable X11 interfaces: -x: xconfig, -g: gconfig
* new function to copy the xauthority file:
pmb.chroot.other.copy_xauthority()
* remove menufconfig() function from the kernel template and all kernel
aports ([skip ci] because it would rebuild all kernels and run out of
time). Alpine has dropped this as well, and it wouldn't work with the
new code anyway.
2018-06-09 06:52:24 +00:00
drebrez
0587f1cd8a
Cleanup linux-lg-mako APKBUILD ( #825 )
2017-10-26 18:11:31 +00:00
drebrez
a88c8c918c
Fix #808 : Add SYSVIPC kernel config check ( #809 )
...
* Add SYSVIPC kernel config check
* Add SYSVIPC kernel config option to all linux-device packages
2017-10-23 19:25:40 +00:00
Luca Weiss
c7f5488b79
Fix #737 : Disable ANDROID_PARANOID_NETWORK for all devices ( #742 )
...
* Disable ANDROID_PARANOID_NETWORK for all devices
* Add APKBUILD comments
* Bump pkgrels
This was done with a script, see:
<https://github.com/postmarketOS/pmbootstrap/pull/742#issuecomment-335608932 >
2017-10-11 15:11:05 +00:00
Pablo Castellano
dbbdf7cfa4
Fix #436 : Clean apkbuilds ( #692 )
...
* Remove empty build() functions
* Remove obsolete '|| return 1' statements
2017-10-04 15:05:00 +00:00
drebrez
7007e2eb63
Fix checksums (GitHub generates different archives now) ( #577 )
2017-09-14 18:16:16 +00:00
Pablo Castellano
bfb55c7b74
Unify names of scripts and patches ( #557 )
...
- 90-android.rules -> 90-android-touch-dev.rules
- reduce_lzo_compression.patch -> 02_reduce_lzo_compression.patch
- mdss_fb_refresh_rate.patch -> 02_mdss_fb_refresh_rate.patch
- aeea3592a13bf12861943e44fc48f1f270941f8d.patch -> 00_fix_return_address.patch
- gpu-msm-fix-gcc5-compile.patch -> 02_gpu-msm-fix-gcc5-compile.patch
- udev-hack.sh -> udev-v4l-hack.sh
- Separate udev-v4l-hack.sh from profile.sh
2017-09-11 15:29:22 +00:00
Oliver Smith
3e140ea690
Close #194 : Aports subfolders! See migration guide in the wiki ( #227 )
...
Migration guide:
https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
2017-07-28 22:34:40 +00:00