diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-01-05 10:11:16 -0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-13 07:33:03 +0100 |
commit | 7293499f719d73ffaeb61011d077e84d309b0f25 (patch) | |
tree | 0f5a502160b6ebff268589609d0136d247dba820 /package/boot/uboot-envtools | |
parent | 33f09cf15178cf7e05cbe816e1cb492bcae89836 (diff) | |
download | upstream-7293499f719d73ffaeb61011d077e84d309b0f25.tar.gz upstream-7293499f719d73ffaeb61011d077e84d309b0f25.tar.bz2 upstream-7293499f719d73ffaeb61011d077e84d309b0f25.zip |
ipq806x: Sort occurrences of boardame alphabetically
This restores the alphabetical sort that was present
before the renaming of boardname.
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/ipq | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-envtools/files/ipq b/package/boot/uboot-envtools/files/ipq index c3ec01efd0..4618aac892 100644 --- a/package/boot/uboot-envtools/files/ipq +++ b/package/boot/uboot-envtools/files/ipq @@ -31,13 +31,13 @@ ubootenv_mtdinfo () { } case "$board" in +linksys,ea8500) + ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000" + ;; qcom,ipq8064-ap148 |\ qcom,ipq8064-db149) ubootenv_add_uci_config $(ubootenv_mtdinfo) ;; -linksys,ea8500) - ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000" - ;; zyxel,nbg6817) ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000" ;; |