소스 검색

olsr: fix package name display

Use the package name, olsr, instead of the tarball file name.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch Siach 8 년 전
부모
커밋
ef5596aa03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/olsr/Config.in

+ 1 - 1
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