Browse Source

wifidog-ng: replace SUBDIRS with M in package recipe

The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
lilik-openwrt-22.03
David Bauer 4 years ago
parent
commit
b2df633444
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/wifidog-ng/Makefile

+ 1
- 1
net/wifidog-ng/Makefile View File

@ -89,7 +89,7 @@ endef
include $(INCLUDE_DIR)/kernel-defaults.mk
define Build/Compile
$(MAKE) $(KERNEL_MAKEOPTS) SUBDIRS="$(PKG_BUILD_DIR)" modules
$(MAKE) $(KERNEL_MAKEOPTS) M="$(PKG_BUILD_DIR)" modules
endef
$(eval $(call BuildPackage,wifidog-ng-nossl))


Loading…
Cancel
Save