Message for kernel config file name

This commit is contained in:
zador-blood-stained 2016-01-02 19:25:01 +03:00
parent 44c601629f
commit 9480a93045

View File

@ -193,6 +193,7 @@ if [ -d "$SOURCES/$LINUXSOURCEDIR" ]; then
display_alert "Using kernel config provided by user" "userpatches/$LINUXCONFIG.config" "info"
cp $SRC/userpatches/$LINUXCONFIG.config $SOURCES/$LINUXSOURCEDIR/.config
else
display_alert "Using kernel config file" "lib/config/$LINUXCONFIG.config" "info"
cp $SRC/lib/config/$LINUXCONFIG.config $SOURCES/$LINUXSOURCEDIR/.config
fi
fi