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/ipq | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/boot/uboot-envtools/files/ipq') diff --git a/package/boot/uboot-envtools/files/ipq b/package/boot/uboot-envtools/files/ipq index 369f90f2b0..16c7ba6bb7 100755 --- a/package/boot/uboot-envtools/files/ipq +++ b/package/boot/uboot-envtools/files/ipq @@ -13,12 +13,11 @@ touch /etc/config/ubootenv board=$(ipq806x_board_name) - case "$board" in -"ea8500") +ea8500) ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000" ;; -"nbg6817") +nbg6817) ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000" ;; esac -- cgit v1.2.3