1*4882a593Smuzhiyunconfig BR2_PACKAGE_BASH_COMPLETION 2*4882a593Smuzhiyun bool "bash completion" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_BASH 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun Add bash completion infrastructure. 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun The bash completion infrastructure is enabled by 8*4882a593Smuzhiyun /etc/profile.d/bash_completion.sh, which is normally 9*4882a593Smuzhiyun sourced by /etc/profile. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun If the system does not use the /etc/profile.d directory 12*4882a593Smuzhiyun mechanism, the /etc/profile.d/bash_completion.sh script can 13*4882a593Smuzhiyun be sourced from /etc/bashrc or ~/.bashrc. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun https://github.com/scop/bash-completion 16