From cc722bec9736c443b7217109bd74a3d65f383a47 Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Tue, 6 Jun 2017 15:52:06 +0200 Subject: [PATCH] linux/ath25: fixing some tabs and whitespace Signed-off-by: Sven Roederer --- .../ath25/base-files/lib/preinit/15_preinit_iface_atheros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros b/target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros index 434103e172..bd46cb9084 100644 --- a/target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros +++ b/target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros @@ -7,7 +7,7 @@ preinit_ip() { if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \ -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then vconfig set_name_type DEV_PLUS_VID_NO_PAD - ifconfig eth0 up + ifconfig eth0 up vconfig add eth0 1 ifname=eth0.1 else @@ -18,7 +18,7 @@ preinit_ip() { fi [ -n "$pi_ifname" ] && grep -q "$pi_ifname" /proc/net/dev && { ifconfig $pi_ifname $pi_ip netmask $pi_netmask broadcast $pi_broadcast up - } + } } @@ -26,7 +26,7 @@ preinit_ip() { preinit_ip_deconfig() { if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \ - -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then + -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then vconfig rem eth0.1 2>/dev/null ifconfig $pi_ifname down elif [ -n "$pi_ifname" ]; then