1. 检出、克隆库:git clone git://git.openwrt.org/openwrt.git2. create a new repository on the command lineecho # openwrt >> README.mdgit initgit add README.m...
分类:
其他好文 时间:
2015-02-15 01:01:52
阅读次数:
1086
文章出处:http://blog.csdn.net/kingvenll/article/details/27545221这次讲讲openwrt的结构.1. 代码上来看有几个重要目录package, target, build_root, bin, dl....---build_dir/host目录是...
分类:
其他好文 时间:
2015-02-14 18:52:25
阅读次数:
185
1. ssh 没密码不让登录解决方法:使用串口登录上 passwd root 设置密码后 /etc/init.d/dropbear restart发现option BannerFile '/etc/banner' 被屏蔽掉了root@OpenWrt:/# vi /etc/config/dropbea...
分类:
其他好文 时间:
2015-02-11 23:17:55
阅读次数:
240
1.allseen官网对openWRT简介:https://wiki.allseenalliance.org/develop/openwrt2.关于连入云端节点问题:https://ask.allseenalliance.org/question/1618/which-cloud-service-s...
分类:
其他好文 时间:
2015-02-10 16:42:28
阅读次数:
147
This article introduces an approach to enhance web interface security on OpenWrt. Though it acts clumsy somewhere, it is a useful reference for some guys seeking similar solutions, I think…
And, many thanks to the guys sharing their achievements which inv...
分类:
Web程序 时间:
2015-02-10 13:22:35
阅读次数:
445
在/etc/init.d下添加文件my-plugin#!/bin/sh /etc/rc.common# /etc/init.d/my-pluginstart() { sh /root/userinfo/userinfo.sh}stop() {}建立连接 ln -s /etc/init....
分类:
其他好文 时间:
2015-02-10 13:10:33
阅读次数:
560