From e130b6f54d0f99ca923e981801043c41e794d9b5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 4 Sep 2019 20:48:08 +0200 Subject: [PATCH] simple-tc: increment PKG_VERSION We had a report of broken builds after this change. Forcing the package metadata to be rebuilt should help. --- net/simple-tc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/simple-tc/Makefile b/net/simple-tc/Makefile index 5c9dd12..120291e 100644 --- a/net/simple-tc/Makefile +++ b/net/simple-tc/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simple-tc -PKG_VERSION:=1 +PKG_VERSION:=2 PKG_CONFIG_DEPENDS := CONFIG_KERNEL_NET_SCH_TBF CONFIG_KERNEL_NET_SCH_INGRESS CONFIG_KERNEL_NET_CLS_BASIC KERNEL_NET_ACT_POLICE