diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 17:29:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 17:29:50 +0000 |
commit | 99888c7af5e9a8363a29bee424d8a803b52e0210 (patch) | |
tree | bcab44caa20552eddce7b3fd7bd4b5823562a2d6 /package/boot/uboot-envtools/files/mvebu | |
parent | 18bcf252f753dbef88ac98b3de86e513f8c7cc48 (diff) | |
download | upstream-99888c7af5e9a8363a29bee424d8a803b52e0210.tar.gz upstream-99888c7af5e9a8363a29bee424d8a803b52e0210.tar.bz2 upstream-99888c7af5e9a8363a29bee424d8a803b52e0210.zip |
mvebu: migrate mamba support to the upstreamed code
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45400 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools/files/mvebu')
-rw-r--r-- | package/boot/uboot-envtools/files/mvebu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu index 1b1f5ff21d..04dfa20e99 100644 --- 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-xp-mamba") +"armada-xp-linksys-mamba") ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000" ;; esac |