X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a3bc6ee1ab2f4c6ea5421bc03c7039fe2b68493f..31a40f97ef54e10e2b3dc3cacb9cff436657c586:/package/iproute2/Makefile?ds=inline diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 87585d126..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,6 +28,7 @@ endef define Package/ip $(call Package/iproute2/Default) + SUBMENU:=Routing and Redirection TITLE:=Routing control utility endef