build with netconsole and BTRFS

This commit is contained in:
Remote 2020-03-22 21:17:25 +00:00
parent 09b764b7fa
commit cb6d339416
4 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -32,6 +32,9 @@ build() {
make distclean
make evb-rk3328_defconfig
echo 'CONFIG_CMD_BTRFS=y' >> .config
echo 'CONFIG_FS_BTRFS=y' >> .config
echo 'CONFIG_NETCONSOLE=y' >> .config
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
make -j4 EXTRAVERSION=-${pkgrel}
}