Commit Graph

923 Commits

Author SHA1 Message Date
Christian Hewitt
3892b13f1b Merge pull request #2862 from MilhouseVH/le90_glibc_2.28
glibc: update to glibc-2.28
2018-08-12 19:21:32 -04:00
chewitt
619998f9bc dtc: cosmetic change 2018-08-05 16:37:04 +04:00
MilhouseVH
57bec9fd26 syslinux: fix build with glibc-2.28 2018-08-01 23:40:03 +01:00
MilhouseVH
38d5665b1e hdparm: update to hdparm-9.56 2018-08-01 23:40:03 +01:00
CvH
1690150728 spdx: packages/tools 2018-07-18 22:37:47 +02:00
MilhouseVH
9581894a8d RPi: update to firmware d3c3d03 2018-07-09 20:41:09 +01:00
MilhouseVH
51a227f148 RPi: update to firmware 32a1c7c 2018-06-27 21:07:02 +01:00
MilhouseVH
a7df1089e2 u-boot: fix build failure when DEBUG is set
Avoid this failure:

  LD      u-boot
  OBJCOPY u-boot.srec
  OBJCOPY u-boot.bin
  OBJCOPY u-boot.hex
Makefile:156: *** DEBUG must be boolean. Stop.
make[2]: *** [/home/neil/projects/scratch/alternates/LibreELEC.tv/build.LibreELEC-KVIM.arm-9.0-devel-next/u-boot-ffc14fc/Makefile:920: acs.bin] Error 2
make[1]: *** [Makefile:147: sub-make] Error 2
2018-06-16 18:28:22 +01:00
Matthias Reichl
ba3ac20c48 Merge pull request #2729 from MilhouseVH/linux41448+
linux: update to linux-4.14.48
2018-06-08 17:28:25 +02:00
MilhouseVH
d210667bf1 RPi: update to firmware 7884178 2018-06-08 05:23:40 +01:00
Sascha Kuehndel (InuSasha)
2c47bfbb0e grub: fix build with gcc8 with upstream patch 2018-06-04 20:17:29 +02:00
Matthias Reichl
937d13313e grub: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Tomas Kelemen (vudiq)
c2792f5dbb redefine variable names for partition labels 2018-05-30 08:31:04 +02:00
Tomas Kelemen (vudiq)
e0c8006ae0 bootloader: use labels defined by distro options 2018-05-29 22:33:35 +02:00
CvH
7613733280 syslinux: removed not working script 2018-05-28 19:58:19 +02:00
MilhouseVH
777b5ce1c5 RPi: update to firmware 784fe6c 2018-05-26 03:05:03 +01:00
MilhouseVH
a53d7ad476 RPi: update to firmware 6a3ac30 2018-05-26 03:05:03 +01:00
MilhouseVH
a8fae9943a RPi: update to firmware a46b1f9 2018-05-26 03:05:03 +01:00
MilhouseVH
25e9bbb902 RPi: update to firmware 287af2a 2018-05-26 03:05:03 +01:00
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