various cosmetic fixes
SVN-Revision: 864
This commit is contained in:
parent
32a0072dd3
commit
c51cbc4d86
@ -45,12 +45,6 @@ do {
|
||||
} done
|
||||
echo "done"
|
||||
|
||||
echo -n "fixing ipkg symlinks... "
|
||||
for file in $( find /usr/lib/ipkg/info/*list -type l;)
|
||||
do {
|
||||
rm $file; cp -f /rom/$file $file
|
||||
} done
|
||||
|
||||
touch /tmp/resolv.conf
|
||||
ln -s /tmp/resolv.conf /etc/resolv.conf
|
||||
|
||||
|
@ -11,7 +11,7 @@ domain=lan
|
||||
except-interface=vlan1
|
||||
|
||||
# enable dhcp (start,end,netmask,leasetime)
|
||||
#dhcp-authoritative
|
||||
dhcp-authoritative
|
||||
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
|
||||
dhcp-leasefile=/tmp/dhcp.leases
|
||||
|
||||
|
@ -29,5 +29,5 @@ if_valid () {
|
||||
$DEBUG vconfig add $vif $i 2>&-
|
||||
)
|
||||
} ||
|
||||
{ echo -e "# $1 ignored: can't find/create"; false; }
|
||||
{ debug "# missing interface '$if' ignored"; false; }
|
||||
}
|
||||
|
@ -52,12 +52,10 @@
|
||||
fi
|
||||
${DEBUG:-eval} "udhcpc -i $if ${ip:+-r $ip} -b -p $pidfile &"
|
||||
;;
|
||||
pppoe)
|
||||
# handled by /etc/init.d/S50pppoe
|
||||
;;
|
||||
none)
|
||||
none|"")
|
||||
# pppoe is handled by /etc/init.d/S50pppoe
|
||||
;;
|
||||
*)
|
||||
echo "### WARNING $if: $if_proto is not supported"
|
||||
echo "### ifup $type: ignored ${type}_proto=\"$if_proto\" (not supported)"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user