diff options
Diffstat (limited to 'sub/busybox/Makefile')
-rw-r--r-- | sub/busybox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile index 5e60e42..ae5940f 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,5 +1,7 @@ # Version from 2020-01-20 -BUSYBOX_VERSION := 020abc8856f94d6e355f4daa972ac75fb05ae113 +# BUSYBOX_VERSION := 020abc8856f94d6e355f4daa972ac75fb05ae113 +# Version from 2021-01-28 +BUSYBOX_VERSION := 808d93c0eca49e0b22056e23d965f0d967433fbb clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |