diff options
Diffstat (limited to 'bin/ifup')
-rwxr-xr-x | bin/ifup | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/ifup b/bin/ifup deleted file mode 100755 index 2b60f1c..0000000 --- a/bin/ifup +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -DEV=$1 - -ifconfig $DEV up -udhcpc -t 5 -q -s /bin/udhcpc.script - |