remove the brcm-2.4 target, it will no longer be supported in future releases. please...
[openwrt.git] / target / linux / brcm-2.4 / base-files / lib / preinit / 15_mount_proc_brcm
diff --git a/target/linux/brcm-2.4/base-files/lib/preinit/15_mount_proc_brcm b/target/linux/brcm-2.4/base-files/lib/preinit/15_mount_proc_brcm
deleted file mode 100644 (file)
index fd5add1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-do_mount_procfs() {
-       mount none /proc -t proc
-}
-