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:
2f99e56
)
uboot: create the uboot config file for the shelby as well
author
Imre Kaloz
<kaloz@openwrt.org>
Tue, 3 Nov 2015 11:08:53 +0000
(11:08 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Tue, 3 Nov 2015 11:08:53 +0000
(11:08 +0000)
fixes #20827, backport of r47365
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47366
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/boot/uboot-envtools/files/mvebu
patch
|
blob
|
history
diff --git
a/package/boot/uboot-envtools/files/mvebu
b/package/boot/uboot-envtools/files/mvebu
index
13b48fd
..
2362bc3
100644
(file)
--- a/
package/boot/uboot-envtools/files/mvebu
+++ b/
package/boot/uboot-envtools/files/mvebu
@@
-14,7
+14,7
@@
touch /etc/config/ubootenv
board=$(mvebu_board_name)
case "$board" in
-armada-385-linksys-caiman|armada-385-linksys-cobra)
+armada-385-linksys-caiman|armada-385-linksys-cobra
|armada-385-linksys-shelby
)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x40000"
;;
armada-xp-linksys-mamba)