From: Luis R. Rodriguez Date: Tue, 12 Jan 2010 02:21:26 +0000 (-0800) Subject: Stop carrying around the include/linux/unaligned stuff X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ba3cd32c073689b6bc23b7feb1c43b01283fb474;p=openwrt%2Fstaging%2Fblogic.git Stop carrying around the include/linux/unaligned stuff The compat module will take care of that for us now. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index d25466b96c70..7fecccf2f4cd 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -223,11 +223,6 @@ done # Top level wireless driver Makefile cp $GIT_TREE/$DIR/Makefile $DIR -DIR="include/linux/unaligned" -echo "Copying $GIT_TREE/$DIR/*" -cp $GIT_TREE/$DIR/* $DIR - - # Compat stuff COMPAT="compat" mkdir -p $COMPAT