mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:46:15 +02:00
uboot-envtools: OM2P LC support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0e503f85bf
commit
01c2c2a6fb
@ -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