From 95a53202c869b75ece3059e661a443704095bed9 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 15 Feb 2012 19:19:45 +0000 Subject: [PATCH] batman: mark the gateway module as broken, it does not compile with any recent kernels git-svn-id: svn://svn.openwrt.org/openwrt/packages@30557 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/batman/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/batman/Makefile b/net/batman/Makefile index cd4a2ec56..4026496ae 100644 --- a/net/batman/Makefile +++ b/net/batman/Makefile @@ -59,7 +59,7 @@ endef define KernelPackage/batgat $(call Package/batmand/Default) SUBMENU:=Network Support - DEPENDS:=+batmand + DEPENDS:=+batmand @BROKEN TITLE:=B.A.T.M.A.N. gateway module FILES:=$(PKG_KMOD_BUILD_DIR)/batgat.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,batgat)