diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2016-12-13 22:30:11 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-20 09:35:36 +0100 |
commit | 35ed3be59fb3fb0c0501fa70e79251b71d963784 (patch) | |
tree | e01297804bc4bdbdcf3ccc7df681abbad230abb9 /package/boot/uboot-envtools/files/ramips | |
parent | f70a2adca1ea942e86037a2b5d18d53c4d565311 (diff) | |
download | upstream-35ed3be59fb3fb0c0501fa70e79251b71d963784.tar.gz upstream-35ed3be59fb3fb0c0501fa70e79251b71d963784.tar.bz2 upstream-35ed3be59fb3fb0c0501fa70e79251b71d963784.zip |
uboot-envtools: fix code formatting style in uci-defaults files
Few minor code formatting style fixes, including:
- keep one board per line
- always use "|\" (for consistency)
- remove redundant double quotes and empty lines
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/boot/uboot-envtools/files/ramips')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips index 4993d106a6..c5d7ecb364 100644 --- a/package/boot/uboot-envtools/files/ramips +++ b/package/boot/uboot-envtools/files/ramips @@ -14,18 +14,18 @@ touch /etc/config/ubootenv board=$(ramips_board_name) case "$board" in -all0239-3g | \ -all0256n | \ +all0239-3g|\ +all0256n|\ all5002) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000" ;; -br6425 | \ -linkits7688 | \ -linkits7688d | \ -miwifi-nano | \ -sk-wb8 | \ -wsr-1166 | \ -wsr-600 | \ +br6425|\ +linkits7688|\ +linkits7688d|\ +miwifi-nano|\ +sk-wb8|\ +wsr-1166|\ +wsr-600|\ zbt-wg2626) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000" ;; |