projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e168a
)
batman-adv: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:42 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:42 +0000
(
01:56
+0000)
SVN-Revision: 32252
net/batman-adv/Makefile
patch
|
blob
|
history
diff --git
a/net/batman-adv/Makefile
b/net/batman-adv/Makefile
index 3f2737e9ef04db801b306ba8d7efd53e4d04def2..ef40260a120dd31265372784234e1f5e286c5def 100644
(file)
--- a/
net/batman-adv/Makefile
+++ b/
net/batman-adv/Makefile
@@
-28,7
+28,7
@@
define KernelPackage/batman-adv
URL:=http://www.open-mesh.org/
MAINTAINER:=Marek Lindner <lindner_marek@yahoo.de>
SUBMENU:=Network Support
- DEPENDS:=+kmod-lib-crc16
+ DEPENDS:=+kmod-lib-crc16
+libc
TITLE:=B.A.T.M.A.N. Adv
FILES:=$(PKG_BUILD_DIR)/batman-adv.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,batman-adv)