diff options
Diffstat (limited to 'package/input-tools/input-tools.mk')
-rw-r--r-- | package/input-tools/input-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/input-tools/input-tools.mk b/package/input-tools/input-tools.mk index daf07556d..0c5b523c6 100644 --- a/package/input-tools/input-tools.mk +++ b/package/input-tools/input-tools.mk @@ -15,7 +15,7 @@ INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_JSTEST) += jstest define INPUT_TOOLS_DEBIAN_PATCHES if [ -d $(@D)/debian/patches ]; then \ - toolchain/patch-kernel.sh $(@D) $(@D)/debian/patches \*.patch; \ + support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \ fi endef |