<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>曲径通幽论坛 - 编译开发</title>
    <link>http://www.groad.net/bbs/forum.php?mod=forumdisplay&amp;fid=260</link>
    <description>Latest 20 threads of 编译开发</description>
    <copyright>Copyright(C) 曲径通幽论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 21:44:46 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.groad.net/bbs/static/image/common/logo_88_31.gif</url>
      <title>曲径通幽论坛</title>
      <link>http://www.groad.net/bbs/</link>
    </image>
    <item>
      <title>support for OY-0001</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8999</link>
      <description><![CDATA[Link : https://lists.openwrt.org/pipermail/openwrt-devel/2015-July/034236.html]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Thu, 10 Sep 2015 18:00:28 +0000</pubDate>
    </item>
    <item>
      <title>如何在OpenWrt中添加新的profile【以百度音乐盒为例】</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8997</link>
      <description><![CDATA[一个profile包含了一个或者多个路由器型号，一般来说，同一个厂家的路由器定义，会放在同一个profile中。

下面就以添加百度音乐盒为例：

添加一个baidu.mk文件，路径如下图：


里面的内容如下：


特别提醒：
1.profile文件的格式一定要书写正确。特别是  ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Mon, 07 Sep 2015 17:22:43 +0000</pubDate>
    </item>
    <item>
      <title>设定时区</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8953</link>
      <description><![CDATA[修改文件：

内容：


比如改时区为“CST-8”，时区名为“上海”，底下的 ntp 服务器设定了上海大学的 NTP 服务器，国内使用可能会比较靠谱点。]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Wed, 01 Jul 2015 15:07:21 +0000</pubDate>
    </item>
    <item>
      <title>[LUCI界面]底部 footer</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8933</link>
      <description><![CDATA[底部 footer :]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Mon, 25 May 2015 15:14:13 +0000</pubDate>
    </item>
    <item>
      <title>[LUCI界面]防火墙界面入口</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8932</link>
      <description><![CDATA[防火墙界面入口：]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Mon, 25 May 2015 15:12:32 +0000</pubDate>
    </item>
    <item>
      <title>修改 SSID 默认名</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8926</link>
      <description><![CDATA[修改 SSID 的默认名在：

找到 OpenWrt ，改成你自己的。]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Tue, 19 May 2015 14:30:45 +0000</pubDate>
    </item>
    <item>
      <title>如何添加随机启动程序</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8923</link>
      <description><![CDATA[随机启动程序有两个东西，一个是 /etc/init.d/ 下的主程序，或者说是个主脚本处理程序；另一个是放在 /etc/rc.d 下的对应该主程序的软连接。如果你的启动顺序是 96，那么该软连接就写成 S96yourapp ，其中 S 表示 Start ，96 表示顺序，yourapp 是 /etc/init.d 下的主程 ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Sat, 16 May 2015 15:04:25 +0000</pubDate>
    </item>
    <item>
      <title>系统日志的 logd 和读取工具 logread 在哪里？</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8922</link>
      <description><![CDATA[突发奇想，想把日志相关工具去掉，没有干什么，纯粹是好玩。

在 openwrt 中，系统日志并不是放在某个文件中，而是放在内存的一块缓冲区里，这个缓冲区大小是可以定义的。

一开始，搜索看到 busybox 里有相关的选项：




以为 syslogd ，将其去掉，发现编译 ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Sat, 16 May 2015 02:17:08 +0000</pubDate>
    </item>
    <item>
      <title>修改 LUCI 默认语言为中文</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8920</link>
      <description><![CDATA[在路径  feeds/luci/moduoles/base/root/etc/config 下修改 luci 文件：



将 config core main 下的 option lang auto 修改为


在 config internal languages 下添加：


然后返回 make clean ，并 make V=99 重新编译即可。]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Fri, 15 May 2015 03:41:49 +0000</pubDate>
    </item>
    <item>
      <title>增删防火墙规则</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8912</link>
      <description><![CDATA[增删防火墙规则：]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Sun, 03 May 2015 03:51:02 +0000</pubDate>
    </item>
    <item>
      <title>修改网络服务组件</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8911</link>
      <description><![CDATA[位置：

在这里，可以修改 dropbear, dnsmasq, openvpn 等网络服务组件。]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Sun, 03 May 2015 03:46:04 +0000</pubDate>
    </item>
    <item>
      <title>修改 banner</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8910</link>
      <description><![CDATA[位置：]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Sun, 03 May 2015 03:42:39 +0000</pubDate>
    </item>
    <item>
      <title>修改 hostname</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8909</link>
      <description><![CDATA[路径：]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Sun, 03 May 2015 03:39:11 +0000</pubDate>
    </item>
    <item>
      <title>建立自己的内核模块及内核模块 Makefile</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8892</link>
      <description><![CDATA[也鼓捣了个内核模块，虽然参考了网上一些例子，但放在自己身上用时，总会遇到这样那样的问题，下面这个是经过实践可以跑的，使用环境是 bb 14.07 。

建立内核模块：

1. 在 package 下建立一个工程目录，该目录下存放 Openwrt 编译时需要的 Makefile 。

2. 在该 ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Fri, 10 Apr 2015 13:48:29 +0000</pubDate>
    </item>
    <item>
      <title>如何在OpenWrt中添加新的profile【以百度音乐盒为例】</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8888</link>
      <description><![CDATA[一个profile包含了一个或者多个路由器型号，一般来说，同一个厂家的路由器定义，会放在同一个profile中。
下面就以添加百度音乐盒为例：
添加一个baidu.mk文件，路径如下图：


里面的内容如下：

特别提醒：

1.profile文件的格式一定要书写正确。特别是 “\\ ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Wed, 08 Apr 2015 02:47:00 +0000</pubDate>
    </item>
    <item>
      <title>路由器定制开发：MT7620N上刷openwrt</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8887</link>
      <description><![CDATA[最近朋友给了一款电信的企业级AP，说让我玩玩。之前做过五年的企业级AP开发，对于AP还是有那么点热衷，但凡有机会还是要把玩一番的。

 这款AP是智达康的ZN-7200-H500，自带的镜像就是基于openWRT开发的。但是功能不够丰富，还是自己动手定制一款实用的AP吧。

 简 ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Wed, 08 Apr 2015 02:39:53 +0000</pubDate>
    </item>
    <item>
      <title>Package xxx is missing dependencies for the following libraries</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8884</link>
      <description><![CDATA[测了了一个使用 MD5 系列函数库的程序（http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=7343），结果编译时遇到错误提示：
但检查在 staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/ 下已经存在了 libcrypto.so.1.0.0 这个文件，因此并不是缺失改文件 ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Mon, 06 Apr 2015 13:38:16 +0000</pubDate>
    </item>
    <item>
      <title>[LUCI 界面]修改 Dropbear 配置项</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8877</link>
      <description><![CDATA[修改 Dropbear 配置项文件位于：]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Fri, 03 Apr 2015 03:22:51 +0000</pubDate>
    </item>
    <item>
      <title>修改路由的连接数</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8875</link>
      <description><![CDATA[在编译之前，可以修改路由的默认连接数，其位置为：

比如将 net.netfilter.nf_conntrack_max 改为 65535 。]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Fri, 03 Apr 2015 03:08:49 +0000</pubDate>
    </item>
    <item>
      <title>staging_dir 和 build_dir 目录详细说明</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8871</link>
      <description><![CDATA[将所有的源码包在 build_dir 中解压缩并在其中对其编译。

staging_dir 将所有已经编译好的程序 “安装” 到其中，还准备那些下一步构建所需的软件包，以及准备固件镜像。

在 build_dir 中有 3 块区域：

build_dir/host


在该目录下，OpenWRT 从源码上编译 ...]]></description>
      <category>编译开发</category>
      <author>beyes</author>
      <pubDate>Wed, 01 Apr 2015 15:02:51 +0000</pubDate>
    </item>
  </channel>
</rss>