mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user