Changes between Version 29 and Version 30 of linux/kernel


Ignore:
Timestamp:
10/14/2022 10:46:49 PM (2 years ago)
Author:
Ryan Erbstoesser
Comment:

add small example

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v29 v30  
    404404}}}
    405405 * Note that OpenWrt uses a flat directory structure for kernel modules
     406
     407For a more simple process for bringing in a new kernel tarball on top of Ubuntu: (change wget link accordingly....)
     408{{{
     409wget http://dev.gateworks.com/ventana/images/gateworks-linux-5.15.48.tar.xz
     410tar -C / -xvf gateworks-linux-5.15.48.tar.xz --keep-directory-symlink
     411sync
     412reboot
     413#after reboot:
     414depmod -a
     415}}}
    406416
    407417