Browse Source

bmon: fix ncurses dependency

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 9 years ago
parent
commit
b1139e7e73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/bmon/Makefile

+ 1
- 1
net/bmon/Makefile View File

@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/bmon
SECTION:=net
CATEGORY:=Network
DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl-core +libnl-route +confuse +terminfo
DEPENDS:=+libncursesw +libnl-core +libnl-route +confuse +terminfo
TITLE:=bmon is a portable bandwidth monitor
URL:=https://github.com/tgraf/bmon/
endef


Loading…
Cancel
Save