架子骨架吧 关注:31贴子:7,920
  • 1回复贴,共1

【记录】openwrt的初始设置

只看楼主收藏回复

第一步肯定是用ssh登陆


IP属地:重庆1楼2020-06-01 15:41回复
    //更新软件源
    opkg update
    //安装主题
    opkg install luci-theme-material
    //安装汉化
    opkg install luci-i18n-base-zh-cn
    //安装ssl支持
    opkg install ca-certificates luci-ssl-openssl
    //更换清华镜像源
    sed -i 's_downloads.openwrt.org_mirrors.tuna.tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
    //安装curl
    opkg install curl


    IP属地:重庆2楼2020-06-01 15:44
    回复