summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-07 23:59:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-07 23:59:04 +0000
commit9f1c46026440e9954a88ee8843362d9cffd8ad87 (patch)
treee729abf7b4d3fdcd056cd7b07d586a3739c08c7d /package/base-files
parentd953b29fb3944a7381c7398f8eb51347d63714ed (diff)
make ramdisk support generic, some cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3911 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/aruba-2.6/etc/init.d/S00aruba4
-rwxr-xr-xpackage/base-files/aruba-2.6/init3
2 files changed, 0 insertions, 7 deletions
diff --git a/package/base-files/aruba-2.6/etc/init.d/S00aruba b/package/base-files/aruba-2.6/etc/init.d/S00aruba
deleted file mode 100755
index 9836de423..000000000
--- a/package/base-files/aruba-2.6/etc/init.d/S00aruba
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-mount none /proc -t proc
-mount_root failsafe
-mount -o remount,rw /dev/root /
diff --git a/package/base-files/aruba-2.6/init b/package/base-files/aruba-2.6/init
deleted file mode 100755
index 8ca48a04c..000000000
--- a/package/base-files/aruba-2.6/init
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/ash
-mount none /dev -t devfs
-exec /bin/busybox init