Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 451512 Details for
Bug 598138
net-wireless/wpa_supplicant-2.6 - fails to set missing configuration values
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Check for missing config options
wpa-supplicant-config-options.patch (text/plain), 714 bytes, created by
Stefan Ott
on 2016-10-26 15:44:48 UTC
(
hide
)
Description:
Check for missing config options
Filename:
MIME Type:
Creator:
Stefan Ott
Created:
2016-10-26 15:44:48 UTC
Size:
714 bytes
patch
obsolete
>--- wpa_supplicant-2.6.ebuild.orig 2016-10-26 16:04:41.070467689 +0200 >+++ wpa_supplicant-2.6.ebuild 2016-10-26 17:00:55.236688952 +0200 >@@ -70,6 +70,9 @@ > sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo "Kconfig_style_config error uncommenting $CONFIG_PARAM" > #set item = $setting (defaulting to y) > sed -i "/^$CONFIG_PARAM/s/=.*/=$setting/" .config || echo "Kconfig_style_config error setting $CONFIG_PARAM=$setting" >+ if [ -z "$( grep ^$CONFIG_PARAM= .config )" ] ; then >+ echo "$CONFIG_PARAM=$setting" >>.config >+ fi > else > #ensure item commented out > sed -i "/^$CONFIG_PARAM/s/$CONFIG_PARAM/# $CONFIG_PARAM/" .config || echo "Kconfig_style_config error commenting $CONFIG_PARAM"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 598138
: 451512