Browse Source

sqm-scripts: Drop dependency on 'ip'.

lilik-openwrt-22.03
Toke Høiland-Jørgensen 9 years ago
parent
commit
7069b07a12
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/sqm-scripts/Makefile

+ 2
- 2
net/sqm-scripts/Makefile View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sqm-scripts
PKG_SOURCE_VERSION:=90399ffc4ddbe0b25374682d7914afee3d522328
PKG_VERSION:=1.0.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=GPLv2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/sqm-scripts
SECTION:=net
CATEGORY:=Base system
DEPENDS:=+tc +kmod-sched +kmod-ifb iptables +ip \
DEPENDS:=+tc +kmod-sched +kmod-ifb +iptables \
+iptables-mod-ipopt +iptables-mod-conntrack-extra
TITLE:=SQM Scripts (QoS)
PKGARCH:=all


Loading…
Cancel
Save