mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
uboot-envtools: add config for WBMR300 (lantiq)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
37cfc23cb7
commit
704965d93f
@ -26,6 +26,11 @@ BTHOMEHUBV3A)
|
|||||||
P2812HNUF1)
|
P2812HNUF1)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x2000" "0x20000" "1"
|
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
|
esac
|
||||||
|
|
||||||
config_load ubootenv
|
config_load ubootenv
|
||||||
|
Loading…
Reference in New Issue
Block a user