From: Luis R. Rodriguez Date: Wed, 24 Oct 2012 15:07:25 +0000 (-0700) Subject: compat-drivers: fix admin-update.sh network X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8429406796abf24623ea72347da18deb5f12884b;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: fix admin-update.sh network Sujith reported that building after admin-update.sh network we get a build error with drm. Fix this by creating an empy drm Makefile. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index 9b850261adcf..7d6830e2084a 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -539,6 +539,8 @@ if [[ "$ENABLE_DRM" == "1" ]]; then # Finally get the DRM top-level makefile cp $GIT_TREE/drivers/gpu/drm/Makefile drivers/gpu/drm +else + touch drivers/gpu/drm/Makefile fi # Staging drivers in their own directory