uboot-envtools: fix code formatting style in uci-defaults files
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / ipq
index 369f90f2b0f3cee6a15b0547ac375fb3bebc78a4..16c7ba6bb7c2036d3747b2397de73b61f2899e48 100755 (executable)
@@ -13,12 +13,11 @@ touch /etc/config/ubootenv
 
 board=$(ipq806x_board_name)
 
 
 board=$(ipq806x_board_name)
 
-
 case "$board" in
 case "$board" in
-"ea8500")
+ea8500)
        ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
        ;;
        ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
        ;;
-"nbg6817")
+nbg6817)
        ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
        ;;
 esac
        ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"
        ;;
 esac