diff options
author | Daniel González Cabanelas <dgcbueu@gmail.com> | 2021-04-10 18:42:42 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-04-17 22:44:09 +0100 |
commit | 4f8da19572cf1adc480dca42251a4cded0cb3c7c (patch) | |
tree | e1fce8e50240196ec8c9a84f013d2216e58fd471 /package/boot/uboot-envtools/files | |
parent | 1c4cd71109d1cec01cf033bc6e26e050726928ea (diff) | |
download | upstream-4f8da19572cf1adc480dca42251a4cded0cb3c7c.tar.gz upstream-4f8da19572cf1adc480dca42251a4cded0cb3c7c.tar.bz2 upstream-4f8da19572cf1adc480dca42251a4cded0cb3c7c.zip |
uboot-envtools: mvebu: add Buffalo LS421DE
The Buffalo Linkstation LS421DE NAS lacks an uboot env config file.
Create it via scripts.
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/mvebu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu index fb910f4b1b..25f29599a3 100644 --- a/package/boot/uboot-envtools/files/mvebu +++ b/package/boot/uboot-envtools/files/mvebu @@ -13,6 +13,9 @@ touch /etc/config/ubootenv board=$(board_name) case "$board" in +buffalo,ls421de) + ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" + ;; cznic,turris-omnia) if grep -q 'U-Boot 2015.10-rc2' /dev/mtd0; then ubootenv_add_uci_config "/dev/mtd0" "0xc0000" "0x10000" "0x40000" |