From b1137d48a441d09d678a1b95ad1168a2ef467863 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 5 Dec 2011 16:54:48 +0000 Subject: [PATCH] ramips: fix network configuration setup SVN-Revision: 29448 --- target/linux/ramips/base-files/etc/uci-defaults/network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index 6f2843ba24..6d1de3c408 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -53,7 +53,7 @@ ramips_setup_interfaces() b2c | \ f5d8235-v2 | \ nw718) - ucidef_set_interfaces_lan_wan "eth0.1 eth0.2" + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ;; rt-n15) @@ -66,9 +66,9 @@ ramips_setup_interfaces() *) RT3X5X=`cat /proc/cpuinfo | grep RT3.5` if [ -n "${RT3X5X}" ]; then - ucidef_set_interfaces_lan_wan "eth0.1 eth0.2" + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" else - ucidef_set_interfaces_lan_wan "eth0 eth1" + ucidef_set_interfaces_lan_wan "eth0" "eth1" fi ;; esac -- 2.25.1