diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-19 07:40:42 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-19 07:40:42 +0000 |
commit | 518379352319449090b64bdf01e897da8c831289 (patch) | |
tree | f00e1fc8cd0ce67531c7a76dad97797766b276e6 /openwrt/package/dnsmasq | |
parent | 9616c3fcf4ad77718e88c1e46ae9ca552491f9e9 (diff) | |
download | mtk-20170518-518379352319449090b64bdf01e897da8c831289.zip mtk-20170518-518379352319449090b64bdf01e897da8c831289.tar.gz mtk-20170518-518379352319449090b64bdf01e897da8c831289.tar.bz2 |
sync with buildroot2 from uclibc
SVN-Revision: 262
Diffstat (limited to 'openwrt/package/dnsmasq')
-rw-r--r-- | openwrt/package/dnsmasq/Makefile.in | 3 | ||||
-rw-r--r-- | openwrt/package/dnsmasq/dnsmasq.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/package/dnsmasq/Makefile.in b/openwrt/package/dnsmasq/Makefile.in deleted file mode 100644 index 36548bd..0000000 --- a/openwrt/package/dnsmasq/Makefile.in +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y) -TARGETS+=dnsmasq -endif diff --git a/openwrt/package/dnsmasq/dnsmasq.mk b/openwrt/package/dnsmasq/dnsmasq.mk index b1848c6..e6b50a2 100644 --- a/openwrt/package/dnsmasq/dnsmasq.mk +++ b/openwrt/package/dnsmasq/dnsmasq.mk @@ -48,3 +48,7 @@ dnsmasq-clean: dnsmasq-dirclean: rm -rf $(DNSMASQ_DIR) + +ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y) +TARGETS+=dnsmasq +endif |