metadata.pl: fix menuconfig code for package features
SVN-Revision: 18386
This commit is contained in:
		| @@ -549,9 +549,10 @@ EOF | |||||||
| 			print <<EOF; | 			print <<EOF; | ||||||
| 	config FEATURE_$feature->{name} | 	config FEATURE_$feature->{name} | ||||||
| 		bool "$feature->{title}" | 		bool "$feature->{title}" | ||||||
| 		help |  | ||||||
| $feature->{description} |  | ||||||
| EOF | EOF | ||||||
|  | 			$feature->{description} =~ /\w/ and do { | ||||||
|  | 				print "\t\thelp\n".$feature->{description}."\n"; | ||||||
|  | 			}; | ||||||
| 		} | 		} | ||||||
| 		print "endchoice\n" | 		print "endchoice\n" | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau