Commit Graph

203 Commits

Author SHA1 Message Date
Alex Deryskyba
6b4a6d3529 WeTek_Play: Update WeTek DVB patch 2017-12-08 15:09:29 +02:00
Radostan Riedel
c36fada03b Fix image creation for WeTek Devices 2017-11-27 10:02:07 +01:00
Lukas Rusak
00f0703c6a linux: automatically add CONFIG_INITRAMFS_ROOT_{U,G}ID=0 2017-11-13 21:11:50 -08:00
MilhouseVH
bae5a9d317 buildsystem: add TARGET_FEATURES 2017-10-17 23:21:11 +01: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
cvh
4360992b3f projects/*/options: cleanup swap options 2017-06-23 21:04:44 +02:00
Memphiz
e2aa234088 [patches] - remove tivo slide pro kernel patches for 3.14/3.10 amlogic kernels. Patch is carried in the kernel src instead now to affect all platforms aml platforms. 2017-06-17 23:01:04 +02: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
Christian Hewitt
6d81df8292 Merge pull request #1317 from lrusak/patches-reset
remove all kodi project and arch specific patches
2017-03-14 23:39:09 +04:00
Lukas Rusak
91964543cc kodi: cleanup various xml files 2017-03-14 11:01:54 -07:00
Lukas Rusak
622041914c kodi: drop WeTek_Play patches 2017-03-10 09:04:26 -08:00
Jonas Karlman
7ecd677bee kodi: process more lirc repeat events 2017-02-18 22:57:43 +01:00
kszaq
1562a7ea14 linux: clean up Amlogic patches
- rename aarch64 patch dir to "amlogic-3.14"
  - move common 3.10 patches to "amlogic-3.10"
2017-01-09 10:15:59 +01:00
MilhouseVH
1ec6420ecf libcec: fix project patches 2017-01-03 22:53:57 +00:00
Nathan Wheeler
99eb118616 config: ADD CONFIG_FB_UDL module (USB displaylink) All projects 2016-12-21 21:18:48 -08:00
Christian Hewitt
f46bf71175 Merge pull request #1031 from kszaq/wetek_3.10_cec
projects/WeTek_Play,WeTek_Core: fix CEC
2016-12-06 21:57:59 +04:00
kszaq
2858a48a90 projects/WeTek_Play,WeTek_Core: fix CEC
Thanks to GDachs for spotting the issue.
2016-12-06 11:56:27 +01:00
Lukas Rusak
0d9b2be673 WeTek_Play: use unified /usr 2016-12-04 13:23:47 -08:00