projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1fe83
)
rockchip: add RTL8723DU support for Radxa ROCK Pi E v3.0
author
FUKAUMI Naoki
<naoki@radxa.com>
Thu, 25 Jul 2024 22:03:21 +0000
(07:03 +0900)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 31 Jul 2024 22:04:41 +0000
(
00:04
+0200)
Radxa ROCK Pi E v3.0 has a RTL8723DU Wi-Fi 4 on-board device. enable
it.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link:
https://github.com/openwrt/openwrt/pull/15910
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/rockchip/image/armv8.mk
patch
|
blob
|
history
diff --git
a/target/linux/rockchip/image/armv8.mk
b/target/linux/rockchip/image/armv8.mk
index 52702959e142086b9f649bfa10f25a00b33b74af..d8d180a214588739e9d2887ebd74a2702ddef10c 100644
(file)
--- a/
target/linux/rockchip/image/armv8.mk
+++ b/
target/linux/rockchip/image/armv8.mk
@@
-144,7
+144,7
@@
define Device/radxa_rock-pi-e-v3
DEVICE_MODEL := ROCK Pi E v3.0
SOC := rk3328
DEVICE_DTS := rockchip/rk3328-rock-pi-e
- DEVICE_PACKAGES := kmod-
usb-net-cdc-ncm kmod-usb-net-rndi
s
+ DEVICE_PACKAGES := kmod-
rtw88-8723du kmod-usb-net-cdc-ncm kmod-usb-net-rndis wpad-basic-mbedtl
s
endef
TARGET_DEVICES += radxa_rock-pi-e-v3