From: Daniel Dickinson <crazycshore@gmail.com>
Date: Sat, 12 Mar 2011 07:27:57 +0000 (+0000)
Subject: iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection submenu of... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=63c68ca40e83969aeefac18173a92aad6d3827ec;p=openwrt%2Fstaging%2Faparcar.git

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