diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 21:42:19 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 21:42:19 +0000 |
commit | 5791ea36fd518a85a52faa11bee56df32181bb9b (patch) | |
tree | 4890c65a32f41837781afe20922ce0ce2b30952c /target/linux/brcm47xx | |
parent | 14e7f6fd433f01d4d402ae177c1d8f9ac47f0030 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm | 5 |
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 -} |