From: Daniel Dickinson Date: Sat, 12 Mar 2011 07:27:57 +0000 (+0000) Subject: [package] iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection subme... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f06cec6fd4a3b309835b558902edad72d1c11fd1 [package] iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection submenu of the Network package group so that they appear with the packages feed packages that are related. SVN-Revision: 26081 --- diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 8e87ca4d36..7ffdfc02b0 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -28,6 +28,7 @@ endef define Package/ip $(call Package/iproute2/Default) + SUBMENU:=Routing and Redirection TITLE:=Routing control utility endef diff --git a/package/relayd/Makefile b/package/relayd/Makefile index 1881da928a..4a0b72978b 100644 --- a/package/relayd/Makefile +++ b/package/relayd/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/relayd SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection TITLE:=Transparent routing / relay daemon DEPENDS:=+libubox endef