[packages] ucarp: add dependency on ip instead of messing with busybox default config (closes: #6968), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20543 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7d35f87f69
commit
f60cc97aec
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user