Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit beed2bbdeae95f779a4f4a9229c21055087893d5 Author: Sven Eckelmann sven@narfation.org Date: Mon Oct 22 12:37:38 2018 +0200
batman-adv-devel: Re-add kmod-lib-crc16 back to dependency line
The OpenWrt dependency builder cannot extract the crc16 dependency from the KMOD_BATMAN_ADV_BLA dependencies. They have to be specified directly in the OpenWrt Makefile's DEPENDS line to avoid error when BLA is enabled:
Package kmod-batman-adv is missing dependencies for the following libraries: crc16.ko
Reported-by: Lech Perczak lech.perczak@gmail.com Fixes: 0db66160aaab ("batman-adv: Sync config options with kernel Kconfig") Signed-off-by: Sven Eckelmann sven@narfation.org
beed2bbdeae95f779a4f4a9229c21055087893d5 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 0995507..7dd42b7 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -41,7 +41,7 @@ define KernelPackage/batman-adv-devel URL:=https://www.open-mesh.org/ MAINTAINER:=Simon Wunderlich sw@simonwunderlich.de SUBMENU:=Network Support - DEPENDS:=+kmod-lib-crc32c +kmod-cfg80211 + DEPENDS:=+BATMAN_ADV_DEVEL_BLA:kmod-lib-crc16 +kmod-lib-crc32c +kmod-cfg80211 TITLE:=B.A.T.M.A.N. Adv devel FILES:=$(PKG_BUILD_DIR)/net/batman-adv/batman-adv.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoProbe,batman-adv)