1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 12:43:59 +02:00

olsrd: pud: does not depend on ncurses

BTW According to Matthias there is no ncurses package either way!

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
This commit is contained in:
Ferry Huberts 2017-06-07 10:17:21 +01:00
parent b09c768149
commit 15e50466fb

View File

@ -119,7 +119,7 @@ endef
define Package/olsrd-mod-pud define Package/olsrd-mod-pud
$(call Package/olsrd/template) $(call Package/olsrd/template)
DEPENDS:=olsrd +libgps +ncurses DEPENDS:=olsrd +libgps
TITLE:=Position Update Distribution plugin TITLE:=Position Update Distribution plugin
endef endef