Comment 30 for bug 1259861

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

$ for d in karmic lucid maverick natty oneiric precise quantal raring saucy trusty utopic vivid wily xenial; do
    echo "$d: $(wget -q http://kernel.ubuntu.com/~kernel-ppa/configs/$d/i386-config.flavour.generic -O - | grep -w CONFIG_IP_PNP)"
done

karmic:
lucid:
maverick:
natty: # CONFIG_IP_PNP is not set
oneiric: # CONFIG_IP_PNP is not set
precise: # CONFIG_IP_PNP is not set
quantal: # CONFIG_IP_PNP is not set
raring: CONFIG_IP_PNP=y
saucy: CONFIG_IP_PNP=y
trusty: CONFIG_IP_PNP=y
utopic: CONFIG_IP_PNP=y
vivid: CONFIG_IP_PNP=y
wily: CONFIG_IP_PNP=y
xenial: