MilhouseVH
6d2a274685
RPi: update to firmware ec3f856
2018-08-29 23:07:05 +02:00
MilhouseVH
ae62e44b59
Merge pull request #2914 from jernejsk/glibc_fixes
...
Fix compilation issues with glibc 2.28 on host
2018-08-24 05:58:53 +01:00
Jernej Skrabec
4d6eb422bc
populatefs: Fix missing include with newer glibc
2018-08-23 07:08:13 +02:00
Jonas Karlman
d4186711f8
u-boot: update rockchip to ac5a8f0
2018-08-21 23:37:45 +02:00
Jonas Karlman
46223dafc2
rkbin: update to b3a2661
2018-08-21 23:37:45 +02:00
Christian Hewitt
9b62ab5dc9
Merge pull request #2885 from antonlacon/nano
...
nano: update to 2.9.8; .tar.xz package
2018-08-15 16:21:56 +04:00
Ian Leonard
4e9a0bce4c
nano: update to 2.9.8; .tar.xz package
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-08-14 18:55:35 +00:00
MilhouseVH
708d349dc8
RPi: update to firmware 9c78bf4
2018-08-14 15:04:49 +01:00
MilhouseVH
ef477629e3
RPi: update to firmware 83146e2
2018-08-14 15:04:49 +01:00
MilhouseVH
5e868e81e0
RPi: update to firmware bffe7ee
2018-08-14 15:04:49 +01:00
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
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