1 Commits

Author SHA1 Message Date
Remote
cb6d339416 build with netconsole and BTRFS 2020-03-22 21:17:25 +00:00
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}
}