1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 21:42:01 +03:00

fix tc package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1057 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-05-25 16:33:43 +00:00
parent 2510403817
commit 4a3db3ee29

View File

@ -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)