aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2021-04-10 18:42:42 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-18 12:04:24 +0200
commitf2b7e6675988e2eb2bddb4e506a686c5283263a5 (patch)
treeefac5bf4b90badc5eaada47d3da0e5cc15077bbe
parent76d74057206dd0b30ba9eb380910be70f732991d (diff)
downloadupstream-f2b7e6675988e2eb2bddb4e506a686c5283263a5.tar.gz
upstream-f2b7e6675988e2eb2bddb4e506a686c5283263a5.tar.bz2
upstream-f2b7e6675988e2eb2bddb4e506a686c5283263a5.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> (cherry picked from commit 4f8da19572cf1adc480dca42251a4cded0cb3c7c)
-rw-r--r--package/boot/uboot-envtools/files/mvebu3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu
index afa058a39f..92b144330f 100644
--- a/package/boot/uboot-envtools/files/mvebu
+++ b/package/boot/uboot-envtools/files/mvebu
@@ -14,6 +14,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"