iproute2: remove qos-gargoyle hack

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-11-07 14:54:05 +08:00
parent 786a6828e7
commit 8f42f3e539
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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