Commit Graph

904 Commits

Author SHA1 Message Date
MilhouseVH
ab60ac71fc installer: add option to save installation log in /flash/logs; include extra system info 2018-05-16 05:44:02 +01:00
MilhouseVH
d2ab6680a7 installer: remove unused functions, pointless case, recursive calls and faulty breaks
I suspect the recursive calls were to work around the error caused by break
being called in a case statement which itself is within a while loop - the break
causes the while loop to terminate, bringing the installer to a grinding halt... whoops.

Now, menu_main() is called only from the main process loop, which we don't exit accidentally.

I've removed an entire case statement from do_install_quick() as this function either
performs an installation, or it doesn't - the case statement is pointless.

Due to the removal of whitespace, add ?w=1 in github.com when reviewing.
2018-05-16 03:29:20 +01:00
MilhouseVH
c1167e0bcb installer: switch to using UUIDs 2018-05-15 22:14:42 +01:00
MilhouseVH
517330f9fe installer: drop extlinux support, not needed - use syslinux 2018-05-15 22:14:42 +01:00
MilhouseVH
918ea3219f installer: use HERE doc 2018-05-15 22:14:42 +01:00
MilhouseVH
cdb7daba21 grub: drop /flash/grub.cfg 2018-05-15 22:14:42 +01:00
MilhouseVH
20992919e1 init: update copyright 2018-05-15 22:14:42 +01:00
MilhouseVH
2c281d13d9 syslinux.cfg/init/etc: unify syslinux.cfg 2018-05-15 22:14:42 +01:00
CvH
a010156a64 qemu: update to 2.12.0 2018-04-29 23:59:46 +02:00
MilhouseVH
6fc9e35b10 RPi: fix sha256 for firmware 983b091 2018-04-28 16:14:39 +01:00
Alex Deryskyba
156b5fb2c5 Merge pull request #2674 from CvH/9.0-uboot-deps
add u-boot-tools package dependency for WC & WP
2018-04-28 14:33:12 +03:00
Matthias Reichl
45dd79bff4 u-boot-tools-aml: move to packages/tools
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-27 17:23:37 +02:00
MilhouseVH
c7eed1e367 RPi: update firmware to 983b091 2018-04-26 23:48:06 +01:00
MilhouseVH
bbe338bd16 RPi: Update firmware to a154f21 2018-04-26 23:47:23 +01:00
MilhouseVH
98f8a30835 RPi: Update to firmware d46b40b 2018-04-26 23:47:23 +01:00
MilhouseVH
51b24875dc RPi: Update firmware to 3aa8060 2018-04-26 23:47:22 +01:00
MilhouseVH
5b1d532cf4 RPi: update to firmware c14a903 2018-04-26 23:47:22 +01:00
MilhouseVH
b7f6479770 RPi: update firmware to 75de5d7 2018-03-26 19:26:27 +01:00
MilhouseVH
1c443cbb1b RPi: update to firmware 36f9913 2018-03-22 18:50:54 +00:00
MilhouseVH
bbdb6c52f8 RPi: update to firmware 086a848 2018-03-16 13:57:32 +00:00
MilhouseVH
36db8444f9 RPi: update to firmware 3347884 2018-03-13 19:49:00 +00:00
MilhouseVH
9b47b64cb9 Merge pull request #2521 from InuSasha/feature/build_flags
buildsystem: add BUILD_FLAG support
2018-03-12 22:12:29 +00:00
MilhouseVH
00857494ac RPi: update firmware to 6e3c5f8 2018-03-11 23:45:08 +00:00
MilhouseVH
6b358cf7b1 RPi: don't install or update dtbs for upstream kernels 2018-03-10 23:21:34 +00:00
Sascha Kuehndel (InuSasha)
8827a540aa buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00