summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/files
Commit message (Collapse)AuthorAgeFilesLines
* add fix from ticket #2290thepeople2007-09-101-4/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Finally fix the usage of limit (#2240)florian2007-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix incorrect parametersthepeople2007-08-301-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo closes #2289thepeople2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: extend the init script thanks Sedkythepeople2007-08-291-17/+185
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use a more explicit variable name for the number of dhcp leases (#2240)florian2007-08-192-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use the end variable instead of limit (#2142)florian2007-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include the network state in the dnsmasq init script. this makes it possible ↵nbd2007-06-301-0/+1
| | | | | | to run a dhcp server on dynamically assigned interfaces without hardcoding interface names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not cache negative answersflorian2007-06-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: speed up the dhcp server detection (one try is enough)nbd2007-04-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow dhcp sections for dnsmasq to add command line optionsnbd2007-03-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵nbd2007-03-173-48/+63
| | | | | | rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forward port whiterussian resolv.conf changesnbd2007-01-082-2/+8
| | | | | | | | | /etc/resolv.conf links to /tmp/resolv.conf /tmp/resolv.conf links to /tmp/resolv.conf.auto by default (which is where the ISPs nameserver is in) When dnsmasq starts, it replaces /tmp/resolv.conf with a file pointing to 127.0.0.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6043 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add START=60 to dnsmasq initnbd2006-11-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move /usr/lib/parse-config.awk to /lib/config/template.awknbd2006-10-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new rc.common for standardized init scripts, convert existing init scriptsnbd2006-10-041-50/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4915 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix missing update for include() api change (#815)nbd2006-10-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix error if dhcp is disabledmbm2006-08-081-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only set dhcp_enable if lan proto is set to staticnbd2006-07-301-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewrite of the network scripts and configurationnbd2006-07-301-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use 127.0.0.1 as dns server and point dnsmasq to /tmp/resolv.confnbd2006-07-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* large init script cleanup and merge of whiterussian changes, new dnsmasq ↵nbd2006-04-053-31/+52
| | | | | | config handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set dhcp lease file in dnsmasq.conf instead of /tmp/dhcp.leasesnbd2006-01-112-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed ticket #169 thanks to gps !florian2006-01-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)nbd2005-12-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix dnsmasq init scriptnbd2005-10-171-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set dnsmasq except-interface in init script to wan_ifname instead of vlan1nbd2005-09-072-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync dnsmasq with whiterussiannbd2005-07-252-0/+50
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1556 3c298f89-4303-0410-b956-a3cf2f4a3e73