Commit Graph

105 Commits

Author SHA1 Message Date
Stephan Raue
19f5190a93 projects/RPi/linux: add SPI device support, this fixes #2251
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-01 16:41:34 +02:00
Stephan Raue
101541ad69 projects/*/linux: cleanup kernel config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-29 05:59:16 +02:00
Stephan Raue
75f3bb5af8 projects/*/linux: add support for DVB_USB_CXUSB
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-25 19:02:56 +02:00
Stephan Raue
8170f63b4f linux: update DVBSky patch, update kernel configs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-24 01:43:31 +02:00
Dag Wieers
d881425b0c AppleTV: Make sure loop devices are allocated dynamically
CONFIG_BLK_DEV_LOOP_MIN_COUNT: Number of loop devices to pre-create at init time

Static number of loop devices to be unconditionally pre-created at init time.

This default value can be overwritten on the kernel command line or with module-parameter loop.max_loop.

The historic default is 8. If a late 2011 version of losetup(8) is used, it can be set to 0, since needed loop devices can be dynamically allocated with the /dev/loop-control interface.
2013-04-23 01:13:35 +02:00
Stephan Raue
e83378d5ec Merge pull request #2220 from dagwieers/kernel-ikconfig
AppleTV: Make in-kernel config modular (but keep it available)
2013-04-22 08:55:25 -07:00
Dag Wieers
eea9066797 AppleTV: Make in-kernel config modular (but keep it available)
The in-kernel config (/proc/config.gz) is a useful way to understand how your existing kernel has been compiled, however it does use some memory to represent this information inside the kernel. However by making it optional you can still have this information if wanted, but as part of the system ramdisk (as a kernel module) rather than in memory all the time.

For AppleTV this was not (yet) enabled, for other platforms we make it modular.
2013-04-22 17:39:19 +02:00
Stephan Raue
2fc99efd44 projects/*/linux: add P54 network driver
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-22 16:11:31 +02:00
Stephan Raue
2297f3d808 projects/RPi/linux: update to linux-3.8
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-11 19:24:39 +02:00
Stephan Raue
1c7bb89a88 projects/*/linux: disable AIO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-04 13:22:49 +01:00
Stephan Raue
2e5e7380b6 projects/*/linux: disable CGROUPS support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-04 13:15:19 +01:00
Stephan Raue
3997e74461 projects/*/linux: disable SCHED_AUTOGROUP support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-03-04 13:12:03 +01:00
Stephan Raue
8712868362 projects/*/linux: disable FSCACHE support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-28 20:00:09 +01:00
vpeter4
482eaffcb2 linux: support Opera1 DVB-S USB2.0 receiver, this fix #1734 2013-02-06 20:26:27 +01:00
Stephan Raue
1a9508dceb projects/RPi/linux: enable debugfs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-04 21:57:09 +01:00
Stephan Raue
41a52e972b projects/RPi/patches/linux: update RPi patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-02 14:39:50 +01:00
Stephan Raue
4c2c481e28 projects/*/linux: disable SMB2 and CIFS FSCACHE support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-29 02:48:56 +01:00
Stephan Raue
adeebf95f3 linux: update DVBSky patch, thanks to Marel-IT, update kernel configs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-22 01:04:24 +01:00
Stefan Saraev
7015e1ebfb projects/*/linux/linux.*.conf: remove NET_SCHED and friends 2013-01-21 19:54:32 +02:00
Stephan Raue
8003df3222 projects/*/linux: add ZRAM and FRONTSWAP support, update kernel config, add some PHY Network drivers on supported configs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-21 05:33:53 +01:00
Stephan Raue
e86fada1ad projects/*/linux: add support for LME2510 USB DVB devices, this fixes #1620
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-13 22:13:48 +01:00
Stephan Raue
293ce6ce9b projects/*/linux: add Infinity Unlimited USB Phoenix driver, this fixes #1650
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-11 15:55:13 +01:00
Stephan Raue
b8ecc41134 projects/*/linux: add support for RTS5139 USB Cardreaders, this should fix #1252
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-14 10:55:45 +01:00
Stephan Raue
8444a0c011 projects/*/linux: build Netfilter NAT support as modules, add more Netfilter Conntrack modules, thanks to 'seo'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-06 01:15:21 +01:00
Stephan Raue
9d59cdfee0 projects/*/linux: add Bridge, Netfilter Conntrack, Netfilter NAT support, sync RPI Networking options with other projects
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-05 23:07:36 +01:00