Repository : ssh://git@open-mesh.org/openwrt-feed-batman-adv
On branch : master
commit 406b8abc1360f565c26f8caea5e842b33cc05c8d Author: Jo-Philipp Wich jow@openwrt.org Date: Wed Jun 13 11:27:46 2012 +0000
batman-adv-devel: Make kmod-batman-adv-devel depend on libc
OpenWrt implemented strict library dependency checking with r32185. Since the batman kmod package bundles a userspace utility, it must depend on +libc. This dependency is injected automatically into non-kmod packages but must be specified manually for kmods that it.
Signed-off-by: Jo-Philipp Wich jow@openwrt.org
406b8abc1360f565c26f8caea5e842b33cc05c8d batman-adv-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile index 2bb7e36..074be94 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -34,7 +34,7 @@ define KernelPackage/batman-adv-devel 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 devel FILES:=$(PKG_BUILD_DIR)/batman-adv.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,batman-adv)