diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /nslu2-binary-only | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'nslu2-binary-only')
-rw-r--r-- | nslu2-binary-only/unslung-ramdisk-2.3r25/able/mount_usbdevfs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nslu2-binary-only/unslung-ramdisk-2.3r25/able/mount_usbdevfs.patch b/nslu2-binary-only/unslung-ramdisk-2.3r25/able/mount_usbdevfs.patch index e69de29bb2..744636d0d9 100644 --- a/nslu2-binary-only/unslung-ramdisk-2.3r25/able/mount_usbdevfs.patch +++ b/nslu2-binary-only/unslung-ramdisk-2.3r25/able/mount_usbdevfs.patch @@ -0,0 +1,10 @@ +--- nslu2-linksys-ramdisk-2.3r25/etc/rc.orig 2004-11-03 14:38:45.838082343 +1100 ++++ nslu2-linksys-ramdisk-2.3r25/etc/rc 2004-11-03 16:27:08.572763797 +1100 +@@ -4,6 +4,7 @@ + + /usr/bin/Set_Led r_blinking & + mount -t proc proc /proc ++mount -t usbdevfs usbdevfs /proc/bus/usb + mount -o remount,rw /dev/root / + ifconfig lo 127.0.0.1 + route add -net 127.0.0.0 netmask 255.255.255.0 lo |