Commit Graph

55142 Commits

Author SHA1 Message Date
Liangbin Lian a139dc0580 target/rockchip: add rockchip sound drivers 2023-12-27 18:01:26 +08:00
Liangbin Lian de4753b592 kernel: ledtrig-netdev: fix carrier status check
Referring to carrier_show in net/core/net-sysfs.c,
we can see that netif_carrier_ok is only meaningful on netif_running.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2023-12-26 17:15:43 +08:00
Liangbin Lian 1d9a9e3cf2 kernel: ledtrig-netdev: we only care about new devices init namespace
The eth0 in the Docker container affects the led status,
but I don't think anyone cares about the eth0 status of the Docker container,
and currently ledtrig-netdev does not support net namespace.

So filter out all non-init namespace new device events.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2023-12-26 17:13:26 +08:00
Liangbin Lian 272c17d168 istoreos: sysupgrade save logs to overlay partition
logs will save to `/overlay/upgrade.log`
2023-12-25 18:16:20 +08:00
Liangbin Lian 0e79557a52 target/rk3588: Inspur IHEC301 add rtl8367s switch 2023-12-25 18:09:57 +08:00
Liangbin Lian 8bae91ed3c kernel: rtl8367b: supports rtl8367s 2023-12-25 18:03:37 +08:00
Liangbin Lian ade96808c6 kernel: fix rtl8366_smi CE on debugfs enabled 2023-12-21 17:59:28 +08:00
Liangbin Lian a25a72d983 target/rk35xx: hlink h28k enable gpu 2023-12-21 17:54:29 +08:00
Liangbin Lian 211e650391 target/rk35xx: kernel: mali400: fix stack overflow on reading state_dump 2023-12-21 17:52:34 +08:00
Liangbin Lian 5812d6c595 target/rk35xx: add mali 400 driver for rk3528 2023-12-21 13:44:44 +08:00
Liangbin Lian 7c7449358b target/rk35xx: mali drivers depend on dma-buf 2023-12-21 13:42:35 +08:00
Liangbin Lian 26986ba4ed target/rk3568: idiskk h1 lcd switch to kernel driver 2023-12-20 18:13:20 +08:00
Liangbin Lian 549d99dff4 target/rk3308: armsom p2 pro build with wifi support 2023-12-20 17:37:25 +08:00
Liangbin Lian 98c3f30705 target/rk3308: armsom p2 pro update dts
1. cpu max frequence set to 1.1 Ghz
2. fix led name
2023-12-20 17:24:07 +08:00
Liangbin Lian 816cb8b87a package/rkwifi: split firmware 2023-12-20 16:14:32 +08:00
Liangbin Lian 7e41dde3d2 target/rk3588: add inspur ihec301 board 2023-12-18 21:50:12 +08:00
Liangbin Lian 9db3edfb67 uboot-rk35xx: rk3308 support sdmmc boot 2023-12-18 21:07:00 +08:00
Liangbin Lian 5604c04f82 target/rk3308: armsom p2 pro update dts
1. cpu max frequence 1.3 GHz
2. support thermal
2023-12-18 16:19:04 +08:00
Liangbin Lian 97c27c6430 target/rk3308: add thermal support 2023-12-18 16:12:23 +08:00
Liangbin Lian 599b45218a package/rkwifi-firmware: add ap6275s ap6398s 2023-12-15 21:01:21 +08:00
Liangbin Lian a3864cf880 kernel: fix sound-soc-es8328-i2c module depends 2023-12-15 16:44:26 +08:00
Liangbin Lian e28789814f kernel: fix sound-soc-es8316 module depends 2023-12-15 16:37:02 +08:00
Liangbin Lian 0fc685b5ae target/rk3308: fix sdio speed 2023-12-14 17:30:41 +08:00
Liangbin Lian c2c884bb9f target/rk35xx: add rk3308 boards
but disable it now
2023-12-14 17:30:29 +08:00
Liangbin Lian 326f9f6301 target/rk35xx: add rk3308 support 2023-12-14 14:00:22 +08:00
Liangbin Lian c1c908908d uboot-rk35xx: rk3308 tftp speed 2023-12-14 13:10:18 +08:00
Liangbin Lian 153966ae37 uboot-rockchip: remove armsom-rk3308 target for emmc issue 2023-12-12 20:42:59 +08:00
Liangbin Lian 3ffaa37206 target/rk3308: armsom p2 pro use vendor uboot 2023-12-12 20:42:09 +08:00
Liangbin Lian f583d11a4d uboot-rk35xx: add rk3308 board 2023-12-12 20:35:58 +08:00
Liangbin Lian 712ed14f8b target/rk35xx: add coexisted gpu driver 2023-12-11 13:18:57 +08:00
Christian Marangi 05f74354bd
lua5.3: fix typo calling lua53 instead of lua5.3 for Package Default
Fix typo calling lua53 instead of lua5.3 for Package Default definition.

This cause only missing description of the package and doesn't cause
any build regression.

Fixes: c52ca08d40 ("lua5.3: build shared library")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 25e215c14ee6c9f3d54cd1da46a48d9ffe6b254e)
[ fix conflict with changed URL value ]
2023-12-10 11:48:11 +01:00
Liangbin Lian 162e246a6c package/linux: add sound drivers: es8316, es8328 2023-12-08 22:46:43 +08:00
Liangbin Lian 49b9110650 target/rk35xx: add rtc hym8563 driver
compatible = "haoyu,hym8563"
2023-12-08 22:26:43 +08:00
Liangbin Lian 1af21d6ae7 target/rk3568: fix r5s/r5c hdmi
enable power
2023-12-08 21:52:43 +08:00
Liangbin Lian 0af9ff0aae target/rk35xx: mali bifrost add fw depends 2023-12-08 16:01:28 +08:00
Liangbin Lian 2b086dca86 istoreos: default reject wan access due to security issue
but keep wan_drop for newbie users
2023-12-08 11:13:52 +08:00
Liangbin Lian 7e3df6ac93 firewall4: re enable lan auto helper 2023-12-08 10:54:23 +08:00
Liangbin Lian 1d97bdbb1f target/rk3568: r5s/r5c/ fix hdmi crash 2023-12-07 18:02:47 +08:00
Liangbin Lian 8f0c671b73 package: add rkwifi 2023-12-07 15:04:56 +08:00
Liangbin Lian f0b5400e13 target/rk3308: fix armsom p2 pro upgrade 2023-12-06 19:08:48 +08:00
Liangbin Lian a82cbce6c5 target/rk3308: fix armsom p2 pro sdio 2023-12-06 18:11:12 +08:00
Liangbin Lian 4cd14f9c4d target/rockchip: add rfkill-rk 2023-12-06 18:10:27 +08:00
Liangbin Lian ff396bcffd uboot-rockchip: fix recompile with tpl_bin 2023-12-05 15:13:18 +08:00
Liangbin Lian d857fbcfd2 target/rk35xx: config vvop in dts 2023-12-04 21:15:59 +08:00
Liangbin Lian a32ad16c33 target/rk35xx: rockchip_drm: vvop coexist with real vop drivers 2023-12-04 21:12:44 +08:00
Liangbin Lian cf584ef495 target/rk3588: r6s/r6c increase cma size for hdmi 2023-12-04 21:11:25 +08:00
Liangbin Lian 9c4496d310 target/rk35xx: add rockchip gpu drivers 2023-12-04 15:33:05 +08:00
Liangbin Lian 0e4c3d9400 target/rk35xx: kernel drivers drm panfrost support rk3588 supplies and clks
not working
2023-12-04 15:07:15 +08:00
Hauke Mehrtens 1f7ca927b7 OpenWrt v22.03.6: revert to branch defaults
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2023-12-03 20:02:26 +01:00
Hauke Mehrtens f372b715d4 OpenWrt v22.03.6: adjust config defaults
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2023-12-03 20:02:20 +01:00