X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/177f4b12586ae2afc990f7ab141df556cecd423e..e3d97e60d82760a934bb65b3f67df992c434e4a6:/package/iproute2/Makefile?ds=sidebyside diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 100deafe8..7ffdfc02b 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 PKG_VERSION:=2.6.35 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/ @@ -28,9 +28,14 @@ endef define Package/ip $(call Package/iproute2/Default) + SUBMENU:=Routing and Redirection 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