Add missing config options, and make prep really fail when it should
This commit is contained in:
parent
60ec942e9f
commit
3a78e4bfde
@ -1597,6 +1597,8 @@ CONFIG_CAN_KVASER_PCI=m
|
||||
CONFIG_CAN_PLX_PCI=m
|
||||
CONFIG_CAN_TSCAN1=m
|
||||
CONFIG_CAN_SLCAN=m
|
||||
CONFIG_CAN_SOFTING=m
|
||||
CONFIG_CAN_SOFTING_CS=m
|
||||
# CONFIG_PCH_CAN is not set
|
||||
CONFIG_NETROM=m
|
||||
CONFIG_ROSE=m
|
||||
|
@ -1378,7 +1378,7 @@ do
|
||||
%if %{listnewconfig_fail}
|
||||
if [ -s .newoptions ]; then
|
||||
cat .newoptions
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
%endif
|
||||
rm -f .newoptions
|
||||
|
Loading…
Reference in New Issue
Block a user