Commit Graph

77 Commits

Author SHA1 Message Date
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
wrxtasy
f6e1c216be projects/Hub_Play2_C2 enable UHID driver support 2017-10-19 14:14:27 +08:00
MilhouseVH
bae5a9d317 buildsystem: add TARGET_FEATURES 2017-10-17 23:21:11 +01:00
Christian Hewitt
09d09d240e Merge pull request #2087 from Raybuntu/6432
AArch64 projects: add 32-bit userspace support
2017-10-12 21:08:34 +04:00
Radostan Riedel
de9d1af69f AArch64 projects: add 32-bit userspace support 2017-10-12 10:07:43 +02:00
Christian Hewitt
d1e3975ba6 Merge pull request #2070 from Raybuntu/6432canupdate
OC2,WH,WP2: Allow updates between aarch64 and arm
2017-10-12 10:52:50 +04:00
Alex Deryskyba
71c0f8131d projects/WeTek_Hub: include logo image into Android OTA package to make sure it is compatible with current u-boot 2017-10-06 14:29:37 +03:00
Alex Deryskyba
40fd740050 projects/WeTek_Hub: fix an issue when LE cannot boot after installig on top of Android Marshmallow 2017-10-06 14:29:29 +03:00
Radostan Riedel
1faef644ea OC2,WH,WP2: Allow updates between aarch64 and arm 2017-10-06 11:22:52 +02:00
Alex Deryskyba
abaaded55d projects/WeTek_Hub: load Amlogic V4L2 support module (amlvideodri) 2017-09-22 21:28:04 +03:00
Alex Deryskyba
09e0d053c6 projects/WeTek_Hub: build media support drivers as modules 2017-09-22 21:27:54 +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
cvh
4360992b3f projects/*/options: cleanup swap options 2017-06-23 21:04:44 +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
Alex Deryskyba
530d13bf06 projects/WeTek_Hub: update kernel config after recent kernel bump 2017-05-13 17:21:51 +02:00
Christian Hewitt
576ddc087e Merge pull request #1320 from HiassofT/le-lirc-cleanup
lirc cleanup: switch to upstream fixes and configuration
2017-04-23 19:15:05 +04: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
Matthias Reichl
c61ce432e9 WeTek_Hub: move remote configuration to lircd.conf.d 2017-04-07 15:27:13 +02: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