forked from ventoy/Ventoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
478 changed files
with
10,298 additions
and
745 deletions.
There are no files selected for viewing
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
======== Build busybox 1.32 for aarch64 ======== | ||
|
||
ARCH=arm64 CROSS_COMPILE=aarch64-linux- make defconfig | ||
ARCH=arm64 CROSS_COMPILE=aarch64-linux- make menuconfig | ||
----> enable static build | ||
----> enable ar | ||
----> enable inotifyd | ||
|
||
|
||
ARCH=arm64 CROSS_COMPILE=aarch64-linux- make | ||
|
||
|
||
|
||
|
||
ARCH=arm64 CROSS_COMPILE=aarch64-linux- make allnoconfig | ||
|
||
|
||
======== use mini-native-x86_64 uclibc to build ash/hexdump/busybox for x86_64 ========== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.