Browse Source

kernel/macremapper: fix compile err on mipsel

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
lilik-openwrt-22.03
Carey Sonsino 5 years ago
parent
commit
6224f8fa6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/macremapper/Makefile

+ 1
- 1
kernel/macremapper/Makefile 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))

Loading…
Cancel
Save