git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
61ec0f8
)
kernel/macremapper: fix compile err on mipsel
author
Carey Sonsino
<redacted>
Tue, 15 Oct 2019 21:37:34 +0000
(21:37 +0000)
committer
Carey Sonsino
<redacted>
Tue, 15 Oct 2019 21:37:34 +0000
(21:37 +0000)
Signed-off-by: Chen Minqiang <redacted>
Signed-off-by: Carey Sonsino <redacted>
kernel/macremapper/Makefile
patch
|
blob
|
history
diff --git
a/kernel/macremapper/Makefile
b/kernel/macremapper/Makefile
index fc242eee8e763efbdd3d8b3d601d67b7e63b42b6..69416c260c8a3135ef4c4f96df32cc99716bc04e 100644
(file)
--- a/
kernel/macremapper/Makefile
+++ b/
kernel/macremapper/Makefile
@@
-36,7
+36,7
@@
define KernelPackage/macremapper/description
Linux kernel module for implementation the DCW filtering mechanism
endef
-MAKE_FLAGS += KERNEL_SRC=$(LINUX_DIR)
+MAKE_FLAGS += KERNEL_SRC=$(LINUX_DIR)
ARCH=$(LINUX_KARCH)
MAKE_PATH:=kernelmod
$(eval $(call KernelPackage,macremapper))
git clone https://git.99rst.org/PROJECT