Compare commits

...

2 Commits

Author SHA1 Message Date
7ffba5befc change uboot h69k 2024-11-13 21:55:28 +08:00
4c32d7024b Add .gitignore file 2024-11-13 21:43:30 +08:00
3 changed files with 39 additions and 3 deletions

35
.gitignore vendored Normal file
View File

@ -0,0 +1,35 @@
*.o
.DS_Store
.*.swp
/env
/dl
/.config
/.config.old
/.toolchain_build_ver
/bin
/build_dir
/staging_dir
/tmp
/logs
/feeds
/feeds.conf
/files
/target/linux/feeds
/overlay
/package/feeds
/package/openwrt-packages
/*.patch
/llvm-bpf*
key-build*
*.orig
*.rej
*~
.#*
*#
.emacs.desktop*
TAGS*~
git-src
.project
.cproject
.ccache
.vscode*

View File

@ -213,7 +213,7 @@ define U-Boot/sige3-rk3568
endef
define U-Boot/opc-h69k-rk3568
$(U-Boot/Default/rk3568)
$(U-Boot/rk3568/Default)
NAME:=OPC-H69K
BUILD_DEVICES:= \
hinlink_opc-h69k
@ -244,7 +244,7 @@ UBOOT_TARGETS := \
photonicat-rk3568 \
roc-pc-rk3568 \
sige3-rk3568 \
opc-h69k-rk3568
opc-h69k-rk3568
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes

View File

@ -28,7 +28,7 @@
rk3399-orangepi.dtb \
rk3399-pinebook-pro.dtb \
rk3399-pinephone-pro.dtb \
@@ -168,7 +174,16 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \
@@ -168,7 +174,17 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \
dtb-$(CONFIG_ROCKCHIP_RK3568) += \
rk3566-anbernic-rgxx3.dtb \
rk3566-radxa-cm3-io.dtb \
@ -42,6 +42,7 @@
+ rk3568-nanopi-r5s.dtb \
+ rk3568-photonicat.dtb \
+ rk3568-roc-pc.dtb \
+ rk3568-opc-h69k.dtb \
rk3568-rock-3a.dtb
dtb-$(CONFIG_ROCKCHIP_RK3588) += \