142 Commits

Author SHA1 Message Date
0853c4574c Update version 2022-04-21 08:11:51 +08:00
9298c7ba71 Update version 2022-04-20 20:59:10 +08:00
b11485d3fb Update build.sh 2022-04-20 19:23:38 +08:00
593f416fbc Update build_firmware 2022-04-20 19:22:52 +08:00
281a9bdd43 Add build.sh 2022-04-20 19:20:18 +08:00
ff77acc51a wg-quick: fix Makefile 2022-02-22 10:23:58 +08:00
7179f7c017 user/wg-quick: added wg-quick for busybox (#24) 2022-02-21 11:26:37 +08:00
c9bb26bf27 hw_nat: add wan_vid param 2022-02-20 21:56:01 +08:00
33fa255c43 MI-R3P: enable high-mem
fix #22
2022-02-19 11:22:49 +08:00
d96689cca5 mt7615: disable SUPPORT_WLAN_OPTIMIZE to fix hwnat issues 2022-02-15 00:31:52 +08:00
f92cb1a3be rc: remove 11kvr related settings 2022-02-15 00:12:17 +08:00
c5f4e6a7b1 kernel: ubifs: Fix compilation after "Fix default compression selection in ubifs" (old kernel) 2022-02-12 00:43:04 +08:00
5d6f4e0041 kernel: ubifs: Fix default compression selection in ubifs
When ubifs is build without the LZO compressor and no compressor is
given the creation of the default file system will fail. before
selection the LZO compressor check if it is present and if not fall back
to the zlib or none.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
2022-02-12 00:42:12 +08:00
0edb6f8184 kernel: ubifs: fix use-after-free on symlink traversal
free the symlink body after the same RCU delay we have for freeing the
struct inode itself, so that traversal during RCU pathwalk wouldn't step
into freed memory.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2022-02-12 00:41:59 +08:00
6c86e01dfb kernel: ubifs: Simplify redundant code
cbuf's size can be simply assigned.

Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Reviewed-by: Jiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: Richard Weinberger <richard@nod.at>
2022-02-12 00:41:42 +08:00
4901a3ff0d kernel: ubifs: Remove unneeded semicolon
delete redundant semicolon

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2022-02-12 00:41:29 +08:00
bd8fc512ad kernel: ubi: Put MTD device after it is not used 2022-02-12 00:39:29 +08:00
7c7ded0d68 pppoe: only process PADT targeted at local interfaces
We don't want to disconnect a session because of a stray PADT arriving
while the interface is in promiscuous mode.
Furthermore, multicast and broadcast packets make no sense here, so
only PACKET_HOST is accepted.

Reported-by: David Balažic <xerces9@gmail.com>
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-12 00:35:29 +08:00
ccff63450a kernel: mips: fix an off-by-one in dma_capable 2022-02-12 00:33:25 +08:00
8bd1c4d210 kernel: fix ext4 panic caused by gcc optimizer 2022-02-11 22:55:26 +08:00
9d689cdf0b mt7915: disable SUPPORT_WLAN_OPTIMIZE to fix hwnat issues 2022-02-11 12:48:44 +08:00
3361f1cb03 mt7915: kernelrpsadj: fix ifname 2022-02-11 12:47:53 +08:00
ee47532bb6 mt7915: disable PKTLOSS_CHK 2022-02-11 12:47:09 +08:00
0bbfe6ce96 rc: do not set KernelRps option 2022-02-11 12:46:22 +08:00
d2e34e5602 httpd: fix typo 2022-02-11 12:45:55 +08:00
0d936e7a81 Revert "mt7915: fix WiFI->LAN throughput with hwnat enabled"
This reverts commit b03d87278c.
2022-02-08 23:58:10 +08:00
56a265d6af boards: xy-c1: enable high mem 2022-02-08 18:50:39 +08:00
b03d87278c mt7915: fix WiFI->LAN throughput with hwnat enabled 2022-02-08 01:51:27 +08:00
ed67df5b8f rc: net.c: fix slow webui in apple devices 2022-02-07 16:39:41 +08:00
3cac9a807b nvram: set K2P ez_action_long to factory reset 2022-02-04 09:10:04 +08:00
42cef6468e httpd: fix MT7615 site survey with DBDC mode 2022-02-03 20:22:23 +08:00
087ef43868 kernel: dts: set mt7621 spi max freq to 32MHz 2022-01-28 21:00:13 +08:00
416fdcb83a kernel: spi: print mt7621 spi max freq 2022-01-28 20:30:18 +08:00
8aa6ba5447 kernel: mtd: set winbond DVP bits from 25% to 50% 2022-01-28 20:29:32 +08:00
62d619c8e7 kernel: mtd: clear winbond EAR after exit 4byte addr mode 2022-01-28 20:27:16 +08:00
3f5eacebf1 kernel: mtd: add m25p_shutdown to exit spi-nor 4byte addr mode 2022-01-28 20:25:47 +08:00
591da08ac1 kernel: mtd: add gd25q256 and more winbond spi-nor 2022-01-28 20:21:55 +08:00
e21c9835ca kernel: mtd: add support for spi-nor 4B opcode 2022-01-28 20:20:31 +08:00
0ec48929c7 libs: enable libmnl for iproute2
fix #10
2022-01-26 23:44:49 +08:00
4426dac500 kernel: usb: fix usb hang up 2022-01-26 18:14:03 +08:00
e0314b0b11 kernel: raeth: disable CONFIG_GE1_RGMII_FORCE_1200 to fix DDR-1066 esw issue 2022-01-24 19:42:42 +08:00
9a5a22e6fc kernel: raeth: fix PPE reset 2022-01-24 11:35:22 +08:00
6acfc2c0e0 update README.md 2022-01-18 12:31:34 +08:00
b5a2cf66ac toolchain: dl_toolchain: add support for aarch64 host 2022-01-18 01:05:31 +08:00
fd16708c69 add README.md 2022-01-18 01:05:15 +08:00
9c55970385 kernel: apply patches from latest D-LINK GPL code 2022-01-17 18:54:09 +08:00
a11e72d9dd mt7615: fix build without MULTI_INF_SUPPORT 2022-01-17 15:55:02 +08:00
eb13302e4c mt7615: fix sitesurvey 2022-01-17 15:55:02 +08:00
fdf5873dba boards: jcg-q20: fix mac address 2022-01-17 15:55:02 +08:00
a8cecb5322 configs: update kernel-config 2022-01-16 16:57:25 +08:00