kernel/macremapper: fix compile err on mipsel

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
This commit is contained in:
Carey Sonsino 2019-10-15 21:37:34 +00:00
parent 61ec0f815d
commit 6224f8fa6f
1 changed files with 1 additions and 1 deletions

View File

@ -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))