kernel/macremapper: fix compile err on mipsel
authorCarey Sonsino <redacted>
Tue, 15 Oct 2019 21:37:34 +0000 (21:37 +0000)
committerCarey 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

index fc242eee8e763efbdd3d8b3d601d67b7e63b42b6..69416c260c8a3135ef4c4f96df32cc99716bc04e 100644 (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))
git clone https://git.99rst.org/PROJECT