diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-25 16:33:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-25 16:33:43 +0000 |
commit | 8a68de75e8aef427106dae3a6b8fcafea639d9cd (patch) | |
tree | 136dcb1c1eb144ea1115078f3c00f1dfb19cf1b0 /openwrt/package | |
parent | 8f21870ebd19ca215516c04c2b8c4abb1e3b489a (diff) | |
download | mtk-20170518-8a68de75e8aef427106dae3a6b8fcafea639d9cd.zip mtk-20170518-8a68de75e8aef427106dae3a6b8fcafea639d9cd.tar.gz mtk-20170518-8a68de75e8aef427106dae3a6b8fcafea639d9cd.tar.bz2 |
fix tc package
SVN-Revision: 1057
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index d832b75..ba8d80e 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/package/iproute2/Makefile @@ -41,7 +41,7 @@ $(IPKG_IPROUTE2_IP): $(IPKG_IPROUTE2_TC): mkdir -p $(IDIR_IPROUTE2_TC)/usr/sbin - cp $(PKG_BUILD_DIR)/ip/ip $(IDIR_IPROUTE2_TC)/usr/sbin/ + cp $(PKG_BUILD_DIR)/tc/tc $(IDIR_IPROUTE2_TC)/usr/sbin/ $(STRIP) $(IDIR_IPROUTE2_TC)/usr/sbin/* $(IPKG_BUILD) $(IDIR_IPROUTE2_TC) $(PACKAGE_DIR) |