mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- add support for lzma compression linux: - build with squashfs lzma support project/intel: - build kernel with squashfs lzma support project/ION: - build kernel with squashfs lzma support
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options
|
|
|
|
mkdir -p $ROOT/$TOOLCHAIN/bin
|
|
cp -rf $BUILD/$1*/squashfs-tools/mksquashfs $ROOT/$TOOLCHAIN/bin
|