Maxswang

Results 2 comments of Maxswang

@kkkevin07 openwrt 重启后文件系统变成 read-only, docker守护进程无法写磁盘,从而无法完成启动

@franksz11 在feeds.conf.default 文件 添加以下两行内容: ```shell src-git kenzo https://github.com/kenzok8/openwrt-packages src-git small https://github.com/kenzok8/small ``` 添加以后执行以下命令: ```shell ./scripts/feeds update -a ./scripts/feeds install -a ```