aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/base-files
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-07-13 21:42:19 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-07-13 21:42:19 +0000
commit5791ea36fd518a85a52faa11bee56df32181bb9b (patch)
tree4890c65a32f41837781afe20922ce0ce2b30952c /target/linux/brcm47xx/base-files
parent14e7f6fd433f01d4d402ae177c1d8f9ac47f0030 (diff)
downloadupstream-5791ea36fd518a85a52faa11bee56df32181bb9b.tar.gz
upstream-5791ea36fd518a85a52faa11bee56df32181bb9b.tar.bz2
upstream-5791ea36fd518a85a52faa11bee56df32181bb9b.zip
brcm47xx: proc gets mounted without this patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rw-r--r--target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm b/target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm
deleted file mode 100644
index 4ca445623c..0000000000
--- a/target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-do_mount_procfs() {
- mount -o noatime none /proc -t proc
-}