Commit graph

2103 commits

Author SHA1 Message Date
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
chewitt
bf546c542d bluez: add QCA9377 sdio module support 2018-03-06 02:06:10 +00:00
Jonas Karlman
8578fbac02 rfkill: new package 2018-03-04 20:26:54 +01:00
MilhouseVH
77dfa971a2 bluez: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
Christian Hewitt
161ae076c9
Merge pull request #2459 from MilhouseVH/le90_package_bumps_2018v1
Package Updates: various
2018-02-10 10:54:32 +04:00
MilhouseVH
8e617dd09f samba: update to samba-4.7.5 2018-02-07 13:38:01 +00:00
MilhouseVH
d7bcf2b75c
Merge pull request #2472 from eluancm/eluan
Fixes for building Generic/x86_64 under Gentoo/amd64
2018-02-07 08:45:00 +00:00
MilhouseVH
6e6af8fbd0 ethtool: update to ethtool-4.15 2018-02-06 23:39:53 +00:00
eluancm
4f0753a542 Reworked the last commit 2018-02-01 23:56:27 -05:00
eluancm
f4bbb99cf0 Fixes for building Generic/x86_64 under Gentoo/amd64 2018-02-01 22:11:19 -05:00
MilhouseVH
28f0289dc9 samba: use helper function 2018-02-01 05:21:36 +00:00
MilhouseVH
3e063177eb samba: fix synonyms in a custom config 2018-01-11 20:51:41 +00:00
MilhouseVH
091dac292c samba: use documented browseable/writeable properties not synonyms 2018-01-11 20:40:10 +00:00
Radostan Riedel
68e038c675 iptables: Fix several issues
- iptables.service: Fix flush on stop if EnviromentFile becomes
unavailable

- home.v*: Fix wifi tethering

- iptables_helper: fix check_docker function
2018-01-05 12:28:44 +01:00
Christian Hewitt
e2c2a00060
Merge pull request #2322 from Raybuntu/iptables
iptables: add default net filters
2018-01-03 11:29:48 +04:00
MilhouseVH
66e9ef2bcd
Merge pull request #2359 from adamg88/le90_bluez_548
bluez: update to 5.48
2018-01-01 20:50:18 +00:00
MilhouseVH
c68c0315bb samba: add patch to fix compilation with disabled ADS
See: https://lists.samba.org/archive/samba-technical/2017-December/124629.html
2017-12-27 14:45:59 +00:00
MilhouseVH
bc33dcd0e7 samba: update to samba-4.7.4 2017-12-27 13:57:32 +00:00
Adam Green
092c958db1
bluez: update sixaxis patches for compat. with 5.48 2017-12-27 07:36:16 +00:00
Adam Green
f2f0a5c938
bluez: bump package to 5.48 2017-12-27 07:36:04 +00:00
MilhouseVH
b99c10d777 samba: fix link issues when rebuilding 2017-12-19 16:15:29 +00:00
Radostan Riedel
e71646a79f iptables: Add default net filters
Default: Only allow private subnets
Don't overwrite rules from docker or connman
Option to turn on/off through LE Settings addon
2017-12-18 09:25:09 +01:00
MilhouseVH
e0e77267e2 samba: auto-share .kodi.FAILED folder as Kodi-Failed 2017-12-14 17:58:59 +00:00
MilhouseVH
cdb482035a nss-mdns: install all libraries 2017-12-09 18:26:38 +00:00
chewitt
f219db8670 connman: add NTP startup patch for wider testing 2017-12-07 06:53:35 +00:00
cvh
90151b7894 avahi: update to 0.7 2017-11-22 14:19:27 +01:00
cvh
7e5f0e0d95 nss-mdns: update to 47edc38 2017-11-22 14:19:25 +01:00
MilhouseVH
3192ddf3b1
Merge pull request #2151 from InuSasha/feature/rewrite-build
buildsystem: rework build script
2017-11-22 12:14:57 +00:00
Sascha Kuehndel (InuSasha)
430f6e33a0
buildsystem: set PKG_TOOLCHAIN for multiple packages 2017-11-22 00:49:45 +01:00