CN_SZTL
9cbd449674
kernel: init kernel 5.4 support
2020-04-14 00:08:05 +08:00
CN_SZTL
c0a2da80f2
kernel: bump 4.9 to 4.9.218
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 01:32:37 +08:00
CN_SZTL
02009b59e6
kernel: bump 4.19 to 4.19.114
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 01:14:37 +08:00
CN_SZTL
011f13255b
kernel: bump 4.14 to 4.14.175
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 00:58:37 +08:00
CN_SZTL
b9749d61aa
kernel: bump 4.9 to 4.9.217
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 07:52:10 +08:00
CN_SZTL
211fbcc199
kernel: bump 4.19 to 4.19.113
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 07:37:21 +08:00
CN_SZTL
9a4de1f5a2
kernel: bump 4.14 to 4.14.174
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 06:32:54 +08:00
CN_SZTL
84e42d098f
Merge Lean's source
2020-03-29 00:32:36 +08:00
coolsnowwolf
311a78e805
target: missing luci
2020-03-28 20:34:39 +08:00
CN_SZTL
019f5cfeed
Merge Lean's source
2020-03-26 00:40:44 +08:00
lean
2998f9a228
target:remove luci-proto-relay
2020-03-25 23:33:19 +08:00
Kevin Darbyshire-Bryant
94b182bb9a
build: prereq: tidy gcc version checks
...
There is a restriction in the number of parameters(10) that may be passed to
the SetupHostCommand macro so continually adding explicit gcc'n' version
checks ends up breaking the compiler check for the later versions and
oddballs like Darwin as was done in 835d1c68a0 which added gcc10.
Drop all the explicitly specified gcc version checks. If a suitable gcc
compiler is not found, it may be specified at the dependency checking
stage after which that version will be symlinked into the build staging
host directory.
eg. 'CC=gccfoo CXX=g++foo make prereq'
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Acked-by: Jo-Philipp Wich <jo@mein.io>
2020-03-25 04:14:16 +08:00
lean
b4eaefa54e
libmnl: update ABI version
2020-03-24 18:24:26 +08:00
Robert Marko
35dff87f87
build: add GCC 10 version detection
...
Lets add GCC 10 detection to the build system as distributions like Fedora 32 have started shipping with it.
Some tools like mtd-utils need work to compile under GCC10, but that will be next step.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2020-03-24 05:16:27 +08:00
CN_SZTL
96188264e6
Merge Lean's source
2020-03-23 02:36:07 +08:00
lean
8588a73269
luci-app-ssr-plus: add proxychains-ng depend
2020-03-23 02:21:09 +08:00
Koen Vandeputte
3891769528
kernel: bump 4.19 to 4.19.110
...
Refreshed all patches.
Fixes:
- CVE-2020-8648 (potentially)
- CVE-2020-8647
- CVE-2020-8649
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-19 17:50:48 +08:00
AmadeusGhost
92d2f94e3d
kernel: bump 4.14 to 4.14.173
2020-03-19 17:40:18 +08:00
lean
c9fe160157
kernel: bump 4.9 to 4.9.215
2020-03-13 12:17:42 +08:00
lean
3bef40a0cb
kernel: bump to 4.14.172 / 4.19.108
2020-03-13 12:11:40 +08:00
Koen Vandeputte
efc4ae1c12
kernel: bump 4.9 to 4.9.215
...
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-10 22:23:13 +08:00
Koen Vandeputte
46d074fa34
kernel: bump 4.19 to 4.19.108
...
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-10 11:25:26 +08:00
Koen Vandeputte
aee0dfa544
kernel: bump 4.14 to 4.14.172
...
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-10 11:16:01 +08:00
CN_SZTL
a5e7110824
Merge Lean's source
2020-03-08 17:59:19 +08:00
LEAN-ESX
a0adb27385
luci-app-cpufreq: unlocked for all target
2020-03-08 01:50:35 -08:00
CN_SZTL
e6404fcaa1
Merge Lean's source
2020-03-08 13:54:49 +08:00
LEAN-ESX
a95879a1de
luci-app-unblockmusic: add to default target
2020-03-07 20:01:48 -08:00
Kevin Darbyshire-Bryant
6b195e37e7
build: simplify gnu-getopt search
...
getopt is the only command where /usr/local/bin is specified explicitly.
All other commands are assumed to exist in the PATH in one form or
another. Remove this exception and require gnugetopt/getopt to be in
the user's PATH.
In the case of macos Homebrew, getopt is 'keg only' hence not linked
into /usr/local/bin whilst other commands are linked and likely found by
virtue of /usr/local/bin being in PATH.
Since 2019 Homebrew is very reluctant to install links that have
potential to override default OS behaviour, eg: following instructions
on our current 'how to build on macos' wiki page:
$ brew ln gnu-getopt --force
Warning: Refusing to link macOS-provided software: gnu-getopt
If you need to have gnu-getopt first in your PATH run:
echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.zshrc
A better option for macos is to link getopt as 'gnugetopt' in
/usr/local/bin, thus the build system will find 'gnugetopt' but other
applications looking for just 'getopt' will find the original macos
binary.
Ultimately it makes sense that 'GNU' dependencies are placed in
/usr/local/bin and /usr/local/bin is included in the user's PATH.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-03 11:31:47 +08:00
AmadeusGhost
691def3cad
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3375 )
2020-02-29 16:28:07 +08:00
AmadeusGhost
7dc881dd79
kernel: bump to 4.9.214, 4.14.171, 4.19.106
...
Remove error commit from
15a0701cdd
2020-02-29 01:23:18 +08:00
CN_SZTL
3ab67a8217
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )"
...
This reverts commit 4d68a12e34 .
2020-02-28 20:50:04 +08:00
CN_SZTL
4d68a12e34
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
This reverts commit 191ace6dff .
2020-02-27 17:39:41 +08:00
CN_SZTL
59d9e97911
Merge Lean's source
2020-02-27 17:39:13 +08:00
coolsnowwolf
22f8981639
target: rip of netease-unlock
2020-02-26 19:34:11 +08:00
coolsnowwolf
191ace6dff
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )"
...
This reverts commit 01ab5cf3c9 .
2020-02-26 16:47:18 +08:00
CN_SZTL
d1dcde5e92
kernel/iptables: add modules for qos-gargoyle
2020-02-25 23:03:16 +08:00
CN_SZTL
94220db7c3
kernel/iptables: fix IMQ support
2020-02-25 20:27:24 +08:00
CN_SZTL
831dd702a9
Merge Lean's source
2020-02-25 13:45:26 +08:00
AmadeusGhost
01ab5cf3c9
kernel: bump to 4.9.214, 4.14.171, 4.19.106 ( #3318 )
...
* kernel: bump 4.14 to 4.14.171
Refreshed all patches.
Fixes:
- CVE-2013-1798
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.105
Refreshed all patches.
Fixes:
- CVE-2013-1798
- CVE-2019-3016
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.106
Refreshed all patches.
Remove upstreamed:
- 950-0786-leds-pca963x-Fix-open-drain-initialization.patch
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump to 4.9.214, 4.14.171, 4.19.106
Co-authored-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-02-25 12:24:44 +08:00
CN_SZTL
6b2161f94c
Merge Lean's source
2020-02-21 14:35:45 +08:00
coolsnowwolf
1c4ae206b8
target: add zerotier by default
2020-02-21 14:30:58 +08:00
CN_SZTL
6b88026728
Merge Lean's source
2020-02-21 14:09:03 +08:00
AmadeusGhost
e5f08410e0
adjust build script ( #3235 )
...
* download.pl: add jsDelivr mirror for GitHub and add utsc mirrors
* m520: fix 'hlos' not found
* dependence: add python3
* netfilter: Revert delete support for kernel 4.9
* scons: move to packages feed
2020-02-21 11:55:07 +08:00
CN_SZTL
14609a8f8a
Merge Lean's source
2020-02-21 02:50:38 +08:00
coolsnowwolf
9f8000a6d6
sync build script for OpenWrt 19.07
2020-02-21 02:41:00 +08:00
CN_SZTL
4f5684f572
Merge Lean's source
2020-02-20 22:04:38 +08:00
coolsnowwolf
35b3616c50
add luci-app-unblockneteasemusic-mini by default
2020-02-20 21:13:54 +08:00
CN_SZTL
73e90d62cc
Merge Lean's source
2020-02-20 02:46:33 +08:00
coolsnowwolf
5e65d8e2e1
build: add ABI_VERSION to binary package names
2020-02-19 18:56:44 +08:00
CN_SZTL
1061343ae6
Merge Lean's source
2020-02-15 21:05:10 +08:00
coolsnowwolf
11a4f90f1a
target: add luci-proto-relay
2020-02-15 20:33:02 +08:00
CN_SZTL
3af8520a2c
include/target: unselect coremark by default
2020-02-14 17:50:34 +08:00
CN_SZTL
442f3761fd
Merge Lean's source
2020-02-14 17:39:59 +08:00
coolsnowwolf
8f6642da9c
uhttpd: enable ssl
2020-02-14 17:24:56 +08:00
CN_SZTL
0625c87abb
kernel: bump 4.9 to 4.9.212 ( #2964 )
...
* kernel: bump 4.9 to 4.9.212
Refreshed all patches.
Fixes:
- CVE-2019-14896
- CVE-2019-14897
Compile-tested on: x86_64
Runtime-tested on: none
Signed-off-by: CN_SZTL <cnsztl@gmail.com>
* kernel4.9: remove patches for layerscape
2020-02-13 18:00:21 +08:00
AmadeusGhost
6901278ef0
kernel: bump to 4.14.169, 4.19.101 ( #2963 )
...
* kernel: bump to 4.14.169, 4.19.101
* uboot: update to latest
* mediatek: bump to v4.19
* ath79: switch to wpad
* Revert 'grub2: update to latest'
2020-02-06 21:45:40 +08:00
CN_SZTL
6029b1ac46
Merge AmadeusGhost's source
2020-02-06 19:51:47 +08:00
CN_SZTL
c00c457432
kernel: bump 4.9 to 4.9.212
2020-02-06 17:47:35 +08:00
AmadeusGhost
1d26d45a48
kernel: bump to 4.14.169, 4.19.101
2020-02-06 12:00:10 +08:00
CN_SZTL
33742e4ad9
Merge Lean's source
2020-02-04 00:05:05 +08:00
AmadeusGhost
2d7f1ed162
ath79: sync and fix wireless ( #2919 )
...
This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work.
Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
2020-02-03 23:45:16 +08:00
CN_SZTL
5893c0d03c
Merge Lean's source
2020-02-03 14:13:23 +08:00
coolsnowwolf
ecea39f109
Revert "files: sync from openwrt v19.07 ( #2690 )"
...
This reverts commit 2289184a62 .
2020-02-03 12:33:25 +08:00
coolsnowwolf
4f81d5b082
Revert "OpenWrt v19.07.1: adjust config defaults"
...
This reverts commit b7007324c0 .
2020-02-03 12:33:12 +08:00
CN_SZTL
207049c82f
kernel: bump 4.9 to 4.9.211
2020-02-01 22:01:43 +08:00
CN_SZTL
4de61217a3
Revert "OpenWrt v19.07.1: adjust config defaults"
...
This reverts commit b7007324c0 .
2020-02-01 20:06:28 +08:00
CN_SZTL
2e213cc242
Merge Lean's source
2020-02-01 20:06:04 +08:00
coolsnowwolf
b7007324c0
OpenWrt v19.07.1: adjust config defaults
2020-02-01 19:25:36 +08:00
CN_SZTL
fb220578c6
Merge Lean's source
2020-02-01 19:01:52 +08:00
coolsnowwolf
bffe4e4f82
import urandom-seed and urngd for v19.07
2020-02-01 18:35:27 +08:00
CN_SZTL
e6abd4e3ba
Merge Lean's source
2020-02-01 17:10:56 +08:00
AmadeusGhost
2289184a62
files: sync from openwrt v19.07 ( #2690 )
2020-02-01 16:50:37 +08:00
CN_SZTL
a9e0831728
kernel/iptables: add cgroup support
2020-02-01 04:53:36 +08:00
CN_SZTL
ffce816dc9
Merge Lean's source
2020-02-01 00:36:16 +08:00
AmadeusGhost
ae48c01089
target: remove support for kernel 3.18 ( #2900 )
2020-01-31 21:48:59 +08:00
AmadeusGhost
06dc25a010
kernel: bump to 4.14.167, 4.19.98 ( #2871 )
...
* kernel: bump to 4.14.167, 4.19.98
* ipq40xx: fix error patch
* bcm2708: sh: use /bin/sh
* kernel: sfp: add Nokia SFP fix from net-next
2020-01-30 01:43:29 +08:00
CN_SZTL
9ac9db22e8
Merge AmadeusGhost's source
2020-01-28 15:08:08 +08:00
CN_SZTL
be84b7e4ef
config: fix libcxx settings
2020-01-27 22:06:40 +08:00
AmadeusGhost
14d42a488d
kernel: bump to 4.14.167, 4.19.98
2020-01-26 17:18:34 +08:00
CN_SZTL
4c170030cc
Merge Lean's source
2020-01-24 13:35:20 +08:00
coolsnowwolf
fbb58b4bcc
target: add ddns-scripts_aliyun ddns-scripts_dnspod by default
2020-01-24 12:59:17 +08:00
LEAN-ESX
6c5dcf4fb8
buildsystem: Make PIE ASLR option tristate
2020-01-17 10:55:30 -08:00
CN_SZTL
365809fafb
netfilter.mk: update
2020-01-15 02:20:42 +08:00
CN_SZTL
141d3bef84
toolchain: update
2020-01-15 02:18:19 +08:00
CN_SZTL
c6fe53a995
buildsystem: Make PIE ASLR option tristate
2020-01-15 02:00:14 +08:00
CN_SZTL
d7dfa4199a
Merge Leam's source
2020-01-12 12:53:19 +08:00
AmadeusGhost
7c7a6f2e55
kernel: bump to 4.9.208, 4.14.162, 4.19.93 ( #2745 )
...
* generic: support mtd-mac-address-ascii
* kernel: bump to 4.9.208, 4.14.162, 4.19.93
* bcm2708: sync from openwrt v19.07
* firmware: update to latest version
* correct mistakes
* ipq40xx: fixed wrong patch
2020-01-11 23:39:11 +08:00
CN_SZTL
393fc6172d
cmake: Install host packages to lib instead of lib64
2020-01-01 16:05:20 +08:00
CN_SZTL
d8108b844a
Merge Lean's source
2019-12-25 16:35:22 +08:00
LEAN-ESX
70e66b06b1
kernel: bump to 4.9.207, 4.14.160, 4.19.91
2019-12-24 23:57:52 -08:00
kaes1a
ecf24ed7f5
build: prereq: add support for build on macos 10.15 or lasted ( #2478 )
2019-12-19 12:08:43 +08:00
CN_SZTL
2bcf58feab
Merge Lean's source
2019-12-15 22:16:04 +08:00
LEAN-ESX
8380473e7b
target: shrink to support 8M rom
2019-12-15 02:59:57 -08:00
CN_SZTL
580d990dcd
Merge Lean's source
2019-12-14 12:18:29 +08:00
LEAN-ESX
7ea08e97fe
ramips: mt7621: add support for Netgear R6800
2019-12-13 08:25:54 -08:00
CN_SZTL
54557b1240
Merge Lean's source
2019-12-11 12:39:15 +08:00
LEAN-ESX
a70a719e81
kernel: bump to 4.9.206, 4.14.158, 4.19.88
2019-12-10 19:40:41 -08:00
CN_SZTL
e9f7e8cb70
Merge Lean's source
2019-12-04 00:30:59 +08:00
LEAN-ESX
7c38a93048
x86: add AMD Ryzen (The Zen Core Architecture) target
2019-12-03 06:40:51 -08:00
CN_SZTL
d8d96065b2
Merge Lean's source
2019-12-01 22:11:47 +08:00