lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 6e0c104208d215b50c2b832b3f08349e588ce1a6
parent d0a1e529fadb246409b381cdc87abf34a2ca3552
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 20 Sep 2016 16:05:24 +0300

dhcp-forwarder: use Savannah download alias, remove conffiles indent

Minor tweaks to the new package:
* Use the SAVANNAH download alias
* Remove indentation from conffiles

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

Diffstat:
Mnet/dhcp-forwarder/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/dhcp-forwarder/Makefile b/net/dhcp-forwarder/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=dhcp-forwarder PKG_VERSION:=0.11 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://savannah.nongnu.org/download/dhcp-fwd/ +PKG_SOURCE_URL:=@SAVANNAH/dhcp-fwd/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=9d1ea7939fef93ae7d7caef43397a908 @@ -51,7 +51,7 @@ define Package/dhcp-forwarder/description endef define Package/dhcp-forwarder/conffiles - /etc/dhcp-fwd.conf +/etc/dhcp-fwd.conf endef CONFIGURE_ARGS += \