From: nbd Date: Wed, 15 Feb 2012 19:19:45 +0000 (+0000) Subject: batman: mark the gateway module as broken, it does not compile with any recent kernels X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=95a53202c869b75ece3059e661a443704095bed9;p=packages.git 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 --- 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)