diff options
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 100deafe85..87585d1267 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -31,6 +31,10 @@ $(call Package/iproute2/Default) TITLE:=Routing control utility endef +define Package/ip/conffiles +/etc/iproute2/rt_tables +endef + define Package/tc $(call Package/iproute2/Default) TITLE:=Traffic control utility |