From ef5596aa03b6376604305b20527e6de51e2b6f11 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Fri, 18 Nov 2016 07:39:37 +0200 Subject: [PATCH] olsr: fix package name display Use the package name, olsr, instead of the tarball file name. Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- package/olsr/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/olsr/Config.in b/package/olsr/Config.in index 2f3d024bd6..85c5b4da1f 100644 --- a/package/olsr/Config.in +++ b/package/olsr/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_OLSR - bool "olsrd" + bool "olsr" depends on BR2_USE_MMU # fork() depends on BR2_TOOLCHAIN_HAS_THREADS depends on !BR2_STATIC_LIBS -- 2.30.2