Changeset a72a15a in freewrt
- Timestamp:
- Sep 2, 2009, 11:02:05 AM (16 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 8c0c060
- Parents:
- 9d31fe2
- Location:
- package/dnsmasq
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
patches/110-leases-path.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/dnsmasq/Makefile
r9d31fe2 ra72a15a 8 8 9 9 PKG_NAME:= dnsmasq 10 PKG_VERSION:= 2. 4710 PKG_VERSION:= 2.50 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 4524081e56d0b935717d493e8e8d3e1112 PKG_MD5SUM:= f7b1e17c590e493039537434c57c9de7 13 13 PKG_INIT:= 50 14 14 -
package/dnsmasq/patches/110-leases-path.patch
r9d31fe2 ra72a15a 1 diff -Nur dnsmasq-2. 47.orig/dnsmasq.conf.example dnsmasq-2.47/dnsmasq.conf.example2 --- dnsmasq-2. 47.orig/dnsmasq.conf.example 2009-01-03 21:28:51.000000000 +01003 +++ dnsmasq-2. 47/dnsmasq.conf.example 2009-03-02 12:10:49.000000000 +01004 @@ - 381,7 +381,7 @@1 diff -Nur dnsmasq-2.50.orig/dnsmasq.conf.example dnsmasq-2.50/dnsmasq.conf.example 2 --- dnsmasq-2.50.orig/dnsmasq.conf.example 2009-08-21 23:21:57.000000000 +0200 3 +++ dnsmasq-2.50/dnsmasq.conf.example 2009-09-02 10:57:09.000000000 +0200 4 @@ -410,7 +410,7 @@ 5 5 # The DHCP server needs somewhere on disk to keep its lease database. 6 6 # This defaults to a sane location, but if you want to change it, use … … 11 11 # Set the DHCP server to authoritative mode. In this mode it will barge in 12 12 # and take over the lease for any client which broadcasts on the network, 13 diff -Nur dnsmasq-2. 47.orig/src/config.h dnsmasq-2.47/src/config.h14 --- dnsmasq-2. 47.orig/src/config.h 2009-02-05 13:14:24.000000000 +010015 +++ dnsmasq-2. 47/src/config.h 2009-03-02 12:11:31.000000000 +010013 diff -Nur dnsmasq-2.50.orig/src/config.h dnsmasq-2.50/src/config.h 14 --- dnsmasq-2.50.orig/src/config.h 2009-08-21 23:21:55.000000000 +0200 15 +++ dnsmasq-2.50/src/config.h 2009-09-02 10:57:36.000000000 +0200 16 16 @@ -45,7 +45,7 @@ 17 17 # elif defined(__sun__) || defined (__sun)
Note:
See TracChangeset
for help on using the changeset viewer.
