From: cshore 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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d011a32a8b64a07e70bff72d767bebf464cf4487;p=openwrt.git [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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26081 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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