Commit Graph

5616 Commits

Author SHA1 Message Date
Linus Walleij
c6f8a71b00
gemini: Add swap partition to DNS-313
Sometimes when using the DNS-313 memory usage can peak and
with a simple swap partition we can avoid running into the
roof and invoking the OOM killer. Set this partition to
128MB (twice the size of the memory of the DNS-313).

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2020-08-03 00:21:24 +08:00
Alexey Dobrovolsky
dda249ace4
ramips: add kmod-usb-dwc2 to ZyXEL Keenetic image
ZyXEL Keenetic has a USB port. Thus, DWC2 USB controller driver should
be in the default image for this device.

Fixes: a7cbf59e0e ("ramips: add new device ZyXEL Keenetic as kn")
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
[fixed whitespace issue]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(backported from commit 0a182fcba6)
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-03 00:16:15 +08:00
Alexey Dobrovolsky
94e4e23a86
ramips: remove patches for USB-dwc2
In FS#2738 we can see that patch first introduced in
e8ebcff ("ramips: add a explicit reset to dwc2")
breaks USB functionality since 18.06. Thus, this patch should be removed.

Removed:
- 0032-USB-dwc2-add-device_reset.patch

Fixes: FS#2738
Fixes: FS#2964

Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
(cherry picked from commit ab841b4393)
2020-08-03 00:15:03 +08:00
CN_SZTL
35bfeba3aa
autocore-arm: simplify script 2020-08-01 19:31:24 +08:00
CN_SZTL
7aacd4fb65
luci-app-passwall: sync with upstream source 2020-08-01 17:47:57 +08:00
CN_SZTL
56ae997a7a
luci-app-oled: sync with upstream source 2020-08-01 17:47:47 +08:00
CN_SZTL
932c0dd436
AdGuardHome: fix upx compress 2020-08-01 03:05:19 +08:00
CN_SZTL
745a677665
kernel: bump 4.19 to 4.19.136
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-08-01 01:15:48 +08:00
CN_SZTL
7de73f9929
kernel: bump 4.14 to 4.14.191
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-08-01 00:32:26 +08:00
CN_SZTL
c03c3488ec
scripts/download.pl: add cqu mirror for kernel downloading 2020-07-31 23:27:33 +08:00
CN_SZTL
2063d28587
kernel: bump 4.9 to 4.9.232
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-07-31 23:09:39 +08:00
CN_SZTL
afe923507a
AdGuardHome: add missing goproxy config 2020-07-31 22:05:21 +08:00
CN_SZTL
3793240798
AdGuardHome: add goproxy and upx support 2020-07-31 21:58:25 +08:00
CN_SZTL
80babd11b1
luci-app-kodexplorer: add nginx-util as a dependency 2020-07-31 21:34:57 +08:00
CN_SZTL
1f9b1a1d67
luci-app-vssr: add package 2020-07-31 02:39:19 +08:00
CN_SZTL
b04097054e
pacakge: drop unmaintained package 2020-07-31 02:33:04 +08:00
Paul Spooren
00567a50d2
toolchain: add PKG_RELEASE if local files
The toolchain packages partly contain local code like patches and
configuration files. These files are not tracked via PKG_VERSION as this
variable only covers the upstream package version.

To allow versioning of the buildsystem, this commit adds PKG_RELEASE:=1
to all toolchain packages with local files. Whenever a local file is
changed the release must be increased.

This does not touch binutils and gcc for now, as these provide multiple
versions within one package.

Also update the copyright of touched files to 2020.

Signed-off-by: Paul Spooren <mail@aparcar.org>
[exclude binutils/gcc from patch, adjust commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-31 02:01:38 +08:00
Daniel Golle
3824ce795f
procd: update to git HEAD
28be011 instance: make sure values are not inherited from previous runs
 2ae5cbc uxc: remove debugging left-over

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-31 02:01:13 +08:00
Daniel Golle
ab64d711c4
procd: update to git HEAD
c3ca99f jail: serialize hook execution
 8ff8970 jail: add some remaining OCI features
 9d5fa0a uxc: behave more like a compliant OCI run-time
 1274033 uxc: fix create operation
 2d811a4 jail: add 'kill' method to container.%s object
 08133b8 uxc: use new container.%s kill ubus API

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-31 02:00:52 +08:00
CN_SZTL
1dd3a27272
subconverter: bump to 0.6.2 2020-07-31 01:53:11 +08:00
CN_SZTL
df1db930c2
luci-app-passwall: sync with upstream source 2020-07-31 00:15:26 +08:00
ricksuzade-maker
ee93143163
Bump wireguard to 1.0.20200729 2020-07-31 00:12:34 +08:00
CN_SZTL
e4ef32dace
OpenClash: sync with upstream source 2020-07-31 00:10:08 +08:00
CN_SZTL
eb2d8851d4
Makefile: sync with official source 2020-07-30 23:49:33 +08:00
Sungbo Eo
124d7bdfee
build: image: set default parameter for check-size
In most cases check-size is used with IMAGE_SIZE and vice versa. Let check-size
use IMAGE_SIZE by default.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-07-30 23:44:47 +08:00
Sungbo Eo
54c4737fcf
treewide: omit IMAGE_SIZE argument from check-size
Now that check-size uses IMAGE_SIZE by default, we can skip the argument from
image recipes to reduce redundancy.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
[do not touch ar71xx]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-30 23:44:37 +08:00
ElonH
cb9d0994dd
kernel-4.19: skb_protocol missing args 2020-07-30 11:18:38 +08:00
ElonH
00422a78b9
kernel-4.19: tc_skb_protocol not defined
fixed: https://github.com/project-openwrt/openwrt-kisco/issues/48
2020-07-30 09:51:35 +08:00
CN_SZTL
035851c019
luci-app-oled: sync with upstream source 2020-07-30 00:44:32 +08:00
CN_SZTL
81226e5ca0
luci-app-cpufreq: drop incorrect translation 2020-07-29 23:29:06 +08:00
CN_SZTL
022bdec73c
luci-app-smartdns: drop err info 2020-07-29 23:20:20 +08:00
CN_SZTL
8dbddc2d9d
luci-app-turboacc: fix dependency of HWNAT 2020-07-29 17:59:22 +08:00
CN_SZTL
042c103f97
luci-app-nginx-pingos: sync with upstream source 2020-07-29 17:40:15 +08:00
CN_SZTL
ebb7559137
luci-app-passwall: sync with upstream source 2020-07-29 17:39:30 +08:00
CN_SZTL
40b4de8f44
kernel: bump 4.19 to 4.19.135
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-07-29 17:06:41 +08:00
CN_SZTL
4c39b45763
kernel: bump 4.14 to 4.14.190
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-07-29 16:38:17 +08:00
CN_SZTL
81346a806e
Revert "luci-app-adguardhome: drop outdated download link"
This reverts commit cd8fb0e9de.
2020-07-29 16:33:54 +08:00
CN_SZTL
f8ecec1d76
luci-app-oled: sync with upstream source 2020-07-28 16:07:42 +08:00
CN_SZTL
51ab997a54
luci-theme-argonv3: sync with upstream source 2020-07-28 16:04:46 +08:00
CN_SZTL
b285e6f5ac
autocore-arm: add ipq40xx support 2020-07-28 03:09:23 +08:00
ElonH
2f5b5b270c
SDK: multi-cores compress SDK 2020-07-27 23:24:57 +08:00
CN_SZTL
b90b1a0f43
luci-theme-argonv3: sync with upstream source 2020-07-27 22:23:25 +08:00
CN_SZTL
70ab7e1e61
uhttpd: drop OEM info 2020-07-27 22:03:58 +08:00
Yousong Zhou
7e1bb30fe9
firewall: bump to version 2020-07-05
Changes since last source version

  e9b90df zones: apply tcp mss clamping also on ingress path
  050816a redirects: fix segmentation fault
  f62a52b treewide: replace unsafe string functions
  23cc543 improve reload logic
  9d7f49d redurects: add support to define multiple zones for dnat reflection rules
  f87d0b0 firewall3: defaults: fix uci flow_offloading option
  fe9602c rules: fix typo
  7cc2a84 defaults: robustify flow table detection.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-07-27 19:41:19 +08:00
Daniel Golle
57bb41d5bf
procd: jail: fix build on glibc and uclibc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-27 19:39:38 +08:00
Daniel Golle
0787fed452
procd: update to git HEAD
48777de rcS: cast format string to int64_t
 a4df90f jail: fix wrong format for 32-bit
 c482c5d jail: add support for referencing existing namespaces

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-07-27 19:39:19 +08:00
CN_SZTL
cd8fb0e9de
luci-app-adguardhome: drop outdated download link 2020-07-27 19:28:40 +08:00
CN_SZTL
83025ebe25
UnblockNeteaseMusic-Go: bump to 0.2.4 2020-07-27 19:25:05 +08:00
CN_SZTL
90bc88f901
luci-app-passwall: sync with upstream source 2020-07-27 19:23:12 +08:00
CN_SZTL
ed76ec8a1c
brook: bump to 20200701 2020-07-27 19:22:01 +08:00