Commit Graph

17079 Commits

Author SHA1 Message Date
CN_SZTL
ae96b968b1
Merge Official Source 2020-03-09 17:29:30 +08:00
Robert Marko
6256ca3232 ipq40xx: add support for 8devices Habanero DVK
This patch adds support for the 8devices Habanero development board.

Specs are:
CPU: QCA IPQ4019
RAM: DDR3L 512MB
Storage: 32MB SPI-NOR and optional Parallel SLC NAND(Some boards ship with it and some without)
WLAN1: 2.4 GHz built into IPQ4019 (802.11n) 2x2
WLAN2: 5 GHz built into IPO4019 (802.11ac Wawe-2) 2x2
Ethernet: 5x Gbit LAN (QCA 8075)
USB: 1x USB 2.0 and 1x USB 3.0 (Both built into IPQ4019)
MicroSD slot (Uses SD controller built into IPQ4019)
SDIO3.0/EMMC slot (Uses the same SD controller)
Mini PCI-E Gen 2.0 slot (Built into IPQ4019)
5x LEDs (4 GPIO controllable)
2x Pushbutton (1 is connected to GPIO, other to SoC reset)
LCD ZIF socket (Uses the LCD controller built into IPQ4019 which has no driver support)
1x UART 115200 rate on J18

2x breakout development headers
12V DC Jack for power
DIP switch for bootstrap configuration

Installation instructions:
Since boards ship with vendors fork of OpenWrt sysupgrade can be used.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2020-03-09 00:53:50 +01:00
CN_SZTL
3b8d4f56a3
luci-app-diskman: sync with upstream source 2020-03-09 04:01:05 +08:00
CN_SZTL
ac3ceb904d
OpenClash: sync with upstram source 2020-03-09 03:58:24 +08:00
CN_SZTL
cfdc7c5e11
luci-app-passwall: sync with upstream source 2020-03-09 03:57:58 +08:00
CN_SZTL
36fdf06219
Merge Official Source 2020-03-09 03:55:25 +08:00
LEAN-ESX
48b70f04d0
luci-app-ssr-plus: keep subscribe order 2020-03-09 03:25:25 +08:00
LEAN-ESX
db7e0bfc14
luci-app-cpufreq: drop untest target 2020-03-09 03:24:56 +08:00
LEAN-ESX
76069a47c3
luci-app-ssr-plus: change delete all nodes logic 2020-03-09 01:58:49 +08:00
William Chan
cc4fbf6447
luci-app-ssr-plus: optimize subscribe (#3665)
* luci-app-ssr-plus: optimize subscribe

1: Sort by airport.
2: Select node optimize.
3: Full update, delete md5 hashkey.

* luci-app-ssr-plus: select first server

* luci-app-ssr-plus: fix uci bug
2020-03-09 01:58:40 +08:00
CN_SZTL
6726b4eda1
luci-app-unblockmusic: correct the rule for cloud unblocking (#3666) 2020-03-09 01:42:54 +08:00
CN_SZTL
ccabeab3e5
ootoc: update 2020-03-09 01:21:22 +08:00
CN_SZTL
8f0fac8061
verysync: bump to v1.3.4 2020-03-09 00:35:17 +08:00
CN_SZTL
9799278c74
luci-app-unblockneteasemusic: bump to v2.8-3 2020-03-08 23:31:59 +08:00
Tim Harvey
1ff8054092 kernel: fix lib-xor for ARM64
use LINUX_KARCH in directory path to avoid failures in non-arm targets.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2020-03-08 15:10:55 +01:00
Michael Heimpold
9405fb079b uboot-mxs: bump to v2020.01
Also update the U-Boot BSP patch for I2SE Duckbill devices.

Run tested on I2SE Duckbill and Olimex OLinuXino Maxi boards.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-03-08 15:10:55 +01:00
Michael Heimpold
a468a45253 uboot-envtools: mxs: add support for olimex, imx23-olinuxino
Add ubootenv uci config for Olimex OLinuXino boards.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-03-08 15:10:55 +01:00
Petr Štetiar
a61c787f9f uboot-imx6: bump to 2020.01 and refresh patches
Update U-Boot to latest release, remove `100-wandboard-enable-fit.patch`
as FIT support was added in commit 5b8585825128 ("wandboard: Add FIT
image support").

Rework `110-mx6cuboxi-mmc-fallback.patch` into two patches as there was
new config option `CONFIG_SPL_FORCE_MMC_BOOT` added upstream which
should provide the same functionality as the previous patch hunk.

Moving Apalis towards generic distro_bootcmd.

Cc: Vladimir Vid <vladimir.vid@sartura.hr>
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-08 15:10:55 +01:00
Petr Štetiar
d1c2b25212 gpio-button-hotplug: remove duplicate logging text
Removes one of the duplicate `gpio-keys` words found in the logs:

 gpio-keys gpio-keys: gpio-keysdoes not support key code:143

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-08 15:10:55 +01:00
Petr Štetiar
aae4d85647 kernel: add kernel module for Sensirion SPS30 PMS
Adds into 4.19 backported kernel module from 5.1 for Sensirion SPS30
particulate matter sensor, for kernel 5.4 backported dependency fix.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-08 15:10:55 +01:00
Petr Štetiar
ea1823a867 kernel: iio: split buffer modules into separate packages
Otherwise we would need to enable IIO_TRIGGERED_BUFFER symbol in all
kernels in order to be able to use any of the IIO modules which are
utilizing triggered buffer based data acquisition method.

Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-08 15:10:55 +01:00
CN_SZTL
a7a2bdf603
luci-app-passwall: sync with upstream source 2020-03-08 20:37:58 +08:00
CN_SZTL
a1b1496fed
dnsmasq: fix typo 2020-03-08 20:33:27 +08:00
CN_SZTL
ee47429fbb
dnsmasq: update filter-aaaa patch 2020-03-08 20:24:44 +08:00
CN_SZTL
c8f8dc57ee
r8168: add package 2020-03-08 18:21:52 +08:00
CN_SZTL
6b3cec6df3
libtar: add package 2020-03-08 18:21:44 +08:00
LEAN-ESX
018ea78507
luci-app-cpufreq: unlocked for all target 2020-03-08 18:01:09 +08:00
CN_SZTL
ff1a7b25e2
luci-app-qbittorrent: fix typo 2020-03-08 16:45:10 +08:00
CN_SZTL
2ecf4216aa
luci-lib-docker: fix typo 2020-03-08 16:34:15 +08:00
CN_SZTL
a26f89e734
luci-app-filebrowser: improve button 2020-03-08 16:28:36 +08:00
CN_SZTL
43883be99c
luci-app-syncthing: fix typo 2020-03-08 16:27:23 +08:00
CN_SZTL
740cf28db5
luci-app-qbittorrent: improve button 2020-03-08 16:25:36 +08:00
CN_SZTL
7c31f81213
luci-app-ssr-plus: fix typo 2020-03-08 15:37:08 +08:00
CN_SZTL
105f3763b0
luci-app-passwall: sync with upstream source 2020-03-08 15:22:10 +08:00
CN_SZTL
146b56b822
luci-app-vssr: sync with upstream source 2020-03-08 15:21:39 +08:00
CN_SZTL
c766884e6a
frp: fix PKG_NAME 2020-03-08 14:32:01 +08:00
coolsnowwolf
2932be27c8
Update unblockmusic 2020-03-08 14:08:54 +08:00
CN_SZTL
3f6599be19
luci-app-unblockneteasemusic-go: keep ca.crt and server key after upgrade 2020-03-08 14:06:40 +08:00
CN_SZTL
859403f3cf
Merge Lean's source 2020-03-08 14:02:08 +08:00
CN_SZTL
16cbaf6cf0
Merge Official Source 2020-03-08 04:16:56 +08:00
CN_SZTL
3660e40b1f
luci-app-cpufreq: move to system 2020-03-08 04:04:24 +08:00
CN_SZTL
68388be887
Version: bump to mod20.03 2020-03-08 03:42:30 +08:00
CN_SZTL
954bc8325d
luci-app-ssocks: move to vpn 2020-03-08 03:23:01 +08:00
Sven Over
5b13ea8d28 mac80211: fix symbol dependency of rt2x00lib kernel module
On platforms that do not have CONFIG_MTD enabled, loading the
rt2x00lib kernel module fails because it depends on symbols from
the mtd module ("Unknown symbol get_mtd_device_nm").

This commit disables the code that can read the eeprom from mtd if
mtd is not enabled.

Signed-off-by: Sven Over <sp@cedenti.st>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-07 20:18:30 +01:00
CN_SZTL
ed11da16d4
verysync: bump to v1.3.3 2020-03-08 02:43:05 +08:00
CN_SZTL
5ab172228c
Merge Official Source 2020-03-08 01:27:54 +08:00
CN_SZTL
74d66999c7
you-get: bump to 0.4.1410 2020-03-08 01:24:34 +08:00
CN_SZTL
5855ccf313
luci-app-serverchan: sync with upstream source 2020-03-07 20:35:32 +08:00
CN_SZTL
2021ab3446
luci-app-vssr: sync with upstream source 2020-03-07 20:34:41 +08:00
CN_SZTL
7ce802083f
luci-app-ssr-plus-Jo: sync with upstream source 2020-03-07 20:33:46 +08:00