Explorar o código

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
Daniel Dickinson %!s(int64=15) %!d(string=hai) anos
pai
achega
63c68ca40e
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      package/iproute2/Makefile
  2. 1 0
      package/relayd/Makefile

+ 1 - 0
package/iproute2/Makefile

@@ -28,6 +28,7 @@ endef
 
 define Package/ip
 $(call Package/iproute2/Default)
+  SUBMENU:=Routing and Redirection
   TITLE:=Routing control utility
 endef
 

+ 1 - 0
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