diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 17:17:47 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 17:17:47 +0000 |
commit | a3bc6ee1ab2f4c6ea5421bc03c7039fe2b68493f (patch) | |
tree | 872bebde33c9b4eb1773cfaacc663bbbce1de142 | |
parent | c472243aa53bb6b0dc2e17ed4947a213a02cd628 (diff) |
[package] iproute2: mark /etc/iproute2/rt_tables as conffile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23250 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 |