1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

minor fs changes & cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@686 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2005-04-20 01:52:32 +00:00
parent 8f69e37a93
commit 79e9207832
4 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# udhcpc script edited by Tim Riker <Tim@Rikers.org>
# (slightly modified)
# (slightly modified for openwrt)
[ -z "$1" ] && echo "Error: should be run by udhcpc" && exit 1
@@ -13,8 +13,8 @@ case "$1" in
renew|bound)
ifconfig $interface $ip \
netmask ${subnet:-255.255.255.0} \
broadcast ${broadcast:-+}
netmask ${subnet:-255.255.255.0} \
broadcast ${broadcast:-+}
if [ -n "$router" ] ; then
echo "deleting routers"