From 6457561c19cfb33931ca5c7c7d1067b5bbe1f8cc Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 12 Mar 2011 06:55:07 +0000 Subject: [PATCH] [net] Routing and Redirection: Moved programs for routing and redirecting/relaying traffic to the Routing and Redirection submenu. git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@26072 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 821e33a..db1bc37 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ define Package/batmand $(call Package/batmand/Default) SECTION:=net CATEGORY:=Network + SUBMENU:=Routing and Redirection DEPENDS:=+libpthread +kmod-tun TITLE:=B.A.T.M.A.N. layer 3 routing daemon endef