From 35ed3be59fb3fb0c0501fa70e79251b71d963784 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 13 Dec 2016 22:30:11 +0100 Subject: 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 --- package/boot/uboot-envtools/files/ramips | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'package/boot/uboot-envtools/files/ramips') 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" ;; -- cgit v1.2.3