From 9480a9304587eeb2c0d11676c02188206be31b87 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 2 Jan 2016 19:25:01 +0300 Subject: [PATCH] Message for kernel config file name --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index 4588ffbc8f..ca4318aba7 100644 --- a/common.sh +++ b/common.sh @@ -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