Commit d2e35c03 authored by Federico Vaga's avatar Federico Vaga Committed by Adam Wujek

configs: move kernel config file to configs/

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 96a207cd
...@@ -33,7 +33,7 @@ done ...@@ -33,7 +33,7 @@ done
# copy the config and replace "-j" level. First remove it in case it's left in # copy the config and replace "-j" level. First remove it in case it's left in
CFG="${patchdir}/linux-config-wrswitch" CFG=$WRS_BASE_DIR/../configs/wrs_linux_defconfig
if [ "x$WRS_KERNEL_CONFIG" != "x" ]; then if [ "x$WRS_KERNEL_CONFIG" != "x" ]; then
if [ -f $WRS_KERNEL_CONFIG ]; then if [ -f $WRS_KERNEL_CONFIG ]; then
CFG=$WRS_KERNEL_CONFIG CFG=$WRS_KERNEL_CONFIG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment