X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm-2.4%2Fbase-files%2Fdefault%2Fsbin%2Fmount_root;h=3ed1b58616ad5dba661424da68140169e905ed3e;hb=f8ae668a453814a609e33bf9e0afde38a81ba367;hp=8065470173b79a8c96aa0089072abd92ce9a5ebd;hpb=c94c88df806f3438933a2cee3f93065f34a242f6;p=openwrt-10.03%2F.git diff --git a/target/linux/brcm-2.4/base-files/default/sbin/mount_root b/target/linux/brcm-2.4/base-files/default/sbin/mount_root index 806547017..3ed1b5861 100755 --- a/target/linux/brcm-2.4/base-files/default/sbin/mount_root +++ b/target/linux/brcm-2.4/base-files/default/sbin/mount_root @@ -27,7 +27,3 @@ if [ "$1" != "failsafe" ]; then } fi fi - -mkdir -p /dev/pts -mount none /dev/pts -t devpts 2>&- -grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-