Commit Graph

59 Commits

Author SHA1 Message Date
Lukas Rusak
00f0703c6a linux: automatically add CONFIG_INITRAMFS_ROOT_{U,G}ID=0 2017-11-13 21:11:50 -08:00
Alex Deryskyba
a274e25543 projects/WeTek_Play: use Wi-Fi and Bluetooth firmware from wlan-firmware-aml package 2017-10-16 22:12:57 +03:00
MilhouseVH
bc205b6b6f linux: enable CONFIG_AIO=y (all projects/devices) 2017-07-06 19:28:19 +01:00
Koen Kooi
a2c254024a linux: enable fq_codel for all projects
This qdisc aims to eliminate bufferbloat and as a side effect improves
latency during heavy network load. The most notable effect will be a
slightly more responsive ssh session during large downloads.

Systemd will autoselect fq_codel when it's available:

    m8s:~ # ip a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 4096 qdisc noqueue
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500 qdisc fq_codel     qlen 1000
        link/ether 82:cd:fa:1b:03:1d brd ff:ff:ff:ff:ff:ff
        inet 172.20.0.166/24 brd 172.20.0.255 scope global eth0
           valid_lft forever preferred_lft forever
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500     qdisc fq_codel qlen 1000
        link/ether 44:2c:05:43:8c:eb brd ff:ff:ff:ff:ff:ff
        inet6 fe80::462c:5ff:fe43:8ceb/64 scope link
           valid_lft forever preferred_lft forever

On the S905X 100Mbit link it shows no negative effects:

    m8s:~ # curl http://beast.local/koen/largefile.mkv --http1.1 > /dev/null
      % Total    % Received % Xferd  Average Speed   Time    Time
      % Time
      % Current
                                     Dload  Upload   Total   Spent Left Speed
      7 14.9G    7 1105M    0     0  11.1M      0  0:22:50  0:01:38 0:21:12 11.2M

See https://en.wikipedia.org/wiki/CoDel for more information on CODEL

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2017-05-16 20:49:37 +02:00
MilhouseVH
688e65936a WeTek: Drop CONFIG_FB_UDL/CONFIG_FB_MODE_HELPERS 2017-04-15 05:28:54 +01:00
MilhouseVH
b9c9792433 configs: cleanup 2017-04-15 05:28:54 +01:00
Ubuntu
dc5085e95e remove CONFIG_IP_MROUTE_MULTIPLE_TABLES 2017-03-23 13:22:36 +00:00
Ubuntu
765699d6e1 add CONFIG_FIB_RULES to all projects 2017-03-23 07:42:56 +00:00
Ubuntu
50baf4a1ab remove CONFIG_DEFAULT_VENO and CONFIG_DEFAULT_VEGAS from all projects 2017-03-22 08:37:34 +00:00
Ubuntu
5f367c0834 add IP_ADVANCED_ROUTER and tcp congestion algorithms for all projects except Odroid C2 and RPi 2017-03-21 07:54:14 +00:00
Nathan Wheeler
99eb118616 config: ADD CONFIG_FB_UDL module (USB displaylink) All projects 2016-12-21 21:18:48 -08:00
Alex Deryskyba
1aee9a5dcc projects/WeTek_Play: Use interactive CPU scaling governor by default 2016-09-16 02:41:19 +02:00
Alex Deryskyba
af6c0605fc projects/WeTek_Play: Update kernel config according to the recent kernel updates 2016-09-13 17:54:53 +02:00
mcaptur
5c88085369 WeTek/Kernel: Fix kernel options to make use of https://github.com/xbmc/xbmc/pull/9896 (#518)
* Update linux.arm.conf

* Update linux.arm.conf
2016-07-05 10:33:52 -07:00
Stephan Raue
cbc03cb8f9 projects/*/linux: add support for iptable_mangle, this fixes #4716
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-20 15:02:15 +01:00
Gerald Dachs
31e3283a1f New amlogic cec driver
kernel patches added
2016-02-17 21:27:19 +01:00
kefor
138bb1b361 Increase pre_allocated_buffer to fix buffering issues.
Also activate verbose procfs for better debugging and setting dynamic settings
2016-02-09 15:08:46 -05:00
Alex Deryskyba
79e5aec6c9 packages/linux: Update Amlogic kernel to 3.10-716f179 2016-01-08 15:16:00 +01:00
Lukas Rusak
d30f0d791d linux: set CONFIG_USB_IPHETH=m 2015-12-29 01:36:29 -08:00
Alex Deryskyba
d8d3fa83be packages/linux: Update Amlogic kernel to 3.10-0b9823d 2015-12-15 06:34:50 +01:00
Stephan Raue
67c2c76c21 projects/*/linux: sync kernel config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-02 23:24:59 +01:00
Stephan Raue
2b6087dcc4 projects/WeTek_Play/patches/linux: add HID quirk for WeTek remote support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-24 19:22:24 +02:00
Stephan Raue
456c875268 projects/*/linux: sync kernel config for basic touchscreen support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-04 23:17:00 +02:00
Alex Deryskyba
36705180fe packages/linux: update amlogic kernel to 3.10-753dc30 (3.10.89) 2015-10-01 00:47:24 +02:00
Stefan Saraev
b726891e2a linux: move CONFIG_PPP to module
there is no working pppd/pptpd for openelec atm.
whoever is working on ppp support (addon) is free to
modprobe ppp_generic
2015-07-16 10:53:08 +03:00