packages: move batman kmods into Kernel Modules menu
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman@10606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ecd7e76d91
commit
22eb51edfe
1 changed files with 6 additions and 5 deletions
9
Makefile
9
Makefile
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -28,14 +28,14 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
define Package/batmand/Default
|
define Package/batmand/Default
|
||||||
SECTION:=net
|
|
||||||
CATEGORY:=Network
|
|
||||||
URL:=https://www.open-mesh.net/
|
URL:=https://www.open-mesh.net/
|
||||||
MAINTAINER:=Marek Lindner <lindner_marek@yahoo.de>
|
MAINTAINER:=Marek Lindner <lindner_marek@yahoo.de>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/batmand
|
define Package/batmand
|
||||||
$(call Package/batmand/Default)
|
$(call Package/batmand/Default)
|
||||||
|
SECTION:=net
|
||||||
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpthread +kmod-tun
|
DEPENDS:=+libpthread +kmod-tun
|
||||||
TITLE:=B.A.T.M.A.N. layer 3 routing daemon
|
TITLE:=B.A.T.M.A.N. layer 3 routing daemon
|
||||||
endef
|
endef
|
||||||
|
@ -46,7 +46,8 @@ endef
|
||||||
|
|
||||||
define KernelPackage/batgat
|
define KernelPackage/batgat
|
||||||
$(call Package/batmand/Default)
|
$(call Package/batmand/Default)
|
||||||
DEPENDS:=batmand
|
SUBMENU:=Network Support
|
||||||
|
DEPENDS:=+batmand
|
||||||
TITLE:=B.A.T.M.A.N. gateway module
|
TITLE:=B.A.T.M.A.N. gateway module
|
||||||
FILES:=$(PKG_KMOD_BUILD_DIR)/batgat.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_KMOD_BUILD_DIR)/batgat.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,batgat)
|
AUTOLOAD:=$(call AutoLoad,50,batgat)
|
||||||
|
|
Loading…
Reference in a new issue