Просмотр исходного кода

brcm47xx: proc gets mounted without this patch

SVN-Revision: 37272
Hauke Mehrtens 12 лет назад
Родитель
Сommit
e041d370a7
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm

+ 0 - 5
target/linux/brcm47xx/base-files/lib/preinit/15_mount_proc_brcm

@@ -1,5 +0,0 @@
-#!/bin/sh
-
-do_mount_procfs() {
-	mount -o noatime none /proc -t proc
-}