diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:55 +0000 |
commit | 79910a3e710d00ff85abff295d370af1d4766388 (patch) | |
tree | 24b49ef1311c4b5c4d5f002e15791a2bedf42891 /package/uboot-envtools | |
parent | 797944d3f193485bfc2be8efc2dd1f928a069581 (diff) | |
download | upstream-79910a3e710d00ff85abff295d370af1d4766388.tar.gz upstream-79910a3e710d00ff85abff295d370af1d4766388.tar.bz2 upstream-79910a3e710d00ff85abff295d370af1d4766388.zip |
uboot-envtools: OM2P partition information
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32612
Diffstat (limited to 'package/uboot-envtools')
-rw-r--r-- | package/uboot-envtools/files/ar71xx | 3 |
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 |