Commit Graph

94 Commits

Author SHA1 Message Date
Alex Deryskyba
156b5fb2c5 Merge pull request #2674 from CvH/9.0-uboot-deps
add u-boot-tools package dependency for WC & WP
2018-04-28 14:33:12 +03:00
cvh
24aafc936f remove mkimage dependency for WC & WP 2018-04-27 12:06:04 +02:00
Matthias Reichl
60c8804a7e linux (RPi, Generic, WeTek_Core/WeTek_Play): enable DYNAMIC_DEBUG
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-04-26 23:47:23 +01:00
James Millar
3a439f5b80 Remove u-boot-tools package dependency for WC & WP 2018-04-26 01:32:29 -04:00
Radostan Riedel
6268511c19 Merge pull request #2609 from codesnake/wetek_update_kernel_config
Update kernel config for WeTek Play 1 and WeTek Core
2018-03-22 12:35:28 +01:00
Alex Deryskyba
4599907806 projects/WeTek_Core: enable CONFIG_PROC_DEVICETREE in kernel config to allow access to the device tree through /proc/device-tree 2018-03-22 03:51:50 +02:00
Alex Deryskyba
0daca27866 projects/WeTek_Core: update kernel config following recent kernel update 2018-03-22 03:51:38 +02:00
MilhouseVH
4d0336e729 buildsystem: simd support (neon/mmx/sse/sse2) is a feature of CPU not project 2018-03-12 22:16:38 +00:00
kszaq
5e5a53f1c3 WeTek_Core: update kernel config for dvb driver addons 2018-03-07 21:33:09 +01:00
kszaq
644ec66f6f WeTek_Core: enable crazycat driver addon 2018-03-04 12:33:13 +01:00
kszaq
1ca56c4ea1 linux: add KERNEL_EXTRA_DEPENDS_TARGET to enable specifying project-specific depends 2018-02-10 22:32:40 +01:00
MilhouseVH
42314ddb82 configs: enable VM_EVENT_COUNTERS for project consistency 2017-12-26 20:47:15 +00:00
kszaq
811790a18b projects/WeTek*: remove --second from ANDROID_BOOTIMG_OPTIONS now that it's generated automatically 2017-12-02 20:16:31 +01:00
Radostan Riedel
c36fada03b Fix image creation for WeTek Devices 2017-11-27 10:02:07 +01:00
Alex Deryskyba
74ff44c9c3 WeTek_Core: Update bootloader and logo images
Adds dual-boot feature.
2017-11-24 15:57:25 +02:00
Alex Deryskyba
b44ddc92a0 WeTek_Core: Update recovery and updater images
Fixes an issue when LibreELEC fails to boot after installation
with a message "sh: can't access tty; job control turned off".
2017-11-24 15:48:35 +02:00
Lukas Rusak
00f0703c6a linux: automatically add CONFIG_INITRAMFS_ROOT_{U,G}ID=0 2017-11-13 21:11:50 -08:00
Alex Deryskyba
fcffd38316 projects/WeTek_Core: use Wi-Fi and Bluetooth firmware from wlan-firmware-aml package 2017-10-19 17:51:06 +03:00
MilhouseVH
bae5a9d317 buildsystem: add TARGET_FEATURES 2017-10-17 23:21:11 +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
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
Alex Deryskyba
de97342965 projects/WeTek_Core: Fix kernel build after #1504 2017-04-15 02:50:55 +02:00