From: Gabor Juhos Date: Thu, 5 Jul 2012 08:26:55 +0000 (+0000) Subject: uboot-envtools: OM2P partition information X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=79910a3e710d00ff85abff295d370af1d4766388;p=openwrt%2Fstaging%2Fyousong.git uboot-envtools: OM2P partition information Signed-off-by: Marek Lindner SVN-Revision: 32612 --- diff --git a/package/uboot-envtools/files/ar71xx b/package/uboot-envtools/files/ar71xx index 15b6b15f9c..dee67ea9c8 100644 --- a/package/uboot-envtools/files/ar71xx +++ b/package/uboot-envtools/files/ar71xx @@ -17,6 +17,9 @@ case "$board" in all0258n) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; +om2p) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000" + ;; esac config_load ubootenv