X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ae7ca82046265074a941a58c153c4d66ff305859..5088fe8d0b455e59ba6e0a9e1ff95ab7fb6f2f8f:/package/dnsmasq/Makefile diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index de2571a79..46769bd62 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -22,8 +22,6 @@ define Package/dnsmasq SECTION:=net CATEGORY:=Base system TITLE:=A lightweight DNS and DHCP server - DESCRIPTION:=\ - It is intended to provide coupled DNS and DHCP service to a LAN. URL:=http://www.thekelleys.org.uk/dnsmasq/ endef @@ -31,6 +29,10 @@ define Package/dnsmasq/conffiles /etc/dnsmasq.conf endef +define Package/dnsmasq/description + It is intended to provide coupled DNS and DHCP service to a LAN. +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \