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:
Olga Kitaina 2025-12-23 14:41:00 +04:00
parent 3a7923639c
commit ce12d5b035

View file

@ -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))