diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2019-07-28 11:00:52 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2019-07-31 08:38:06 +0200 |
commit | d99206b3755d627214834c571d28cb5a12dafb05 (patch) | |
tree | fed32115bb22252eb45ba0fb3ff4e5aef4e8fc4e /package | |
parent | 334bbc51987c6694e130af25876f178babf37140 (diff) | |
download | upstream-d99206b3755d627214834c571d28cb5a12dafb05.tar.gz upstream-d99206b3755d627214834c571d28cb5a12dafb05.tar.bz2 upstream-d99206b3755d627214834c571d28cb5a12dafb05.zip |
uboot-envtools: ath79: fix indent and alphabetical order
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/ath79 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index cc11725242..77c5f32700 100644 --- a/package/boot/uboot-envtools/files/ath79 +++ b/package/boot/uboot-envtools/files/ath79 @@ -13,9 +13,6 @@ touch /etc/config/ubootenv board=$(board_name) case "$board" in -buffalo,wzr-hp-ag300h) - ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000" - ;; buffalo,bhr-4grv2|\ engenius,ecb1750|\ glinet,gl-ar300m-nand|\ @@ -29,6 +26,9 @@ openmesh,om5p-ac-v2|\ yuncore,a770) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; +buffalo,wzr-hp-ag300h) + ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000" + ;; qihoo,c301) ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000" ;; |