From 23ea28362274e2fcc907177a9c8ce9ae7bd3cdb0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 28 Mar 2010 14:55:04 +0000 Subject: [PATCH] ucarp: add dependency on ip instead of messing with busybox default config (closes: #6968), bump release number SVN-Revision: 20543 --- net/ucarp/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile index 444005fab..63051cb01 100644 --- a/net/ucarp/Makefile +++ b/net/ucarp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ucarp PKG_VERSION:=1.5.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.pureftpd.org/pub/ucarp @@ -23,7 +23,7 @@ define Package/ucarp SECTION:=net CATEGORY:=Network TITLE:=Lets several hosts share one IP - DEPENDS:=+libpcap + DEPENDS:=+ip +libpcap URL:=http://www.ucarp.org/project/ucarp endef @@ -37,11 +37,6 @@ define Package/ucarp/conffiles /etc/ucarp.conf endef -define Package/ucarp/config - select BUSYBOX_CONFIG_IP - select BUSYBOX_CONFIG_FEATURE_IP_ADDRESS -endef - define Package/ucarp/install $(INSTALL_DIR) $(1)/etc $(INSTALL_CONF) ./files/ucarp.conf $(1)/etc/ -- 2.30.2