Commit Graph

1656 Commits

Author SHA1 Message Date
vpeter4
bbcd9a7488 iptables: fix README for saving rules 2018-06-12 09:21:55 +02: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
Matthias Reichl
a44d2d75d3 Merge pull request #2736 from CvH/9.0-libnl
network-tools add-on buildfix
2018-06-04 20:23:51 +02:00
Matthias Reichl
5ac97bd725 openssh: enable lto
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
5a2fbf60ef wpa_supplicant: enable lto-parallel
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
94ed1b6cdb bluez: enable lto 2018-06-04 19:54:29 +02:00
MilhouseVH
531cf717bb wireless-regdb: update to wireless-regdb-2018.05.31 2018-05-31 16:58:39 +01:00
CvH
c40b4b4630 libnl: update to 3.4.0 2018-05-31 11:38:23 +02:00
MilhouseVH
ac31b021af samba: update to samba-4.8.2 2018-05-16 22:44:36 +01:00
MilhouseVH
01832667fe connman: update to connman-1.36 2018-05-12 19:05:16 +01:00
Chris Novakovic
0235a223b8 ConnMan: disable interface stats and history files
ConnMan writes stats and history files for each configured interface to
/storage/.cache/connman/*/{data,history}. These files remain open while
ConnMan is running, and prevent the system from halting or rebooting
when /storage is an NFS mount (because ConnMan brings down the interface
through which the NFS mount is accessed and then tries to update the
stats and/or history file for that interface, but the file descriptors
are no longer valid, so the system hangs).

The stats and history files are superfluous, especially since the means
of viewing them isn't included in LibreELEC (the stats tool is missing
because ConnMan is compiled with --disable-tools), so there's no harm in
not generating them on systems that don't mount /storage over NFS
either; in fact, it benefits LibreELEC installations where /storage is
mounted on a flash device by reducing unnecessary flash writes.
2018-05-03 13:28:46 +01:00
MilhouseVH
c84b1771e7 Merge pull request #2666 from HiassofT/le9-retire-devtools
retire DEVTOOLS
2018-04-29 12:55:04 +01:00
Christian Hewitt
ad4571486c Merge pull request #2673 from MilhouseVH/le90_samba_4.8.1
samba: update to samba-4.8.1
2018-04-26 20:29:21 +05:30
MilhouseVH
51aee5c855 samba: update to samba-4.8.1 2018-04-26 15:54:56 +01:00
Matthias Reichl
a5d4c9926a samba: always build smbclient, smbtree and testparm
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-25 16:19:33 +02:00
Matthias Reichl
0a64f62ac2 bluez: always build btmon and testfiles
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-25 16:19:33 +02:00
MilhouseVH
c8809e92b9 samba: call smbd-config from samba-config 2018-04-19 00:33:40 +01:00
MilhouseVH
d4af5aca17 samba: use Wants= instead of Requires= (as per systemd docs) 2018-04-19 00:33:40 +01:00
Sascha Kuehndel (InuSasha)
d27de0bdaf samba: fix noman patch 2018-03-20 12:29:07 +01:00
MilhouseVH
7abb247d83 samba: update to samba-4.8.0 2018-03-14 03:55:30 +00:00
MilhouseVH
e32906ae10 samba: update to samba-4.7.6 2018-03-13 16:13:25 +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
Radostan Riedel
a88548428e Merge pull request #2544 from chewitt/sdio
amlogic: changes for qca9377 sdio module
2018-03-12 14:12:16 +01:00
Radostan Riedel
c1410c95d6 iptables: Fix "public" ruleset order 2018-03-09 13:40:16 +01: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