Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Sep 4, 2024
1 parent 4321044 commit 50ad3ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devices/amlogic_meson8b/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ git_clone_path main https://github.com/shiyu1314/openwrt-onecloud kernel/6.1/aml

sed -i "s/CPU_SUBTYPE:=neon-vfpv4/CPU_SUBTYPE:=vfpv4/" target/linux/amlogic/meson8b/target.mk

sed -i "s/wpad-openssl/wpad-basic-mbedtls/" target/linux/amlogic/image/meson8b.mk
sed -i "s/wpad-openssl/wpad-basic-mbedtls/" target/linux/amlogic/image/Makefile


8 changes: 4 additions & 4 deletions devices/rockchip_armv8/patches/01-hinlink.patch
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
@@ -1,6 +1,6 @@
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
-@@ -96,6 +96,19 @@ dtb-$(CONFIG_ROCKCHIP_RK3368) += \
+@@ -96,6 +96,22 @@ dtb-$(CONFIG_ROCKCHIP_RK3368) += \
-@@ -96,6 +96,20 @@ dtb-$(CONFIG_ROCKCHIP_RK3368) += \
+@@ -96,6 +96,23 @@ dtb-$(CONFIG_ROCKCHIP_RK3368) += \
rk3368-geekbox.dtb \
rk3368-px5-evb.dtb \

@@ -10,6 +10,9 @@
+
@@ -11,6 +11,9 @@
+dtb-$(CONFIG_ROCKCHIP_RK3568) += \
+ rk3568-armsom-sige3.dtb \
+ rk3568-mrkaio-m68s.dtb \
++ rk3568-opc-h66k.dtb \
++ rk3568-opc-h68k.dtb \
Expand Down

0 comments on commit 50ad3ac

Please sign in to comment.