美文网首页
OpenWRT中添加对小度路由的支持

OpenWRT中添加对小度路由的支持

作者: 3c937c88e6c0 | 来源:发表于2015-06-22 20:17 被阅读486次

    这里还是向OpenWRT中添加对小度路由的支持

    向 target/linux/ramips/image/makefile中写入新设备

    image/build/profile/mt7620a_CLZ=$(call buildFirmware/Default8M/$(1),$(1),mt7620a_clz,MT7620a_CLZ)

    $(call image/Build/Profile/MT7620a_CLZ,$(1))

    base-files中的一些可用配置:

    base-files/etc/diag.sh 控制LED在OpenWRT启动时是否闪烁

    base-files/lib/upgrade/platform.sh 允许sysupgrade工作

    base-files/etc/uci-defaults/network to configure(安装) default network interface(界面) settings, particularly MAC addresses

    base-files/etc/uci-defaults/leds if you have configurable(可配置的) LEDs which should default to a behavior(行为), like a WLAN activity LED

    base-files/etc/hotplug.d/firmware(固件)/10-rt2x00-eeprom to extract(提取) the firmware image for the wireless(无线的) module

    base-files/lib/preinit/06_set_iface_mac to set the MAC addresses of any other interfaces(界面)

    编写的小度路由用的dts文件

    ......本站只呈现部分内容,查看完整文章请到WiFiDog官网社区http://www.wifidog.pro/2015/06/22/openwrt%E6%B7%BB%E5%8A%A0%E6%96%B0%E8%AE%BE%E5%A4%87.html ,转载请注明出处

    相关文章

      网友评论

          本文标题:OpenWRT中添加对小度路由的支持

          本文链接:https://www.haomeiwen.com/subject/tgosqttx.html