From: Luis R. Rodriguez Date: Tue, 12 Jan 2010 02:26:15 +0000 (-0800) Subject: Actually copy over the new headers from compat X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6a280f1da33c191c9db0c688e91d8be5986bdd81;p=openwrt%2Fstaging%2Fblogic.git Actually copy over the new headers from compat The last 3 patches removed carrying around some upstream headers but we forgot to ensure compat-wireless copies them over to our local tree. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index 7fecccf2f4cd..c52ff6825d05 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -229,7 +229,7 @@ mkdir -p $COMPAT echo "Copying $GIT_COMPAT_TREE/ files..." cp $GIT_COMPAT_TREE/compat/*.c $COMPAT/ cp $GIT_COMPAT_TREE/compat/Makefile $COMPAT/ -cp $GIT_COMPAT_TREE/include/linux/*.h include/linux/ +cp -a $GIT_COMPAT_TREE/include/linux/* include/linux/ rm -f $COMPAT/*.mod.c # Refresh patches using quilt