Skip to content
Snippets Groups Projects
Commit 704965d9 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

uboot-envtools: add config for WBMR300 (lantiq)


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 37cfc23c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ BTHOMEHUBV3A)
P2812HNUF1)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1"
;;
WBMR300)
idx="$(find_mtd_index ubootconfig)"
[ -n "$idx" ] && \
ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x2000" "0x1000" "2"
;;
esac
config_load ubootenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment