mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
ipt-trigger: Revert ipt-trigger build kludge
The change to makefile was made because of inconsistent behavior between coreutils and uutils. Considering we don't use uutils in containers right now (and that by the time uutils becomes Ubuntu LTS standard, its behavior is likely to change), we shouldn't patch things for it.
This commit is contained in:
parent
3a7923639c
commit
ce12d5b035
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ define Build/InstallDev
|
|||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)/src/ipv4" modules
|
||||
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)/src/ipv6" modules
|
||||
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)/src/ipv4/" modules
|
||||
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)/src/ipv6/" modules
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ipt-trigger))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue