summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/usbnetctrl.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/usbnetctrl.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/usbnetctrl.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/tools/opie-sh/scripts/usbnetctrl.sh b/noncore/tools/opie-sh/scripts/usbnetctrl.sh
index 417435e..af68a3d 100755
--- a/noncore/tools/opie-sh/scripts/usbnetctrl.sh
+++ b/noncore/tools/opie-sh/scripts/usbnetctrl.sh
@@ -19,5 +19,5 @@
19# 20020517-1 - added about, fullscreen and icon 19# 20020517-1 - added about, fullscreen and icon
20 20
21OPIE_SH=/opt/QtPalmtop/bin/opie-sh 21OPIE_SH=$OPIEDIR/bin/opie-sh
22 22
23###################################################################### 23######################################################################
@@ -25,5 +25,5 @@ OPIE_SH=/opt/QtPalmtop/bin/opie-sh
25 25
26about() { 26about() {
27 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" 27 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/usbnetctrl.png>"
28 echo "<h3>About</h3>" 28 echo "<h3>About</h3>"
29 echo "This little App should make it easy for you to " 29 echo "This little App should make it easy for you to "
@@ -31,5 +31,5 @@ about() {
31 echo "<p>" 31 echo "<p>"
32 echo "To use it at first, you need to change the ifconfig" 32 echo "To use it at first, you need to change the ifconfig"
33 echo "line in /opt/QtPalmtop/bin/usbnetctrl.sh." 33 echo "line in $OPIEDIR/bin/usbnetctrl.sh."
34 ) | $OPIE_SH -t "usbnet control" -f & 34 ) | $OPIE_SH -t "usbnet control" -f &
35 SCREENCLEAN=$! 35 SCREENCLEAN=$!
@@ -38,5 +38,5 @@ about() {
38 38
39startup() { 39startup() {
40 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" 40 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/usbnetctrl.png>"
41 echo "<h3>usbnet up</h3>" 41 echo "<h3>usbnet up</h3>"
42 modprobe usb-eth 42 modprobe usb-eth
@@ -45,5 +45,5 @@ startup() {
45 $OPIE_SH -m -I -t "Usbnet Control" -M "Please connect the<br>ipaq to the cradle<br>and press OK" 45 $OPIE_SH -m -I -t "Usbnet Control" -M "Please connect the<br>ipaq to the cradle<br>and press OK"
46 46
47 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" 47 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/usbnetctrl.png>"
48 echo "<h3>usbnet up</h3>" 48 echo "<h3>usbnet up</h3>"
49 ifconfig usbf up 192.168.0.1 netmask 255.255.255.0 49 ifconfig usbf up 192.168.0.1 netmask 255.255.255.0
@@ -56,5 +56,5 @@ startup() {
56 56
57stopit() { 57stopit() {
58 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/usbnetctrl.png>" 58 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/usbnetctrl.png>"
59 echo "<h3>usbnet down</h3>" 59 echo "<h3>usbnet down</h3>"
60 ifconfig usbf down 60 ifconfig usbf down