projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649bc71
)
rockchip: drop redundant definitions for ROCK Pi S
author
FUKAUMI Naoki
<naoki@radxa.com>
Mon, 29 Jul 2024 00:09:09 +0000
(09:09 +0900)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 29 Jul 2024 21:03:53 +0000
(23:03 +0200)
default values should be fine.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link:
https://github.com/openwrt/openwrt/pull/16029
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 ff66cba939c533ac9a99b99949077b0a6823036a..2f0d6371dcdb1595c736d7b4e93c29c33f17b413 100644
(file)
--- a/
target/linux/rockchip/image/armv8.mk
+++ b/
target/linux/rockchip/image/armv8.mk
@@
-152,9
+152,7
@@
define Device/radxa_rock-pi-s
DEVICE_VENDOR := Radxa
DEVICE_MODEL := ROCK Pi S
SOC := rk3308
- DEVICE_DTS := rockchip/rk3308-rock-pi-s
BOOT_SCRIPT := rock-pi-s
- UBOOT_DEVICE_NAME := rock-pi-s-rk3308
DEVICE_PACKAGES := kmod-usb-net-cdc-ncm kmod-usb-net-rndis
endef
TARGET_DEVICES += radxa_rock-pi-s