diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-13 21:42:19 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-13 21:42:19 +0000 |
commit | e041d370a74a68c6cd0d45880bc22a87d08ea97d (patch) | |
tree | b9ff5ddee20931a4f75dae6acc76271b51b20192 /target/linux | |
parent | 8dabd7a26b5b8072669d70887bc78c8fea6d02f8 (diff) | |
download | upstream-e041d370a74a68c6cd0d45880bc22a87d08ea97d.tar.gz upstream-e041d370a74a68c6cd0d45880bc22a87d08ea97d.tar.bz2 upstream-e041d370a74a68c6cd0d45880bc22a87d08ea97d.zip |
brcm47xx: proc gets mounted without this patch
SVN-Revision: 37272
Diffstat (limited to 'target/linux')
-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 -} |