summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initramfs/stage3-stuff/etc/functions6
l---------tools/915resolution1
-rwxr-xr-xtools/915resolution.i586bin16980 -> 0 bytes
l---------tools/ddcprobe1
-rwxr-xr-xtools/ddcprobe.i586bin116080 -> 0 bytes
5 files changed, 3 insertions, 5 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index 9b3c6e28..0af554e5 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -261,9 +261,9 @@ mkdir /var/lib/dhcp >/dev/null 2>&1
[ -n $vci ] && vci="-V $vci"
testmkd /usr/share/udhcpc
ln -sf /bin/dhcpmkconfig /usr/share/udhcpc/default.script
-# -o option gets additionally the nis* options, but described other way round
-# hopefully in some future version "-O dhcp-option" works ...
-udhcpc -t 8 -q $vci -s /usr/share/udhcpc/default.script -i $nwif 2>/dev/null
+# see for options.c file in udhcp subdir of busybox for accepted "-O option"
+udhcpc -O nissrv -O nisdomain -t 8 -q $vci \
+ -s /usr/share/udhcpc/default.script -i $nwif 2>/dev/null
}
#############################################################################
diff --git a/tools/915resolution b/tools/915resolution
deleted file mode 120000
index f23a64a7..00000000
--- a/tools/915resolution
+++ /dev/null
@@ -1 +0,0 @@
-915resolution.i586 \ No newline at end of file
diff --git a/tools/915resolution.i586 b/tools/915resolution.i586
deleted file mode 100755
index c5b0e0a9..00000000
--- a/tools/915resolution.i586
+++ /dev/null
Binary files differ
diff --git a/tools/ddcprobe b/tools/ddcprobe
deleted file mode 120000
index 22c91798..00000000
--- a/tools/ddcprobe
+++ /dev/null
@@ -1 +0,0 @@
-ddcprobe.i586 \ No newline at end of file
diff --git a/tools/ddcprobe.i586 b/tools/ddcprobe.i586
deleted file mode 100755
index 1df7708f..00000000
--- a/tools/ddcprobe.i586
+++ /dev/null
Binary files differ