2 Star 0 Fork 81

福建职业信息技术学院-郑俊强/yuntaitai_oui

forked from 赵建辉/oui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Vagrantfile 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arky 提交于 2020-07-30 12:40 . Use Vagrant for OpenWRT
Vagrant.configure("2") do |config|
config.vm.box = "vladimir-babichev/openwrt-19.07.3"
config.vm.hostname = "openwrt"
config.vm.post_up_message = "Please login using username 'root' and password 'vagrant' at http://openwrt.lan"
config.vm.network "private_network", ip: "10.10.10.10"
config.vm.provision "shell", inline: <<-SHELL
opkg update
opkg install uhttpd-mod-ubus
/etc/init.d/rpcd restart
/etc/init.d/uhttpd restart
SHELL
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fujianxinxi/oui.git
git@gitee.com:fujianxinxi/oui.git
fujianxinxi
oui
yuntaitai_oui
master

搜索帮助