Stephan Raue
6d54a2c5d7
projects/RPi/linux: build SPI drivers as build-in kernel drivers
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-07-04 16:32:42 +02:00
Stephan Raue
45f6173ce0
projects/RPi: update RPi patch for kernel 3.10 support, enable kernel 3.10 support, update kernel config for kernel 3.10
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-07-03 14:22:08 +02:00
Stephan Raue
015a8a8d76
projects/*/linux: sync kernel config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-06-30 12:25:19 +02:00
Stefan Saraev
9667a3b1ff
projects/*/linux/linux.*.conf: ppp*: build as modules
2013-06-29 23:23:20 +03:00
Stefan Saraev
1abfda2517
projects/*/linux/linux.*.conf: tun: build as module
2013-06-29 23:13:26 +03:00
Stefan Saraev
74ff540160
projects/*/linux/linux.*.conf: clean up linrary routines / crypto
2013-06-29 22:57:36 +03:00
Stefan Saraev
d92ec1b10a
projects/*/linux/linux.*.conf: bridge/llc: build as modules
2013-06-29 22:56:55 +03:00
Stefan Saraev
7edaefeb61
projects/*/linux/linux.*.conf: build cfg802011 as a module
2013-06-25 16:10:15 +03:00
Stephan Raue
3779a5b53f
linux: update kernel config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-06-22 20:44:22 +02:00
Stephan Raue
1fab3c990c
projects/RPi: update RPi kernel patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-06-15 23:35:39 +02:00
Stephan Raue
3a85558798
lirc: move XBOX driver to kernel
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-05-30 19:55:16 +02:00
jenkins
8a3e36027a
projects/*/linux/linux.*.conf: enable CONFIG_IR_LIRC_CODEC
2013-05-26 20:12:20 +03:00
Stephan Raue
35adffa208
projects/RPi/linux: add joystick/xpad support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-05-20 00:34:33 +02:00
Stephan Raue
2c5eed0bd0
projects/RPi/linux: add i2c-dev support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-05-09 00:01:25 +02:00
Stephan Raue
623649598e
projects/RPi/linux: sync kernel config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-05-08 23:41:32 +02:00
Stephan Raue
dd6db439be
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
2013-05-08 23:26:15 +02:00
Stephan Raue
8a041971f2
projects/RPi: build with kernel 3.9, update RPi patches
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2013-05-08 23:20:25 +02:00
Stefan Saraev
70f845f830
projects/*/linux/linux.*.conf: add ZD1201 wifi support
2013-05-09 00:07:18 +03:00
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