aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts/mkimg.netboot.sh: disable on mips64Natanael Copa2020-04-281-2/+1
| | | | | | | | | Thre are a couple of problems with the mips kernels: - linux-octeon does not have initramfs - System.map has different name (upstream problem) Those issues needs to be solved before we can ship netboot support for mips64.
* scripts: mkimg minirootfs: add mips64 to archsAriadne Conill2020-04-221-1/+1
|
* scripts: mkimg netboot: add mips64 definitionsAriadne Conill2020-04-221-1/+2
|
* scripts/bootstrap.sh: clean up cross-build extra dependency handlingTimo Teräs2020-02-081-11/+9
| | | | | | Instead of apk adding dependencies to sysroot, use the EXTRADEPENDS_TARGET to pass in these dependencies. This does not leave the sysroot in dirty state, but instead cleans it up.
* scripts/bootstrap.sh: workaround abuild bugTimo Teräs2020-02-081-0/+1
| | | | | | | Current abuild has a bug that when CC is defined, it's used to guess build architecture. But during cross-compile setup it points to cross compiler and causing breakage. Export CBUILD after initial abuild functions.sh run to workaround this.
* scripts/mkimg.netboot.sh: make initramfs readableNatanael Copa2019-12-241-0/+2
| | | | | | | we hardened the read permissions in 27b8dc5bd034 (main/mkinitfs: fix permissions of initramfs) this broke netboot. ref #11071
* scripts/mkimg.arm.sh: fix boot config for armv7 rpi4Natanael Copa2019-12-181-3/+3
| | | | We dont have rpi4 kernel for armhf but we have it for armv7.
* scripts/mkimg.netboot.sh: fix kernels for armhfNatanael Copa2019-12-161-1/+4
| | | | there are no linux-lts kernel for armhf
* scripts/mkimg.arm.sh: fix boot config for 64bit rpiNatanael Copa2019-12-161-2/+5
| | | | fixes #11031
* scripts/mkimg.base.sh: change to dtbs-$flavor dir nameMilan P. Stanić2019-12-161-1/+1
| | | | | | | | with change to linux-lts as current default kernel dir for dtbs is changed to /boot/dtbs-$_f and this commit change it to new one DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to follow documentation in u-boot (upstream)
* scripts/mkimg.arm.sh: add rpi4 supportNatanael Copa2019-12-131-3/+13
| | | | ref #10789
* scripts/mkimg.standard.sh: add standard aarch64 isoNatanael Copa2019-12-061-2/+2
| | | | users should be able to boot it with efi
* scripts: drop armhf uboot imageNatanael Copa2019-12-061-2/+2
| | | | we dont ship an armv6 kernel.
* scripts: remove openvswitch and rename hwdataNatanael Copa2019-12-062-3/+3
| | | | | hwdata was renamed to hwids remove openvswitch due to it was move to community
* scripts: replace -vanilla kernel with -ltsNatanael Copa2019-12-064-6/+6
| | | | also add doas to extended image
* scripts/mkimg.base.sh: use linux-lts by defaultNatanael Copa2019-12-061-1/+1
|
* bootstrap: use mpfr4 not mpfr3Ariadne Conill2019-12-061-1/+1
|
* scripts/genrootfs.sh: fix permissions of / in minirootfsNatanael Copa2019-10-171-0/+1
| | | | ref #9066
* scripts/bootstrap.sh: fix openssh bootstrapTimo Teräs2019-10-011-2/+2
| | | | | Since commit 5bd58072 it requires libedit, so include that in bootstrap reorder ncurses before it.
* scripts/mkimage.sh: Add explicit `--help` option to prevent exit code 1Hosh2019-09-261-0/+1
|
* scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64Natanael Copa2019-06-191-1/+1
| | | | | | | fix the sed extression that filters out version number sot it does not strip out the `-pine64` part of string. apk fetch --simulate --root --recursive u-boot-all
* scripts/genrootfs.sh: Pass --root to the second apk invocationJonathan Neuschäfer2019-06-141-1/+1
| | | | Otherwise it won't know about the target architecture.
* scripts/genrootfs.sh: Initialize the apk DB with the right architectureJonathan Neuschäfer2019-06-141-1/+1
|
* scripts/mkimg.standard.sh: add rng-tools to the Extended isoHenrik Riomar2019-06-051-1/+1
|
* scripts/mkimg.xen.sh: add rng-toolsHenrik Riomar2019-06-051-1/+1
|
* scripts/mkimg.base.sh: add havegedHenrik Riomar2019-06-051-1/+1
|
* scripts/mkimg.arm.sh: cleanup rpi config and update initramfsCarlo Landmeter2019-05-061-2/+2
| | | | | | | - config: remove dwc_otg.lpm_enable as 0 is default - initramfs: remove ext4 f2fs as boot partition needs to be fat32 - initramfs: remove raid and scsi - initramfs: add dhcp and https for netboot when drivers are buildin
* scripts/mkimg.arm.sh: fix rpi config.txtCarlo Landmeter2019-05-061-9/+17
| | | | | - remove custom entries - fix armhf to include all boards
* scripts: add back rpi kernel to armhfCarlo Landmeter2019-04-231-1/+2
|
* scripts: add rpi2 kernel to armhf releaseCarlo Landmeter2019-04-031-1/+1
| | | | ref #10155
* scripts: add rpi kernels to netboot releaseCarlo Landmeter2019-04-031-0/+2
|
* scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob specTimo Teräs2019-03-221-1/+0
| | | | the scripts have been updated to pick up clm_blobs automatically
* scripts/mkimg.base.sh: replace libressl with opensslNatanael Copa2019-03-041-1/+1
| | | | ref #10042
* scripts/genrootfs.sh: exclude dev/*Natanael Copa2019-02-271-3/+1
| | | | | | exclude /dev/* from minirootfs. https://github.com/gliderlabs/docker-alpine/issues/356
* scripts: generate grub efi for arm except rpiNatanael Copa2019-02-262-3/+5
| | | | add all_video
* scripts/mkimg.arm.sh: create rpi image for armv7Natanael Copa2019-02-261-2/+2
|
* scripts: add armv7 support to imagesOlliver Schinagl2019-02-264-3/+9
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* scripts/genrootfs.sh: make sure root login is disabledNatanael Copa2019-02-221-0/+3
|
* scripts/mkimg.base.sh: include wifi regulatory database in modloopTimo Teräs2019-02-151-1/+1
| | | | ref #9549
* scripts: add modloopfw supportCarlo Landmeter2019-02-152-0/+2
| | | | this is needed for firware which is not automatically detected.
* scripts/bootstrap.sh: build ca-certificates tooalpine-mips-patches2019-02-051-1/+1
|
* mkimage: netboot sign modloopCarlo Landmeter2019-01-281-0/+1
|
* scripts: add modloop signing supportCarlo Landmeter2019-01-271-1/+4
|
* scripts/mkimg.standard.sh: include grub-bios on extended imageNatanael Copa2019-01-171-1/+1
|
* scripts/mkimg.standard.sh: remove tcpproxyNatanael Copa2019-01-101-1/+1
| | | | package was moved to unmaintained due to upstream has gone missing
* scripts/bootstrap.sh: catch up with the openssl switchalpine-mips-patches2018-11-091-2/+2
| | | | | | | Replace libressl with openssl, add libbsd and libtls-standalone (for busybox) but still build libressl for apk-tools. [TT: Remove libressl, it is not needed anymore.]
* scripts/mkimg.base.sh: Fix label to search (grub)Louis2018-10-041-1/+1
| | | | | Alpine ISO are labelled with ${profile_abbrev:-$PROFILE} but grub was only searching for $PROFILE when booting and failed to its rescue shell.
* main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependencyTimo Teräs2018-08-021-1/+1
|
* main/busybox, scripts/bootstrap: fix bootstrapTimo Teräs2018-08-021-2/+2
| | | | | busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly.
* scripts: typo fixesSascha Paunovic2018-07-102-4/+4
|