Commit Graph

242 Commits

Author SHA1 Message Date
Tony Ambardar
b39f6377f9
iproute2: tc: fix dynamic symbol table size optimization
Recent iproute2 5.x versions modified the symbols resolved for plugins,
causing "tc .. action xt .." to fail. Update the list of symbols to fix.

Fixes: b61495409b ("iproute2: tc: reduce size of dynamic symbol table")

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2020-07-16 20:11:28 +08:00
Adrian Schmutzler
70a82a1f32 wireguard-tools: replace backticks by $(...)
This replaces deprecated backticks by more versatile $(...) syntax.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-12 11:54:55 +08:00
Hans Dedecker
539fff94da curl: bump to 7.71.1
For changes in 7.71.1; see https://curl.haxx.se/changes.html#7_71_1

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-07-08 12:02:50 +08:00
Hans Dedecker
8d47434ca3 curl: bump to 7.71.0
For changes in 7.71.0; see https://curl.haxx.se/changes.html#7_71_0

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-07-02 11:36:39 +08:00
Hans Dedecker
e7aa26375b iproute2: update to 5.7.0
Update iproute2 to latest stable 5.7.0; for the changes see https://lwn.net/Articles/822152/

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-06-14 11:31:44 +08:00
AmadeusGhost
a273d13857 Merge Lean's source 2020-05-30 12:25:05 +08:00
AmadeusGhost
6105915786
Wireless: rollback with mac80211 (#4683)
mt76: fix build
ath10k-ct: rollback to 4.19
Revert "iw/iwinfo/mwlwifi: bump version"
Revert "mac80211/5.4: fix build on kernel 4.9"
Revert "mac80211: switch to upstream owl-loader driver"
2020-05-27 11:45:56 +08:00
AmadeusGhost
142f9724da Merge Lean's source 2020-05-21 12:25:08 +08:00
ricksuzade-maker
e48e438b08
Bump wireguard-tool to 1.0.20200513 (#4608) 2020-05-14 15:32:39 +08:00
AmadeusGhost
29a00cd005 Merge Lean's source 2020-05-13 17:50:08 +08:00
ricksuzade-maker
7fe52a9f0b
Bump wireguard-tools to 1.0.20200510 (#4598) 2020-05-13 13:28:58 +08:00
Josef Schlehofer
185eee93ca
curl: update to version 7.70.0
- Release notes:
https://curl.haxx.se/changes.html#7_70_0

- Refreshed patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-05-04 16:47:55 +08:00
AmadeusGhost
463b6ac050
mac80211: fixed slow wireless startup (#4420)
* hostapd: reduce to a single instance per service

* mac80211: sync upstream source code

* iw: bump to 5.4
2020-04-23 16:42:46 +08:00
AmadeusGhost
f352e3bf7d iw: bump to 5.4 2020-04-22 18:10:22 +08:00
Hauke Mehrtens
c0204980f8
dante: Fix compile with glibc
When compiled with glibc the config_scan.c wants to use the
cpupolicy2numeric() function which is only available when
HAVE_SCHED_SETSCHEDULER is set. It looks like the wrong define was used here.

This fixes a build problem with glibc in combination with the force
ac_cv_func_sched_setscheduler=no in the OpenWrt CONFIGURE_VARS.

This fixes the following compile error with glibc:
----------------------------------------------------------------------
/bin/ld: config_scan.o: in function `socks_yylex':
dante-1.4.1/sockd/config_scan.l:461: undefined reference to `cpupolicy2numeric'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:522: sockd] Error 1

Fixes: aaf46a8fe2 ("dante: disable sched_getscheduler() - not implemented in musl")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-19 19:57:16 +08:00
ElonH
0898c0cb6f
umbim: supress warning about pointers to members of a packed struct in gcc9 2020-04-16 19:53:06 +08:00
Hans Dedecker
faadfa175c
iproute2: update to 5.6.0
Update iproute2 to latest stable 5.6.0; for the changes see https://lwn.net/Articles/816778/

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-04-12 07:43:09 +08:00
ElonH
47040d246d
qos-gargoyle: fixed in SDK
In iproute2, some of object, header, source files are used in
qos-gargoyle.
qos-gargoyle will find these files in build_dir.
But if CONFIG_AUTOREMOVE is enable in SDK, an error "Header not found." will be raised.

So one way is that copying these files to staging_dir.
2020-04-10 23:12:52 +08:00
Rosen Penev
9c500156b8
iproute2: add kmod-netlink-diag for ss
Allows proper usage of the ss tool. Otherwise, several errors and bad
data gets thrown:

Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported
Cannot open netlink socket: Protocol not supported

Originally reported here: https://github.com/openwrt/packages/issues/8232

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-08 03:25:30 +08:00
CN_SZTL
30392b1872
iptables: xtables-restore: fix for --noflush and empty lines 2020-03-31 20:31:46 +08:00
DENG Qingfang
f329ca962b
curl: rebuild when libopenssl config changes
When some libopenssl options change curl will have to be rebuild to
adapt to those changes, avoiding undefined reference errors or features
disabled in curl.

Add CONFIG_OPENSSL_ENGINE, CONFIG_OPENSSL_WITH_COMPRESSION and
CONFIG_OPENSSL_WITH_NPN to PKG_CONFIG_DEPENDS so it will trigger
rebuild every time the options are changed.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-30 19:49:41 +08:00
CN_SZTL
f967174927
iw: fix 2020-03-28 23:46:08 +08:00
CN_SZTL
a68db5f2df
treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
Kevin Darbyshire-Bryant
da66eee5f9
nftables: bump to 0.9.3
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-25 04:14:04 +08:00
CN_SZTL
fbc565c228
Merge Lean's source 2020-03-24 20:20:12 +08:00
lean
b4eaefa54e libmnl: update ABI version 2020-03-24 18:24:26 +08:00
CN_SZTL
3974e8115a
iptables: refresh patches 2020-03-23 01:02:47 +08:00
CN_SZTL
53c9bd735d
iptables: refresh patches 2020-03-23 00:30:15 +08:00
CN_SZTL
a225a908b2
Merge Lean's source 2020-03-22 19:07:54 +08:00
lean
0197bc0fa8 iwinfo: bump version 2020-03-22 18:59:40 +08:00
lean
15ec89986e iptables: bump to 1.8.4 2020-03-22 17:24:12 +08:00
gudumuyu
00f8216c7e
wireguard:bump to v0.0.20200318 (#3920)
* wireguard bump to v0.0.20200318

* wireguard-tools:bump to v1.0.20200319

* wireguard:bump to 0.0.20200318

* wireguard-tools:bump to 1.0.20200319

* Update Makefile

* Update Makefile
2020-03-22 10:09:36 +08:00
CN_SZTL
48a9bbf5fb
curl: bump to 7.69.1 2020-03-22 00:52:26 +08:00
CN_SZTL
27540b1c8f
wireguard-tools: bump to 1.0.20200319 2020-03-21 20:24:43 +08:00
René van Dorst
eafcec97b3 package: add phytool
Signed-off-by: René van Dorst <opensource@vdorst.com>
2020-03-20 17:18:24 +08:00
CN_SZTL
6f4300185c
iptables: bump to 1.8.4 2020-03-16 03:51:07 +08:00
CN_SZTL
63a46b8a80
curl: bump to 7.69.0 2020-03-12 18:00:18 +08:00
CN_SZTL
e3911c47f6
Merge Lean's source 2020-03-02 11:58:03 +08:00
LEAN-ESX
866bd1e38f Revert "iwinfo: bump version"
This reverts commit 6e4202c175.
2020-03-01 19:35:42 -08:00
CN_SZTL
a2d2ba1267
Merge Lean's source 2020-03-02 01:11:20 +08:00
LEAN-ESX
6e4202c175 iwinfo: bump version 2020-03-01 07:54:43 -08:00
CN_SZTL
32af49a7d3
Merge Lean's source 2020-03-01 15:56:30 +08:00
LEAN-ESX
55ae2ecc7a kcptun: update go version 2020-02-29 22:49:03 -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
0f94f9e73b
kernel/iptables: remove non-usable modules 2020-02-25 19:26:03 +08:00
CN_SZTL
d78868c0aa
Merge Lean's source 2020-02-16 13:00:27 +08:00
coolsnowwolf
41392a7bd2 wireguard: bump to 0.0.20200215 2020-02-16 02:44:31 +08:00
CN_SZTL
ba9c0c2749
iproute2: update to 5.5.0, enable LTO 2020-02-16 01:28:32 +08:00
CN_SZTL
300028c3ff
iptables: delete useless files 2020-02-11 23:08:56 +08:00
CN_SZTL
879203fbf4
curl: adjust setting 2020-02-10 22:52:45 +08:00
CN_SZTL
f6374001d9
curl: use openssl 2020-02-07 22:56:39 +08:00
CN_SZTL
e5cfc29192
cgroup: update description 2020-02-01 05:05:44 +08:00
CN_SZTL
a9e0831728
kernel/iptables: add cgroup support 2020-02-01 04:53:36 +08:00
CN_SZTL
6bbd9b1791
wireguard-tools: bump to 1.0.20200121 2020-01-27 22:07:18 +08:00
CN_SZTL
33f062d700
curl: update to version 7.68.0 (security fix) 2020-01-22 19:01:43 +08:00
CN_SZTL
d6cf22f2b3
iproute2: bump to 5.4.0 & remove qos-gargoyle 2020-01-21 20:59:19 +08:00
CN_SZTL
ad55e5d571
iproute2: roll back to 4.18.0 2020-01-21 20:55:04 +08:00
CN_SZTL
7c07d6fba1
iproute2: roll back to 4.19.0 to support qos-gargoyle 2020-01-21 20:47:41 +08:00
CN_SZTL
332d28861a
iproute2: bump to 5.4.0 & remove qos-gargoyle 2020-01-21 20:43:20 +08:00
CN_SZTL
7635939296
Revert "iproute2: update to 5.4.0"
This reverts commit 53a875d8e4.
2020-01-21 18:41:14 +08:00
CN_SZTL
53a875d8e4
iproute2: update to 5.4.0
This reverts commit ac093ce53f.
2020-01-21 18:32:14 +08:00
CN_SZTL
ac093ce53f
Revert "Revert "Revert "iproute2: update to 5.4.0"""
This reverts commit a33cbc3f56.
2020-01-21 18:16:38 +08:00
CN_SZTL
007c7d3956
wireguard: skip peer config if public key of the peer is not defined 2020-01-21 14:34:24 +08:00
CN_SZTL
9df69677e2
wireguard-tools: bump to 1.0.20200102 2020-01-15 02:03:53 +08:00
CN_SZTL
b92d70aa86
iperf: Allow enabling multicast support 2020-01-15 02:01:51 +08:00
CN_SZTL
6686dbcf04
ethtool: bump to 5.4 2020-01-15 01:55:17 +08:00
CN_SZTL
b324b16d46
wireguard: bump to 20191226 2020-01-01 16:04:12 +08:00
CN_SZTL
37e4fab77e
curl: rename cyassl->wolfssl 2020-01-01 16:02:57 +08:00
CN_SZTL
a5d3dac3ec
iperf: Fix compilation with libcxx 2020-01-01 16:01:12 +08:00
CN_SZTL
a33cbc3f56
Revert "Revert "iproute2: update to 5.4.0""
This reverts commit 5753bd7c4d.
2019-12-22 12:16:51 +08:00
CN_SZTL
5753bd7c4d
Revert "iproute2: update to 5.4.0"
This reverts commit 69024edb1b.
2019-12-22 12:07:22 +08:00
CN_SZTL
a8b3e73b81
wwan: fix init 2019-12-22 10:34:33 +08:00
CN_SZTL
342f58b3a0
curl: bump to 7.67.0 2019-12-07 17:34:00 +08:00
CN_SZTL
69024edb1b
iproute2: update to 5.4.0 2019-12-07 17:33:21 +08:00
CN_SZTL
dd8da6742c
iwinfo: downgrade to 2019-09-22 2019-12-01 00:48:50 +08:00
CN_SZTL
95e66c8e4b
Merge Lean's source 2019-11-25 12:46:54 +08:00
LEAN-ESX
3376f50203 Revert "netifd: bump to latest version"
This reverts commit d6ce485de7.
2019-11-24 19:57:24 -08:00
CN_SZTL
a73910a006
Merge Lean's source 2019-11-24 08:21:04 +08:00
LEAN-ESX
d6ce485de7 netifd: bump to latest version 2019-11-23 10:39:08 -08:00
CN_SZTL
932b434faa
ipset: update to 7.4 2019-11-16 08:36:25 +08:00
LEAN-ESX
c97fdcff97 curl: bump version 2019-10-27 01:21:36 -07:00
CN_SZTL
119a70c7f5
wwan: update 2019-10-19 08:34:18 +08:00
CN_SZTL
b84b0ffaf8
iwinfo: update to latest Git HEAD 2019-10-19 08:19:57 +08:00
CN_SZTL
29b7da999b
iwinfo: update to latest Git HEAD 2019-10-19 08:15:00 +08:00
CN_SZTL
bac857beb8
tcpdump: update to 4.9.3 2019-10-13 11:53:24 +08:00
CN_SZTL
c33c2b4ace
ethtool: bump to 5.3 2019-10-12 08:21:18 +08:00
CN_SZTL
bed38cc010
iw: Update to version 5.3 2019-10-12 08:20:41 +08:00
CN_SZTL
b5ec5acc24
iproute2: fix qos-gargoyle 2019-10-04 22:38:26 +08:00
CN_SZTL
b366ff5173
iproute2: update to 5.3.0 2019-09-30 19:33:55 +08:00
CN_SZTL
4e4afe84a6
iwinfo: update to latest Git HEAD 2019-09-30 19:31:29 +08:00
CN_SZTL
9f00ef69ae
fix permission 2019-09-30 14:27:46 +08:00
CN_SZTL
ba512e29ce
fix permission 2019-09-30 13:42:16 +08:00
CN_SZTL
b4507b0342
merge lean's source 2019-09-30 13:23:48 +08:00
CN_SZTL
76a3cd7f74
fix & merge 2019-09-30 13:21:19 +08:00
LEAN-ESX
ef6133ce6c luci ssr plus: add port control 2019-09-29 19:36:22 -07:00
CN_SZTL
9027575d76
curl: bump to 7.66.0 2019-09-21 14:37:37 +08:00
CN_SZTL
3d1c20d07c
iwinfo: update to latest Git HEAD 2019-09-21 14:31:20 +08:00
CN_SZTL
72438cb998
iwinfo: update to latest Git HEAD
f599a8d iwinfo: Fix rate buffer size
71ec9be iwinfo: Fix buffer size
f8ef450 iwinfo: Add support for WPA3
2019-09-07 19:31:57 +08:00
CN_SZTL
829b5e07ef
iwinfo: update to latest Git HEAD
a9f9557 nl80211: support reading hardware id from phy directly
c586cd3 iwinfo: add device id for MediaTek MT7612E
d4382dd iwinfo: add device id for Atheros AR9390
2019-08-29 02:58:53 +08:00
CN_SZTL
01e9e1ac9a
iptables: bump to 1.8.3 2019-08-20 20:21:47 +08:00
CN_SZTL
f6fc52e5c0
nftables: Fix compilation with uClibc-ng 2019-08-16 13:03:17 +08:00
CN_SZTL
240eaaa74a
uqmi: inherit firewall zone membership to virtual sub interfaces 2019-08-16 13:01:10 +08:00
CN_SZTL
974b540cb9
ipset: update to 7.3 2019-08-16 12:55:41 +08:00
CN_SZTL
c995483425
uqmi: inherit firewall zone membership to virtual sub interfaces 2019-08-16 12:45:30 +08:00
CN_SZTL
179406e35f
iw bump to 5.0.1 2019-08-16 12:28:33 +08:00
CN_SZTL
6b7633d975
iperf: Update to version 2.0.13 2019-08-16 12:25:06 +08:00
CN_SZTL
c8de3b5970
iperf3: update to 3.7 2019-08-16 12:23:45 +08:00
CN_SZTL
ebca9bdf01
linux-atm: Add missing headers 2019-08-16 12:21:52 +08:00
CN_SZTL
bedf6f78fa
ethtool: bump to 5.2 2019-08-16 12:08:12 +08:00
CN_SZTL
68d72ecd73
curl: update to 7.65.3 2019-08-16 12:06:39 +08:00
CN_SZTL
aeaa941329
iproute2: update depention 2019-07-31 10:38:11 +08:00
CN_SZTL
d25a1b0474
iproute2: reset to d118a76, fix #13 2019-07-31 10:33:56 +08:00
CN_SZTL
a7f43e0c54
iproute2: fix permission 2019-07-31 10:22:08 +08:00
CN_SZTL
d9a431abff
iproute2: reset to f0dd52, fix #13 2019-07-31 10:21:36 +08:00
CN_SZTL
4927ef781b
iproute2: bump tp 4.18.0 #13 2019-07-29 21:26:26 +08:00
CN_SZTL
2cb9217c77
add qos-gargoyle 2019-07-29 03:03:28 +08:00
CN_SZTL
64c5d735d2
Merge pull request #5 from coolsnowwolf/master
luci-app-familycloud: add CT Family Cloud Speeder package
2019-05-31 20:46:13 +08:00
LEAN-ESX
d3d6c4abe7 luci-app-familycloud: add CT Family Cloud Speeder package 2019-05-31 05:15:59 -07:00
CN_SZTL
ce8ed9121b
add luci-app-haproxy & luci-app-udpspeederv2 2019-05-25 21:05:51 +08:00
coolsnowwolf
203f6ec6b5 iproute2: update to 5.0.0 2019-03-21 14:10:17 +08:00
coolsnowwolf
a52f85c70f iproute2: add cake fwmark support 2019-03-20 14:30:49 +08:00
coolsnowwolf
facbcbb7c5 ipset: size optimizations 2019-03-20 13:36:36 +08:00
coolsnowwolf
347daa04b2 Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
coolsnowwolf
722705696e curl use openssl 2018-11-01 00:49:22 +08:00
coolsnowwolf
b05f470d05 iw: strip a few more non-essential features from iw-tiny 2018-10-07 21:36:09 +08:00
coolsnowwolf
d54e57602b iw: add iw-full package without size reduction hacks 2018-10-06 21:38:39 +08:00
coolsnowwolf
ec8a5b47d7 ipset: update to 6.38 2018-10-06 12:24:20 +08:00
coolsnowwolf
eb47a2aae1 iptables: fix dependency for libip6tc on IPV6 2018-09-27 10:39:07 +08:00
coolsnowwolf
4d1bf340d1 wireless drivers upgreade to 4.19-rc4-1. fix many MTK driver issue. ath10k change to ath10k-ct 2018-09-26 23:33:12 +08:00
coolsnowwolf
4c37cac0e8 fix 6in4/gso peformance issue 2018-09-18 13:17:47 +08:00
coolsnowwolf
806f5db174 sync with OpenWrt trunk 2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
8fe0636b8a Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
coolsnowwolf
1fe7a68b0f add support for Open vSwitch geneve tunneling 2018-04-08 15:50:22 +08:00
coolsnowwolf
20f7e75789 update to R7.5.4 2018-01-15 18:26:41 +08:00
coolsnowwolf
b0f643aa87 update to R7.5.3 stable to fix firewall freeze 2018-01-10 20:55:06 +08:00
coolsnowwolf
229cde62a4 Merge branch 'master' of https://github.com/lede-project/source 2018-01-09 14:38:15 +08:00
coolsnowwolf
7185e1ceb2 merge: change branding for LEDE to OpenWrt 2017-12-12 16:57:14 +08:00
coolsnowwolf
8d16438827 mac80211: update to backports-4.14 2017-10-02 18:31:07 +08:00
coolsnowwolf
03efb03919 Merge branch 'master' of https://github.com/lede-project/source 2017-09-12 01:07:20 +08:00
coolsnowwolf
97a4ffcc12 update source 2017-09-06 19:19:45 +08:00