projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f88ab9
)
batman: mark the gateway module as broken, it does not compile with any recent kernels
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Feb 2012 19:19:45 +0000
(19:19 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Feb 2012 19:19:45 +0000
(19:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30557
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/batman/Makefile
patch
|
blob
|
history
diff --git
a/net/batman/Makefile
b/net/batman/Makefile
index
cd4a2ec
..
4026496
100644
(file)
--- 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)