mirror of https://github.com/hak5/openwrt.git
uboot-envtools: OM2P partition information
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32612lede-17.01
parent
797944d3f1
commit
79910a3e71
|
@ -17,6 +17,9 @@ case "$board" in
|
||||||
all0258n)
|
all0258n)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
||||||
;;
|
;;
|
||||||
|
om2p)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
config_load ubootenv
|
config_load ubootenv
|
||||||
|
|
Loading…
Reference in New Issue