mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-21 22:22:58 +00:00
uboot-envtools: Add u-boot env config for GL-MT3000
This commit add u-boot env config for GL-MT3000, so that we can use fw_printenv to print u-boot env and use fw_setenv to set u-boot env in GL-MT3000. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
parent
b61253f92a
commit
6892603efa
@ -37,6 +37,9 @@ bananapi,bpi-r3)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
glinet,gl-mt3000)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x80000" "0x20000"
|
||||||
|
;;
|
||||||
xiaomi,redmi-router-ax6000-stock)
|
xiaomi,redmi-router-ax6000-stock)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x20000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x20000"
|
||||||
ubootenv_add_uci_sys_config "/dev/mtd2" "0x0" "0x10000" "0x20000"
|
ubootenv_add_uci_sys_config "/dev/mtd2" "0x0" "0x10000" "0x20000"
|
||||||
|
Loading…
Reference in New Issue
Block a user