Commit Graph

36 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
Jamie Coldhill
b1180c52e8 projects/Odroid_C2: build media support drivers as modules 2017-09-23 00:50:20 +03: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
53727a8fe2 linux: fix options dropped when CONFIG_INITRAMFS_SOURCE is not set 2017-05-04 17:01:50 +01:00
MilhouseVH
c05dc46eae RPi/RPi2/Odroid/imx6: 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
361ede311d support for ip advanced router and add multiple tcp congestion alogirthms as modules 2017-03-20 02:18:40 +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
Christian Hewitt
b4b49ee674 Merge pull request #1339 from wrxtasy/C2-PWM
odroid-c2: linux add meson_pwm support
2017-02-26 18:47:39 +04:00
Jamie Coldhill
5a6182aa81 odroid-c2: linux - add requested IR_GPIOPLUG_CIR module
http://forum.odroid.com/viewtopic.php?f=144&t=25742&start=50#p179080
2017-02-15 01:52:49 +08:00
Jamie Coldhill
0a23912ba7 odroid-c2: linux add PWM support
dependant on PR:
https://github.com/LibreELEC/linux-amlogic/pull/45
2017-02-15 01:41:35 +08:00
kszaq
ae732516de Amlogic: Disable POST_PROCESS_MANAGER_3D_PROCESS in kernel config 2017-01-14 10:50:54 +01:00
Radostan Riedel
43d4eb9162 Odroid_C2/linux: Add CONFIG_USB_SERIAL_CH341 2017-01-04 10:11:05 +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
dea9b42671 Odroid_C2/linux: disable hw watchpoints 2016-12-01 12:56:18 -08:00
Lukas Rusak
cbd1e667bb Odroid_C2/linux: add docker support 2016-11-30 16:38:23 -08:00
Lukas Rusak
2a9a08e26d Odroid_C2: enable CONFIG_AMLOGIC_SPICC_MASTER 2016-11-01 01:10:04 -07:00