diff options
-rwxr-xr-x | scripts/create_lk_drm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_lk_drm.sh b/scripts/create_lk_drm.sh index 6939faae..ff8361e2 100755 --- a/scripts/create_lk_drm.sh +++ b/scripts/create_lk_drm.sh @@ -30,6 +30,6 @@ if [ $VERS = 2.4 ] ;then cp linux/Config.in $OUTDIR/ elif [ $VERS = 2.6 ] ;then echo "Copying 2.6 Kernel files" - cp linux/Kconfig $OUTDIR/ + cp linux-core/Kconfig $OUTDIR/ fi |