嵌入式文件系统一般用户执行 su root 切换根用户会提示错误:
su: must be suid to work properly
是由于 busybox 的权限引起的,需要将 busybox 的权限改为 4755。
而在 openwrt 中,直接修改 staging_dir/target-mipsel_24kec+dsp_glibc-2.21/root-ramips/bin/ 下的 busybox 是不可以,因为在 重新 make 之后会覆盖掉,解决办法是,先选好 busybox 中需要的命令,然后把 busybox 移到 工作目录下的 files/bin/ 下,然后改权限为 4755 即可。
openwrt系统运行出现No space left on device:http://www.linuxdiyf.com/linux/15350.html
openwrt添加VPN拨号:http://www.linuxdiyf.com/linux/15347.html
制作一个openwrt路由器系统使用的kms激活服务安装包:http://www.linuxdiyf.com/linux/14342.html
Ubuntu下架设FTP服务器实现Windows、openwrt、ubuntu互传文件:http://www.linuxdiyf.com/linux/13394.html
BPI-R1为openwrt安装中文支持以及安装软件教程:http://www.linuxdiyf.com/linux/13315.html