summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:55 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-07-05 08:26:55 +0000
commit79910a3e710d00ff85abff295d370af1d4766388 (patch)
tree24b49ef1311c4b5c4d5f002e15791a2bedf42891 /package
parent797944d3f193485bfc2be8efc2dd1f928a069581 (diff)
downloadmaster-31e0f0ae-79910a3e710d00ff85abff295d370af1d4766388.tar.gz
master-31e0f0ae-79910a3e710d00ff85abff295d370af1d4766388.tar.bz2
master-31e0f0ae-79910a3e710d00ff85abff295d370af1d4766388.zip
uboot-envtools: OM2P partition information
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32612
Diffstat (limited to 'package')
-rw-r--r--package/uboot-envtools/files/ar71xx3
1 files changed, 3 insertions, 0 deletions
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