build with netconsole and BTRFS
This commit is contained in:
parent
09b764b7fa
commit
cb6d339416
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -32,6 +32,9 @@ build() {
|
||||||
|
|
||||||
make distclean
|
make distclean
|
||||||
make evb-rk3328_defconfig
|
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
|
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
|
||||||
make -j4 EXTRAVERSION=-${pkgrel}
|
make -j4 EXTRAVERSION=-${pkgrel}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue