No description
Find a file
Bruno Martins 682dd6b689 kernel: Ensure that module load lists are properly formed
Do not allow module load lists to contain unexistent kernel modules
and bail out if that's the case, informing that the list must be
corrected.

The lists can be formed including the full module path and with or
without the file extension, like shown below:

  kernel/drivers/watchdog/softdog.ko
  kernel/net/wireless/cfg80211.ko
  kernel/net/mac80211/mac80211.ko

or simply:

  softdog.ko
  cfg80211.ko
  mac80211.ko

or ultimately:

  softdog
  cfg80211
  mac80211

Either way, the newly generated modules.load file will now only
contain the module name without the extension, which is inline with
modules.alias and modules.blocklist.

Change-Id: I969274f7edf249c98ca241e37b6e41a921d36908
2023-12-14 22:45:39 +00:00
bash_completion Add a bash completion "--force-sync" for repo sync 2015-07-30 15:13:11 +08:00
bootanimation lineage: Use 'intermediates-dir-for' for bootanimation src 2023-10-04 22:37:50 +00:00
build kernel: Ensure that module load lists are properly formed 2023-12-14 22:45:39 +00:00
charger charger: regenerate.sh: Don't delete percent_font.png 2023-10-31 18:28:42 +00:00
config config: Allow forcing minimal/full reserved size 2023-12-13 03:16:22 +02:00
overlay overlay: Remove dimensions that are the same as defaults 2023-11-12 16:22:54 +02:00
prebuilt/common apn: Fix Play MMS 2023-11-27 21:15:06 +00:00
product Add nvidia product 2022-03-03 07:12:38 +01:00
tools Update custom_apns script for Python 3 2023-11-09 10:14:20 +00:00
vars vars: December 2023 Quarterly Platform Release and Security update 2023-12-10 18:21:15 +02:00
.gitignore http_prebuilt: Implement archive of artifacts 2017-01-09 13:42:29 +00:00
LICENSE vendor: we are now LineageOS 2016-12-28 19:44:28 +00:00
README.mkdn README: Jenkins is dead, so point to its replacement 2020-12-10 09:49:17 +01:00

LineageOS
===========

Getting started
---------------

Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device.


Submitting patches
------------------
Patches are always welcome! Please submit your patches via LineageOS Gerrit!

Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html).

To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/).


Buildbot
--------

All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable.

You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos).

Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).