Bug 2575

Summary: rkfill applet introduced in busybox 1.17.0 not compiled with old(<=2.6.22) linux kernel headers
Product: Busybox Reporter: Sergey Gusarov <laborer2008>
Component: OtherAssignee: unassigned
Status: RESOLVED WONTFIX    
Severity: major CC: busybox-cvs
Priority: P5    
Version: 1.17.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Sergey Gusarov 2010-09-17 13:33:09 UTC
Subj.

Required file include/linux/rfkill.h for rkfill added to kernel with 2.6.23 release and therefore compilation fault.

Necessary to determine the version of the kernel headers presented in toolchain and mask unsupported applet. Or otherwise inform the users about it.
Comment 1 Denys Vlasenko 2010-10-28 22:34:36 UTC
I decided to not add additional machinery to detect and provide special error message for this case.