diff mbox

olsr: fix package name display

Message ID f2e7a59828f3542eeca072e3c450be24df0555c4.1479447577.git.baruch@tkos.co.il
State Accepted
Headers show

Commit Message

Baruch Siach Nov. 18, 2016, 5:39 a.m. UTC
Use the package name, olsr, instead of the tarball file name.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/olsr/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Nov. 19, 2016, 9:58 a.m. UTC | #1
Hello,

On Fri, 18 Nov 2016 07:39:37 +0200, Baruch Siach wrote:
> Use the package name, olsr, instead of the tarball file name.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/olsr/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/olsr/Config.in b/package/olsr/Config.in
index 2f3d024bd6df..85c5b4da1f87 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