Skip to content

Commit

Permalink
linux-4.19.37: Remove comment
Browse files Browse the repository at this point in the history
The commented out line `make firmware_install` no longer makes sense,
because sinse 4.14 there is no firmware in the tree and no
firmware_install target [1]. Remove the line.

[1] http://lkml.iu.edu/hypermail/linux/kernel/1709.1/04650.html
  • Loading branch information
donald committed May 2, 2019
1 parent 998ad2f commit d1d257e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linux-4.19.37-260.bee
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ mee_install() {

make modules_install INSTALL_MOD_PATH=${D}
make install INSTALL_PATH=${D}/boot
# make firmware_install INSTALL_MOD_PATH=${D}

rm -v ${D}/lib/modules/${FULLKERNELVERSION}/{source,build}

Expand Down

0 comments on commit d1d257e

Please sign in to comment.