From: Hauke Mehrtens Date: Sat, 13 Jul 2013 21:42:19 +0000 (+0000) Subject: brcm47xx: proc gets mounted without this patch X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5791ea36fd518a85a52faa11bee56df32181bb9b;p=15.05%2Fopenwrt.git brcm47xx: proc gets mounted without this patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 -}