From a3bc6ee1ab2f4c6ea5421bc03c7039fe2b68493f Mon Sep 17 00:00:00 2001
From: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Tue, 5 Oct 2010 17:17:47 +0000
Subject: [PATCH] [package] iproute2: mark /etc/iproute2/rt_tables as conffile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23250 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/iproute2/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 100deafe8..87585d126 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
-- 
2.20.1