1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

uboot-envtools: use environment stored in UBI also for KD20

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 43510
This commit is contained in:
John Crispin 2014-12-03 16:05:23 +00:00
parent 871e0a6316
commit 6ad5109211

@ -14,13 +14,11 @@ touch /etc/config/ubootenv
board=$(oxnas_board_name) board=$(oxnas_board_name)
case "$board" in case "$board" in
stg212) stg212 | \
kd20)
ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1" ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1"
ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x4000" "0x1F000" "1" ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x4000" "0x1F000" "1"
;; ;;
kd20)
ubootenv_add_uci_config "/dev/mtd0" "0x220000" "0x02000" "0x20000" "1"
;;
esac esac
config_load ubootenv config_load ubootenv