From 4d00567bf269b7e5cd2bc53b45c9282a726eaaa1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 23 Apr 2020 00:35:57 +0300 Subject: busybox: apply patches --- core/busybox/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/busybox/build') diff --git a/core/busybox/build b/core/busybox/build index 7ea1dafc..af6445af 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -1,5 +1,9 @@ #!/bin/sh -e +for patch in *.patch; do + patch -p1 < "$patch" +done + # Build and install regular busybox. # This excludes utilities which require 'suid' to function. make CC="${CC:-gcc}" -- cgit v1.2.3