Commit Graph

30 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
wrxtasy
f6e1c216be projects/Hub_Play2_C2 enable UHID driver support 2017-10-19 14:14:27 +08:00
Alex Deryskyba
c34040edc9 projects/WeTek_Play_2: build media support drivers as modules 2017-09-22 21:44:23 +03:00
MilhouseVH
ef7a359f68 linux: enable internal regdb, disable crda 2017-09-14 09:45:54 +01: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
Alex Deryskyba
5e12a381d6 projects/WeTek_Play_2: update kernel config after recent kernel bump 2017-05-13 17:22:07 +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
e098c1ce90 Merge pull request #1175 from kszaq/aml_fix_mp4
Amlogic: Disable POST_PROCESS_MANAGER_3D_PROCESS in kernel config
2017-02-26 19:09:00 +04:00
Jamie Coldhill
41e6b396a5 WeTek_Hub/WeTek_Play_2: disable meson PWM support 2017-02-20 15:28:48 +08:00
kszaq
ae732516de Amlogic: Disable POST_PROCESS_MANAGER_3D_PROCESS in kernel config 2017-01-14 10:50:54 +01:00
Nathan Wheeler
99eb118616 config: ADD CONFIG_FB_UDL module (USB displaylink) All projects 2016-12-21 21:18:48 -08:00
Christian Hewitt
0963abf32d Merge pull request #1015 from lrusak/docker
docker: add aarch64 support
2016-12-07 22:52:55 +04:00
Christian Hewitt
170604fbcc Merge pull request #1013 from lrusak/docker-kernel
aarch64 kernel: disable hw watchpoints
2016-12-03 16:56:17 +04:00
Radostan Riedel
8c0169a1b8 linux.aarch64.conf: enable CONFIG_OVERLAYFS_FS=y 2016-12-02 12:44:31 -08:00
Lukas Rusak
4c2b31b042 linux: enable CONFIG_USB_IPHETH 2016-12-02 11:25:30 -08:00
Lukas Rusak
66901a1158 WeTek_Play_2/linux: disable hw watchpoints 2016-12-01 12:56:37 -08:00
Christian Hewitt
88d7775e2c Merge pull request #1009 from lrusak/docker-kernel
aarch64 kernel changes for docker
2016-12-01 08:50:22 +04:00
Lukas Rusak
321cf6838c WeTek_Play_2/linux: add docker support 2016-11-30 16:38:23 -08:00
kszaq
65957d2cb9 projects/WeTek_Hub,Play_2: enable temperature sensor 2016-11-30 19:25:55 +01:00