From: Hauke Mehrtens Date: Sat, 13 Jul 2013 21:42:19 +0000 (+0000) Subject: brcm47xx: proc gets mounted without this patch X-Git-Tag: reboot~9941 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e041d370a74a68c6cd0d45880bc22a87d08ea97d;p=oweals%2Fopenwrt.git brcm47xx: proc gets mounted without this patch SVN-Revision: 37272 --- 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 -}