diff options
-rwxr-xr-x | scripts/get_linux_config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get_linux_config.sh b/scripts/get_linux_config.sh index c9f39cd87..1ea8b2550 100755 --- a/scripts/get_linux_config.sh +++ b/scripts/get_linux_config.sh @@ -8,6 +8,7 @@ BOARD_PATH=$1 LINUX26_DIR=$2 cd ${TOPDIR}/${BOARD_PATH} +mkdir -p ${LINUX26_DIR} for i in `ls *linux*.config` ; do echo Copying $i ... cp $i ${LINUX26_DIR}/.config |