From 8f42f3e539528ac6d16108d4a704dc74aefc68b3 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 7 Nov 2021 14:54:05 +0800 Subject: [PATCH] iproute2: remove qos-gargoyle hack Signed-off-by: Tianling Shen --- package/network/utils/iproute2/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index eb8295a065..ca3cb4753a 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -173,10 +173,6 @@ define Build/InstallDev $(CP) $(PKG_BUILD_DIR)/include/{libgenl,libnetlink}.h $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_BUILD_DIR)/lib/libnetlink.a $(1)/usr/lib/ - # Hack for qos-gargoyle - $(INSTALL_DIR) $(1)/usr/lib/iproute2/{tc,lib,include} - $(CP) $(PKG_BUILD_DIR)/{tc,include,lib} $(1)/usr/lib/iproute2 - # Hack end endef define Package/ip-tiny/install