From: Baruch Siach Date: Fri, 18 Nov 2016 05:39:37 +0000 (+0200) Subject: olsr: fix package name display X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef5596aa03b6376604305b20527e6de51e2b6f11;p=buildroot.git 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 --- 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