1.小米路由器配置
1.1开发版刷机
新的小米MINI路由器自带稳定版系统,该系统不能进行刷机,因此需要升级为开发版操作系统。
开发版下载地址:http://miwifi.com/miwifi_download.html
(1)准备工作
第一步选择ROM下载,路由器型号为mini。第二步,准备一个U盘,并将其格式化为FAT32格式,而后把下...
分类:
移动开发 时间:
2016-04-29 16:10:19
阅读次数:
396
1.虚拟机文件制作
下载对应版本的img文件,本文选择15.05:
https://downloads.openwrt.org/chaos_calmer/15.05/x86/generic/openwrt-15.05-x86-generic-combined-squashfs.img
在Ubuntu中安装qemu-img工具:sudo apt-get install qemu-img
输入...
分类:
系统相关 时间:
2016-04-29 15:09:01
阅读次数:
563
借鉴地址:http://www.pppei.net/blog/post/536 1、向文件 \target\linux\ar71xx\generic\profiles\atheros.mk 中添加ap143类型 define Profile/AP143 NAME:=Atheros AP143 ref ...
分类:
其他好文 时间:
2016-04-27 20:41:55
阅读次数:
1470
openwrt.img文件刻录,做软件路由。
linux救援模式,dd命令,mount命令,linux下增加缓存文件。
linux软件防火墙,硬件防火墙。
******** 路由 ********
linux dd 命令
dd 是 Linux/UNIX 下的一个非常有用的命令,作用是用指定大小的块拷贝一个文件,并在拷贝的同时进行指定的转换。
...
分类:
其他好文 时间:
2016-04-26 19:52:09
阅读次数:
316
./scripts/feeds update –a ./scripts/feeds install –a Ignoring feed 'luci' - index missing 解决方法:参照https://github.com/openwrt/luci 修改feeds.conf.default, ...
分类:
其他好文 时间:
2016-04-24 21:38:27
阅读次数:
289
在openwrt dream-box官网下载openwrt源码,其中支持mini2440 boards https://dev.openwrt.org.cn/wiki/GetSource 下载好之后,进行编译,可以参照如下教程 https://dev.openwrt.org.cn/wiki/howt ...
分类:
其他好文 时间:
2016-04-24 06:21:04
阅读次数:
276
/etc/config/wireless是在boot启动时生成的。 代码在/etc/init.d/boot中,如下: /sbin/wifi detect > /tmp/wireless.tmp // 先生成临时文件wireless.tmp [ -s /tmp/wireless.tmp ] && { ...
分类:
其他好文 时间:
2016-04-18 15:39:08
阅读次数:
159
https://wiki.openwrt.org/doc/howto/generic.debrick 变砖后需根据类型进行修复,主要有以下四种: (1)if only something on the JFFS2 partition is broken, you are still able to ...
分类:
其他好文 时间:
2016-04-18 11:24:52
阅读次数:
680
默认情况下root是没有密码的 需要设置密码后才能开启ssh 修改/etc/shadow文件: 密码经过加密,密码修改为admin shadow文件里的字段格式和解释: {用户名}:{加密后的口令密码}:{口令最后修改时间距原点(1970-1-1)的天数}:{口令最小修改间隔(防止修改口令,如果时限 ...
分类:
其他好文 时间:
2016-04-08 11:39:05
阅读次数:
273