projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ebaa0
)
wifidog-ng: replace SUBDIRS with M in package recipe
author
David Bauer
<mail@david-bauer.net>
Tue, 10 Mar 2020 23:49:30 +0000
(
00:49
+0100)
committer
David Bauer
<mail@david-bauer.net>
Tue, 10 Mar 2020 23:49:30 +0000
(
00:49
+0100)
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>
net/wifidog-ng/Makefile
patch
|
blob
|
history
diff --git
a/net/wifidog-ng/Makefile
b/net/wifidog-ng/Makefile
index c936e3ad5c0ad25835139f3d0499f550e20e1928..b9d7d764105c0ce6ad3779c3f23f2ca0fe3bc4c7 100644
(file)
--- a/
net/wifidog-ng/Makefile
+++ b/
net/wifidog-ng/Makefile
@@
-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))