Skip to content

Commit

Permalink
Merge pull request #210 from darkliang/a311d
Browse files Browse the repository at this point in the history
A311D Support by @darkliang
  • Loading branch information
ophub authored Feb 18, 2022
2 parents 642cc3c + 6c5a3b4 commit 5536f09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file not shown.
8 changes: 7 additions & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ kernel_path="${amlogic_path}/amlogic-kernel"
uboot_path="${amlogic_path}/amlogic-u-boot"
configfiles_path="${amlogic_path}/common-files"
op_release="etc/flippy-openwrt-release" # Add custom openwrt firmware information
build_openwrt=("s922x" "s922x-n2" "s922x-reva" "s905x3" "s905x2" "s912" "s912-t95z" "s905" "s905d" "s905d-ki" "s905x" "s905w")
build_openwrt=("a311d" "s922x" "s922x-n2" "s922x-reva" "s905x3" "s905x2" "s912" "s912-t95z" "s905" "s905d" "s905d-ki" "s905x" "s905w")
#
# Latest kernel download repository
kernel_repo="https://github.com/ophub/kernel/tree/main/pub"
Expand Down Expand Up @@ -315,6 +315,12 @@ confirm_version() {
MAINLINE_UBOOT=""
ANDROID_UBOOT=""
;;
a311d | khadas-vim3)
FDTFILE="meson-g12b-a311d-khadas-vim3.dtb"
UBOOT_OVERLOAD="u-boot-gtkingpro.bin"
MAINLINE_UBOOT="/lib/u-boot/VIM3.u-boot.sd.bin"
ANDROID_UBOOT=""
;;
*)
error_msg "Have no this firmware: [ ${soc} - ${kernel} ]"
;;
Expand Down

0 comments on commit 5536f09

Please sign in to comment.