189 Commits

Author SHA1 Message Date
Rudi Heitbaum
1e3c0779da distro: bump ADDON_VERSION to 11.80.6
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2024-03-10 10:39:22 +00:00
CvH
94a661db7d distro: bump ADDON_VERSION to 11.80.5
Signed-off-by: CvH <namerp@googlemail.com>
2023-12-20 17:23:37 +01:00
Rudi Heitbaum
a90315b4cd distro: bump ADDON_VERSION to 11.80.4
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-12-07 11:36:03 +00:00
Rudi Heitbaum
7813ee364b kernel_options: plymouth-lite requires CONFIG_FB_DEVICE=y 2023-11-04 12:18:42 +00:00
Rudi Heitbaum
f7be753d61 linux: add CONFIG_ options for netfilter limit and log
enable -j LOG and -m limit in iptables consistently for all .config
- https://cateee.net/lkddb/web-lkddb/NETFILTER_XT_TARGET_LOG.html
- https://cateee.net/lkddb/web-lkddb/NETFILTER_XT_MATCH_LIMIT.html
2023-11-01 12:32:13 +00:00
Rudi Heitbaum
ac8269e24a distro: bump ADDON_VERSION to 11.80.3
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-09-14 22:12:44 +00:00
Rudi Heitbaum
ddee88aa15 linux: change from CONFIG_AUTOFS4_FS to CONFIG_AUTOFS_FS
ref:
- 1f2190d6b7
2023-08-28 12:17:16 +00:00
Rudi Heitbaum
bbb91e9279 distro: bump ADDON_VERSION to 11.80.2
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-07-28 13:39:36 +00:00
Rudi Heitbaum
ffbb9b0600 connman: remove wpa_supplicant legacy - only support iwd 2023-05-23 14:56:27 +00:00
CvH
a2d7d41d28 distro: bump ADDON_VERSION to 11.80.1
Signed-off-by: CvH <namerp@googlemail.com>
2023-05-20 17:12:52 +02:00
CvH
3f49a597e6
Merge pull request #7036 from antonlacon/le11-scripts
buildsystem: additions to show_config, related
2023-04-16 10:34:43 +02:00
Ian Leonard
73c2d5d023 diskdev_cmds: drop package
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-19 18:58:39 +00:00
Ian Leonard
507976d08d distro: don't include hfstools in image
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 18:19:00 +00:00
CvH
daa660fd16 distro: bump ADDON_VERSION to 11.80.0 2023-03-05 21:27:38 +01:00
CvH
9f17a74312 config/version: set OS version to 12.0 2023-03-05 21:27:06 +01:00
CvH
8e1dfdae71 distro: bump ADDON_VERSION to 11.0.0
Signed-off-by: CvH <namerp@googlemail.com>
2023-02-25 11:42:29 +01:00
Jernej Skrabec
e9b36938ef kernel_options: add rfkill to iwd section 2023-02-18 17:08:39 +01:00
CvH
d81321c456
Merge pull request #7467 from heitbaum/linux61
linux: update to 6.1.y
2023-02-08 18:10:19 +01:00
Rudi Heitbaum
e7c9ae4d5d linux: enable CONFIG_NETFILTER_XT_MATCH_COMMENT
needed by iptables in podman using netavark stack
2023-02-07 08:17:17 +00:00
CvH
4ab3639afb distro: bump ADDON_VERSION to 10.80.12
Signed-off-by: CvH <namerp@googlemail.com>
2023-02-05 21:09:58 +01:00
CvH
40dacd187e distro: bump ADDON_VERSION to 10.80.11
Signed-off-by: CvH <namerp@googlemail.com>
2023-01-19 20:51:52 +01:00
CvH
c9e386c1c5
Merge pull request #7336 from heitbaum/netfilter
kernel_options: add Netfilter section
2023-01-19 19:59:45 +01:00
Rudi Heitbaum
463d901e09 kernel_options: add Docker section
Validated with:
- https://github.com/moby/moby/blob/master/contrib/check-config.sh

These kernel options have purposely not been defaulted as =y in the
kernel_options file. These will report as (missing):
- CONFIG_MEMCG_SWAP
- CONFIG_CGROUP_HUGETLB
- CONFIG_RT_GROUP_SCHED
- CONFIG_SECURITY_SELINUX
- CONFIG_SECURITY_APPARMOR
- CONFIG_AUFS_FS

"btrfs" - configured separately
"zfs" - configured separately
2023-01-03 11:30:58 +00:00
Rudi Heitbaum
7e079bfad5 kernel_options: add Netfilter section 2023-01-03 10:57:47 +00:00
Rudi Heitbaum
1440a7dc31 kernel_options: add CONFIG_NINTENDO_FF=y 2022-12-30 03:47:11 +00:00
SupervisedThinking
18af78759d kernel_options: add HID section & CONFIG_HID_NINTENDO=m 2022-12-20 22:05:08 +01:00
Rudi Heitbaum
8a2413d7f4 kernel_options: add CONFIG_HUGETLBFS=n 2022-12-13 22:20:20 +00:00
CvH
cfd7db5ff0
Merge pull request #7173 from HiassofT/le11-revert-y2038
Revert 32-bit Y2038 changes
2022-12-07 21:00:21 +01:00
Matthias Reichl
b0974a87f2 distro: bump ADDON_VERSION to 10.80.10
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:27 +01:00
Matthias Reichl
b9d7841a47 options: automatically use ccache on build host if it's available
Use of ccache on build host is now controlled by the
LOCAL_CCACHE_SUPPORT option. Setting it to "no" will disable use
of local ccache.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:39:47 +01:00
CvH
480243581c
Merge pull request #6856 from heitbaum/curl
curl: update to 7.86.0
2022-10-28 08:15:07 +02:00
Rudi Heitbaum
3bef250c7e distro: bump ADDON_VERSION to 10.80.9 2022-10-28 06:12:01 +00:00
Ian Leonard
1a128b5b6d options: relocate ARM_MEM_SUPPORT to distribution options
Display in show_config too.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-10-24 01:37:24 +00:00
Ian Leonard
d417519f98 buildsystem: move STORAGE_SIZE to the general buildsystem
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-10-24 00:49:24 +00:00
SupervisedThinking
e485a16a8d build system: add support for mold & linker PKG_BUILD_FLAGS 2022-10-06 19:39:45 +02:00
Matthias Reichl
4bcc171bd2 buildsystem: support choosing default linker
Default linker can be set with DEFAULT_LINKER in options.

Packages can influence linker selection both by positive and/or
negative PKG_BUILD_FLAGS, eg +bfd or -gold.

Positive build flags take priority over the default linker so eg
DEFAULT_LINKER="gold" and PKG_BUILD_FLAGS="+bfd" will select bfd.

Negative flags mean a specific linker should not be used, eg -gold
prevents using gold.

If the default linker is disabled via a build flag then any other
available linker will be used.

Optional linkers like gold have to be enabled with eg GOLD_SUPPORT="yes"
in options. If an optional linker is not enabled it won't be a candidate
for linker selection. So eg "+mold" will have no effect if MOLD_SUPPORT
isn't set to "yes".

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-09-27 19:00:27 +02:00
CvH
9552cc042f distro: bump ADDON_VERSION to 10.80.8 2022-08-05 21:48:28 +02:00
Rudi Heitbaum
9d2176bd54 distro: bump ADDON_VERSION to 10.80.7 2022-07-22 13:39:26 +00:00
Rudi Heitbaum
ecec2ab0b7 linux: enable CONFIG_IP_MULTIPLE_TABLES to support ip rule
https://cateee.net/lkddb/web-lkddb/IP_MULTIPLE_TABLES.html
2022-06-10 12:47:29 +00:00
Matthias Reichl
5e3eb3da9b
Merge pull request #6504 from lrusak/pipewire
Add Pipewire Support
2022-05-21 13:27:10 +02:00
Matthias Reichl
a198113353
Merge pull request #6501 from lrusak/kodi-dynamic-audio
Kodi: dynamically set KODI_AE_SINK env from build options
2022-05-21 13:15:45 +02:00
Lukas Rusak
7e487b9d0f
kodi: add pipewire support 2022-05-20 15:16:03 -07:00
Lukas Rusak
59b247ee66
image: add PIPEWIRE_SUPPORT option 2022-05-20 15:16:03 -07:00
Lukas Rusak
245fc2894c
kodi: split PULSEAUDIO_SUPPORT and KODI_PULSEAUDIO_SUPPORT 2022-05-17 10:59:26 -07:00
Lukas Rusak
d5be131e30
kodi: split ALSA_SUPPORT and KODI_ALSA_SUPPORT 2022-05-17 09:21:34 -07:00
CvH
61c5af1a60
Merge pull request #5232 from lrusak/iwd
default to using iwd
2022-05-11 11:59:42 +02:00
Christian Hewitt
35f9360595
Merge pull request #6458 from lrusak/alsa-distro
move ALSA_SUPPORT from project options to distro options
2022-05-09 07:16:55 +04:00
Lukas Rusak
9dad29d307
LibreELEC/options: add ALSA_SUPPORT option 2022-05-04 17:27:38 -07:00
CvH
b278427d12 distro: bump ADDON_VERSION to 10.80.6 2022-05-03 17:10:33 +02:00
Rudi Heitbaum
082d48cfb4 kernel_options: default Native language support 2022-04-23 07:15:53 +00:00