mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-03 13:23:08 +00:00
uboot-envtools: OM2P LC support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32636
This commit is contained in:
parent
b020a7e7c3
commit
6fbb548eb9
@ -17,7 +17,8 @@ case "$board" in
|
|||||||
all0258n)
|
all0258n)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
||||||
;;
|
;;
|
||||||
om2p)
|
om2p | \
|
||||||
|
om2p-lc)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user