projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360d6ec
)
Stop carrying around the include/linux/unaligned stuff
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 12 Jan 2010 02:21:26 +0000
(18:21 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 12 Jan 2010 02:21:26 +0000
(18:21 -0800)
The compat module will take care of that for us now.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/admin-update.sh
patch
|
blob
|
history
diff --git
a/scripts/admin-update.sh
b/scripts/admin-update.sh
index d25466b96c7026386e8c48d97fff13819b3ffd14..7fecccf2f4cdc05277305bac9ba32ffa7fb5174c 100755
(executable)
--- 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