projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71679b5
)
batman-adv: add missing dependency
author
Felix Fietkau
<
[email protected]
>
Tue, 12 Jun 2012 01:56:42 +0000
(
01:56
+0000)
committer
Felix Fietkau
<
[email protected]
>
Tue, 12 Jun 2012 01:56:42 +0000
(
01:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/batman-adv@32252
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3f2737e9ef04db801b306ba8d7efd53e4d04def2..ef40260a120dd31265372784234e1f5e286c5def 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,7
+28,7
@@
define KernelPackage/batman-adv
URL:=http://www.open-mesh.org/
MAINTAINER:=Marek Lindner <
[email protected]
>
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)