随笔分类 -  openwrt

摘要:理论知识参考http://wiki.openwrt.org/doc/howto/extroot/extroot.theory1. 安装必要的包root@SmartRouter:/# opkg install kmod-usb-core kmod-usb-ohci kmod-usb-uhci kmod... 阅读全文
posted @ 2015-06-11 09:00 fastwave2004 阅读(1865) 评论(0) 推荐(0)
摘要:1. 下载ipk文件 基本提示缺啥下载啥opkg install zlib_1.2.8-1_ar71xx.ipkopkg install libffi_3.0.13-1_ar71xx.ipkopkg install libattr_20150220-1_ar71xx.ipkopkg install ... 阅读全文
posted @ 2015-06-07 23:07 fastwave2004 阅读(775) 评论(0) 推荐(0)
摘要:target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr703n.c 编译时build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.18.14/arch/mips/... 阅读全文
posted @ 2015-06-07 00:21 fastwave2004 阅读(195) 评论(0) 推荐(0)
摘要:1. make menuconfig 后编译没有生成openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin ,究其原因是因为image超出了flash定义的大小,实际的flash是8M的,编译703N的时候没有修改配置编译成4M的了 ,... 阅读全文
posted @ 2015-06-06 18:07 fastwave2004 阅读(1932) 评论(0) 推荐(0)
摘要:1. ssh 没密码不让登录解决方法:使用串口登录上 passwd root 设置密码后 /etc/init.d/dropbear restart发现option BannerFile '/etc/banner' 被屏蔽掉了root@OpenWrt:/# vi /etc/config/dropbea... 阅读全文
posted @ 2015-02-11 22:15 fastwave2004 阅读(3058) 评论(0) 推荐(0)