Changes between Version 29 and Version 30 of linux/kernel
- Timestamp:
- 10/14/2022 10:46:49 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v29 v30 404 404 }}} 405 405 * Note that OpenWrt uses a flat directory structure for kernel modules 406 407 For a more simple process for bringing in a new kernel tarball on top of Ubuntu: (change wget link accordingly....) 408 {{{ 409 wget http://dev.gateworks.com/ventana/images/gateworks-linux-5.15.48.tar.xz 410 tar -C / -xvf gateworks-linux-5.15.48.tar.xz --keep-directory-symlink 411 sync 412 reboot 413 #after reboot: 414 depmod -a 415 }}} 406 416 407 417