Skip to content

Commit

Permalink
linux-4.14.94: Keep config from bee file
Browse files Browse the repository at this point in the history
Keep the config embedded in the bee file in the build directory as
`config-from-bee-file`. This can be helpfull when tracking changes.
  • Loading branch information
donald committed Jan 17, 2019
1 parent 901567f commit 6196fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux-4.14.94-239.bee
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ mee_patch() {
mee_configure() {
echo "configure $@"
# result from 'make savedefconfig'
cat >.config <<-EOF
cat >config-from-bee-file <<-EOF
CONFIG_LOCALVERSION="$KERNELLOCAL"
CONFIG_KERNEL_BZIP2=y
CONFIG_SYSVIPC=y
Expand Down Expand Up @@ -899,6 +899,7 @@ mee_configure() {
CONFIG_FONT_SUN8x16=y
CONFIG_FONT_SUN12x22=y
EOF
cp config-from-bee-file .config
make olddefconfig
}

Expand Down

0 comments on commit 6196fc1

Please sign in to comment.