Skip to content

myly10/openwrt-pdnsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Pdnsd for OpenWrt/LEDE

简介

本项目是 pdnsd 在 OpenWrt/LEDE 上的移植

编译

  • 从 OpenWrt 的 SDK 编译

    # 以 ar71xx 平台为例
    tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
    cd OpenWrt-SDK-ar71xx-*
    git clone https://github.com/Hill-98/openwrt-pdnsd package/pdnsd
    # 选择要编译的包 Network -> pdnsd
    make menuconfig
    # 开始编译
    make package/pdnsd/compile V=99

About

OpenWrt/LEDE For Pdnsd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%