projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0fdf5
)
uboot-envtools: OM2P partition information
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:55 +0000
(08:26 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 5 Jul 2012 08:26:55 +0000
(08:26 +0000)
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32612
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uboot-envtools/files/ar71xx
patch
|
blob
|
history
diff --git
a/package/uboot-envtools/files/ar71xx
b/package/uboot-envtools/files/ar71xx
index
15b6b15
..
dee67ea
100644
(file)
--- 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