uboot-envtools: add Xiaomi Redmi Router AX6000 support

This commit is contained in:
coolsnowwolf 2022-11-02 14:30:11 +08:00
parent bbed88c876
commit d56243a44a

View File

@ -34,9 +34,13 @@ bananapi,bpi-r3)
;; ;;
esac esac
;; ;;
xiaomi,redmi-router-ax6000)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x20000"
ubootenv_add_uci_sys_config "/dev/mtd2" "0x0" "0x10000" "0x20000"
;;
esac esac
config_load ubootenv config_load ubootenv
config_foreach ubootenv_add_app_config ubootenv config_foreach ubootenv_add_app_config
exit 0 exit 0