From: hauke 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=fa1d2f0b7c685f2bc5fbb6ed2edb09a4564454da;p=openwrt.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 -}