Change Details
| package/dnsmasq/Makefile |
| 9 | 9 | |
| 10 | 10 | PKG_NAME:=dnsmasq |
| 11 | 11 | PKG_VERSION:=2.55 |
| 12 | | PKG_RELEASE:=3 |
| 12 | PKG_RELEASE:=4 |
| 13 | 13 | |
| 14 | 14 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
| 15 | 15 | PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |
| package/dnsmasq/files/dhcp.conf |
| 18 | 18 | #option nonwildcard 1 |
| 19 | 19 | #list interface br-lan |
| 20 | 20 | #list notinterface lo |
| 21 | #list bogusnxdomain '64.94.110.11' |
| 21 | 22 | |
| 22 | 23 | config dhcp lan |
| 23 | 24 | option interface lan |
| package/dnsmasq/files/dnsmasq.init |
| 55 | 55 | append args "-H $1" |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | append_bogusnxdomain() { |
| 59 | append args "-B $1" |
| 60 | } |
| 61 | |
| 58 | 62 | dnsmasq() { |
| 59 | 63 | local cfg="$1" |
| 60 | 64 | append_bool "$cfg" authoritative "-K" |
| ... | ... | |
| 86 | 90 | config_list_foreach "$cfg" "interface" append_interface |
| 87 | 91 | config_list_foreach "$cfg" "notinterface" append_notinterface |
| 88 | 92 | config_list_foreach "$cfg" "addnhosts" append_addnhosts |
| 93 | config_list_foreach "$cfg" "bogusnxdomain" append_bogusnxdomain |
| 89 | 94 | append_parm "$cfg" "leasefile" "-l" |
| 90 | 95 | append_parm "$cfg" "resolvfile" "-r" |
| 91 | 96 | append_parm "$cfg" "tftp_root" "--tftp-root" |
Download the corresponding diff file