随笔分类 -  OpenWRT

Adding new device support
摘要:Adding new device support This article assumes your device is based on a platform already supported by OpenWrt. If you need to add a new platform, see 阅读全文

posted @ 2019-12-12 16:55 sudochen 阅读(283) 评论(0) 推荐(0)

Adding a new device
摘要:Adding a new device A good all-round advice would be to start by looking at recent commits about adding a new device, to see what files where changed 阅读全文

posted @ 2019-12-12 16:54 sudochen 阅读(407) 评论(0) 推荐(0)

Create a sample procd init script
摘要:Create a sample procd init script This article is a mostly verbatim copy of https://joostoostdijk.com/posts/service-configuration-with-procd/ any cred 阅读全文

posted @ 2019-12-12 16:53 sudochen 阅读(633) 评论(0) 推荐(0)

OpenWRT NetWork
摘要:Network basics /etc/config/network This is a default OpenWrt network stack of a typical home router your device may vary slightly in features or numbe 阅读全文

posted @ 2019-12-12 16:47 sudochen 阅读(777) 评论(0) 推荐(0)

OpenWRT DNS
摘要:DNS and DHCP configuration /etc/config/dhcp See also: DNS and DHCP configuration examples OpenWrt uses dnsmasq and odhcpd to serve DHCP and DNS by def 阅读全文

posted @ 2019-12-12 16:45 sudochen 阅读(1067) 评论(0) 推荐(0)

OpenWRT IPv6NAT
摘要:NAT6 and IPv6 masquerading This article relies on the following: Accessing OpenWrt via CLI Configuring OpenWrt with UCI Managing packages Managing ser 阅读全文

posted @ 2019-12-12 16:43 sudochen 阅读(991) 评论(0) 推荐(0)

OpenWRT自动挂载支持
摘要:原文链接 版权声明:本文为CSDN博主「linux_zhu」的原创文章,遵循 CC 4.0 BY SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/u011641885/article/details/46530327 阅读全文

posted @ 2019-12-09 09:50 sudochen 阅读(2840) 评论(0) 推荐(0)

OpenWRT内核编译流程
摘要:由以上可以知道OpenWRT在准备内核时进行一下操作 1,将generic拷贝 2,将平台下的files拷贝 3,打generic下的补丁 4,打平台下的补丁 阅读全文

posted @ 2019-12-09 09:38 sudochen 阅读(1773) 评论(0) 推荐(0)

导航