summaryrefslogtreecommitdiff
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 8f5f98665..5e93bccb7 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -64,7 +64,8 @@ install-ip:
install-tc:
${INSTALL_DIR} ${IDIR_TC}/{lib/tc,usr/sbin}
- ${INSTALL_DATA} ${WRKINST}/lib/tc/* ${IDIR_TC}/lib/tc/
+ # use ${CP} here, since m_ipt.so is a symlink to m_xt.so
+ ${CP} ${WRKINST}/lib/tc/{m_*.so,*.dist} ${IDIR_TC}/lib/tc/
${INSTALL_BIN} ${WRKINST}/sbin/tc ${IDIR_TC}/usr/sbin/
install-tc-atm: