Stephan Raue
5c10845150
lirc: move XBOX driver to kernel
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-06-02 18:51:45 +02:00
Stephan Raue
cd866b0a20
projects/RPi/linux: add joystick/xpad support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-27 01:34:15 +02:00
Stephan Raue
1bab87b42c
projects/RPi/linux: add i2c-dev support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-13 14:55:06 +02:00
Stefan Saraev
70e55e654f
projects/*/linux/linux.*.conf: add ZD1201 wifi support
2013-05-13 14:55:06 +02:00
Stephan Raue
54250b65b6
projects/RPi/linux: add SPI device support, this fixes #2251
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-01 16:58:25 +02:00
Stephan Raue
adcfc51319
projects/*/linux: add support for DVB_USB_CXUSB
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-25 18:52:03 +02:00
Dag Wieers
bc28e915ea
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:15:03 +02:00
Dag Wieers
ca9779eed8
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 20:06:21 +02:00
Stephan Raue
4ef3138874
projects/*/linux: add P54 network driver
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-04-22 17:00:18 +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
Stephan Raue
aeb19780d8
projects/RPi/linux: fix kernel config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-03 08:36:24 +01:00
Stephan Raue
653cd07011
projects/*/linux: add CXD2099 CI Module support for all supported builds, add Network scheduler support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-02 03:25:02 +01:00
Stephan Raue
e7e1bc9efb
linux: update RPi support patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-02 00:13:48 +01:00
Stephan Raue
3d42326c47
Revert "linux: update RPi patches"
...
This reverts commit dc50d9b2e8e48665f29ed0ab5d8cf998671dd53d.
2012-11-28 06:26:06 +01:00
Stephan Raue
edf6bbab49
Revert "projects/RPi/linux: add CMA support"
...
This reverts commit 5e634d6654091dd4acbea6756477beb0a6bc2f23.
2012-11-28 06:25:47 +01:00
Stephan Raue
5e634d6654
projects/RPi/linux: add CMA support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-27 18:49:33 +01:00
Stephan Raue
dc50d9b2e8
linux: update RPi patches
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-27 18:37:14 +01:00
Stephan Raue
b0c9af1805
projects/*/linux: sync kernel config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-23 16:49:54 +01:00
Stefan Saraev
bf4bb06144
projects/*/linux/linux.*.conf: build multimedia core support as modules
2012-11-22 21:57:46 +02:00
Stephan Raue
b95dd9a0ea
Merge pull request #1491 from iamvic/master
...
Enable driver DVB_USB_ EC168
2012-11-21 18:59:47 -08:00
Stephan Raue
85b42293ca
Merge pull request #1439 from NobodyImportant/master
...
DVB_USB_AZ6027 Kernel Module
2012-11-21 09:11:41 -08:00
iamvic
cf5da01b82
Update projects/RPi/linux/linux.arm.conf
...
Added the EC168 DVB USB driver to enable support for e3C Technologies DUTV009 devices.
Tested on RPi with device ID 18b4:1689.
2012-11-21 17:58:11 +01:00
Stephan Raue
d933cba07c
projects/*/linux: enable CONFIG_MAGIC_SYSRQ
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-17 00:19:19 +01:00
Stephan Raue
72009b022e
Revert "projects/*/linux: disable Generic HID driver for now"
...
This reverts commit e8431d844e28a31a709cdaf718e1a26b67e65037.
2012-11-16 12:24:26 +01:00
Stephan Raue
e8431d844e
projects/*/linux: disable Generic HID driver for now
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-14 10:54:24 +01:00
Stephan Raue
b09998d26c
projects/*/linux: enable PPP_ASYNC support, needed for pptp, thanks to 'chewitt'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-11 20:19:04 +01:00
Stephan Raue
622b104162
linux: add LIRC RPi support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-11 20:09:05 +01:00
Stephan Raue
90930998ee
linux: update RPi patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-11 18:51:00 +01:00
Stephan Raue
acad91b843
projects/*/linux: add support for Intel CE6230 DVB USB devices
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-11-11 12:18:34 +01:00
NobodyImportant
ad59f3cb93
Added AZ6027 DVB driver for USB DVBS2 Cards like Terratec S7 and Technisat SkyStar USB2 HD CI.
...
Tested on ION/X86_64 with Terratec S7 USB DVBS2 Tuner. Fixes Issue #561
2012-11-05 23:11:40 +01:00
Stephan Raue
279f9df936
projects/*/linux: reenable IPv6 support, this reverts 7d80f298350e49b86d1a37a08e662a4bb013abd4, this fixes #1262
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-10-27 15:39:55 +02:00
Stephan Raue
d446007e80
enable DVB Kernel config: CONFIG_DVB_USB_NOVA_T_USB2=m
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-10-25 22:51:00 +02:00
Stephan Raue
17c2cbde4e
projects/RPi/options: switch to linux-3.6
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-10-25 22:45:47 +02:00
Stephan Raue
df265d66f4
Merge pull request #1352 from Muschl/novatusb2
...
enable DVB Kernel config: CONFIG_DVB_USB_NOVA_T_USB2=m
2012-10-23 07:17:58 -07:00
PE Builder
59c26782ec
enable DVB Kernel config: CONFIG_DVB_USB_NOVA_T_USB2=m
2012-10-17 15:50:56 +02:00