parent
b78181e71d
commit
c8ceb3b284
|
@ -35,7 +35,7 @@ installPhase() {
|
||||||
|
|
||||||
# Copy the bzImage and System.map.
|
# Copy the bzImage and System.map.
|
||||||
cp System.map $out
|
cp System.map $out
|
||||||
cp arch/$arch/bzImage $out/vmlinuz
|
cp arch/$arch/boot/bzImage $out/vmlinuz
|
||||||
|
|
||||||
# Install the modules in $out/lib/modules with matching paths
|
# Install the modules in $out/lib/modules with matching paths
|
||||||
# in modules.dep (i.e., refererring to $out/lib/modules, not
|
# in modules.dep (i.e., refererring to $out/lib/modules, not
|
||||||
|
|
Loading…
Reference in New Issue