[Buildroot] [git commit] package/w_scan: needs kernel headers >= 3.3

Peter Korsgaard peter at korsgaard.com
Wed Jun 4 20:59:18 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=c9dc0bf07392ec0c3d19f8e665dfe55df787182f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

w_scan needs SYS_DVBC_ANNEX_C, introduced in Linux 3.3.

Fixes:
    http://autobuild.buildroot.net/results/143/143960dc6de5377567dd2a383becc5a7bca90b41/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/w_scan/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/w_scan/Config.in b/package/w_scan/Config.in
index 02cb2c3..23d178a 100644
--- a/package/w_scan/Config.in
+++ b/package/w_scan/Config.in
@@ -1,9 +1,9 @@
 comment "w_scan needs a toolchain w/ headers >= 3.0"
-	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
 
 config BR2_PACKAGE_W_SCAN
 	bool "w_scan"
-	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	help
 	  w_scan is a small command line utility used to perform frequency



More information about the buildroot mailing list