|
|
@ -6,8 +6,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
DNSMASQ_SITE=http://thekelleys.org.uk/dnsmasq
|
|
|
|
DNSMASQ_SITE=http://thekelleys.org.uk/dnsmasq
|
|
|
|
ifeq ($(filter $(TARGETS),dnsmasq1),) |
|
|
|
ifeq ($(filter $(TARGETS),dnsmasq1),) |
|
|
|
DNSMASQ_SOURCE=dnsmasq-2.6.tar.gz
|
|
|
|
DNSMASQ_SOURCE=dnsmasq-2.8.tar.gz
|
|
|
|
DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.6
|
|
|
|
DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.8
|
|
|
|
DNSMASQ_VER=dnsmasq2
|
|
|
|
DNSMASQ_VER=dnsmasq2
|
|
|
|
else |
|
|
|
else |
|
|
|
DNSMASQ_SOURCE=dnsmasq-1.18.tar.gz
|
|
|
|
DNSMASQ_SOURCE=dnsmasq-1.18.tar.gz
|
|
|
|