bmon: Adapt to libnl package split, only depend on required parts 1836/head
authorBaptiste Jonglez <git@bitsofnetworks.org>
Sat, 3 Oct 2015 16:42:58 +0000 (18:42 +0200)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Sat, 3 Oct 2015 16:42:58 +0000 (18:42 +0200)
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
net/bmon/Makefile

index 54e7ff34fc349dbac4c8ee02d7bf4412e04ce888..2a0fd0e44191ba3b690099cebf77343e73d378c7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bmon
 PKG_VERSION:=3.8
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/tgraf/bmon/releases/download/v$(PKG_VERSION)/
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/bmon
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse +terminfo
+  DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl-core +libnl-route +confuse +terminfo
   TITLE:=bmon is a portable bandwidth monitor
   URL:=https://github.com/tgraf/bmon/
 endef