Browse Source

Merge pull request #10264 from ewsi/fix-macremapper-compile

kernel/macremapper: fix compile err on mipsel
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
9f3002ba99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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