eeqp8zvi.sh
file expires in 5 months | | 434 B | torrent | get
.
function custom_kernel_config__force_gpio_sysfs() {
        kernel_config_modifying_hashes+=("CONFIG_GPIO_SYSFS=y")
        kernel_config_modifying_hashes+=("CONFIG_EXPERT=y")
        if [[ -f .config ]]; then
                display_alert "Enabling obsolete GPIO_SYSFS in kernel config" "armbian-kernel" "wrn"
                kernel_config_set_y CONFIG_GPIO_SYFS
                kernel_config_set_y CONFIG_EXPERT
        fi
}