Commit Graph

2486 Commits

Author SHA1 Message Date
Stefan Saraev
98ae1135a4 systemd: update to systemd-218 2015-01-11 16:00:52 +02:00
Stefan Saraev
bf42102acb reorder etc/profile.d
- all files should be xx-*.conf
- kodi.conf should be last. it appends $PATH and $LD_LIBRARY_PATH
  for addons. those are very important.
- busybox.conf should be right before kodi. it sets $HOME. nothing but
  kodi is allowed to override whatever is set by busybox.conf
- addons.conf should be first, so if we allow addon specific
  profile files, those should not be allowed to override env vars
  or functions we depend on.
2015-01-09 19:55:42 +02:00
Stefan Saraev
0e5c443160 buusybox: set kernel.core_pattern 2015-01-04 00:10:13 +02:00
Stefan Saraev
3833e54ad1 ntfs-3g_ntfsprogs: fix last commit 2015-01-03 15:37:22 +02:00
Stefan Saraev
7f23fc38ba ntfs-3g_ntfsprogs: fix gcrypt check in autoreconf
AM_PATH_LIBGCRYPT is undefined if libgcrypt is not (yet)
built, and we dont depend on gcrypt...
2015-01-02 18:21:25 +02:00
Stephan Raue
970b1fd329 Merge pull request #3722 from robho/fujitsu_siemens_scaleo_e_lcd
Add support for Fujitsu Siemens Scaleo E lcd
2014-12-27 21:53:15 +01:00
Wes Garrison
cf00e574a2 replace duplicate KEY_OK with KEY_PLAY
additionally set gap and toggle_bit_mask back to settings from MythTV config here http://www.mythtv.org/wiki/XBOX_DVD_IR_Receiver
2014-12-27 21:51:19 +01:00
Stephan Raue
7a7f19d10c busybox: fails to build with GOLD support enabled with binutils-2.25
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-27 21:18:26 +01:00
Stephan Raue
53c06e7323 busybox: update to busybox-1.23.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-27 21:18:26 +01:00
Robert Högberg
c12c42e82c The Fujitsu Siemens Scaleo E HTPC has a dm140 lcd with a different USB
vendor/device id than currently supported by the dm140 driver, so add support
for this "new" USB device id.

Function Compare didn't work with USB vendor/device ids >= 2^15 (ie 0x925d)
because the value read from the string was not handled as a signed short. Values
should be signed and compared as such.
2014-12-27 00:47:10 +01:00
Alex Deryskyba
238e6754c4 Add a package to support IR remote configuration utility for Amlogic-based devices 2014-12-23 01:12:34 +01:00
Stefan Saraev
6996f84828 Merge pull request #3700 from LS80/less_maxlines
Increase the limit for the number of lines in less.
2014-12-18 00:06:43 +02:00
LS80
78a83aab4f Increase the limit for the number of lines in less. 2014-12-17 21:39:54 +00:00
Alex Deryskyba
a918376a7f Add support for executing project-specific initialization script from the init script 2014-12-17 06:14:16 +01:00
Stephan Raue
acf758a4da dbus: update to dbus-1.8.12
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-17 00:05:28 +01:00
Stephan Raue
9b1df80d1f dosfstools: update to dosfstools-3.0.27
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-17 00:05:21 +01:00
Stephan Raue
79bdcbd456 util-linux: specify more configure options, build with losetup and libsmartcol support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-15 02:44:35 +01:00
Stefan Saraev
4801044f3c scripts/createlog: more logs 2014-12-13 00:20:55 +02:00
Stefan Saraev
b741ed9f50 scripts/createlog: cosmetics. also include kodi.old.log
... and crashlog, in the future...
2014-12-12 23:40:15 +02:00
Stephan Raue
8edcc98ea8 Merge pull request #3643 from stefansaraev/rpibootfuckery
[rfc] init: warn on obvious KERNEL/SYSTEM mismatch
2014-12-11 23:52:42 +01:00
Stephan Raue
25e2330b2c util-linux: add upstream patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 22:09:27 +01:00
Stephan Raue
94cea7904c busybox: move keyutils dependency to package 'linux'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 23:01:14 +01:00
David Härdeman
0aabe72a8d Make sure keyutils gets included
Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-05 18:09:46 +01:00
David Härdeman
2c6677f7c6 Add package keyutils
The kernel hardcodes the path to the key instantiation callback binary
as /sbin/request-key, meaning that providing keyutils as a separate
binary in an addon is impossible. It might be possible to use a
dangling symlink, but the three binaries built from this package
are all around 20 - 30KiB. Additionally, the request-key binary
is useful for more than one protocol.

keyutils is the "new" way of handling both DNS name resolution
(necessary for e.g. cifs dfs referrals) and security credentials, thus
replacing e.g. the rpc.idmap daemon.

Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-05 16:43:31 +01:00
Stephan Raue
12e9aa7f10 busybox: add 'devmem' support for devel builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-29 21:59:55 +01:00