diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-07-21 12:06:30 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-07-21 23:05:22 -0400 |
commit | 51b56166c4547506ad93de453b150bfd4de99d33 (patch) | |
tree | 2eed65fe882a8ade5708145c97ec4505dda26f4b | |
parent | c21f846561e049965ff6052314fce622198f3801 (diff) | |
download | abslibre-51b56166c4547506ad93de453b150bfd4de99d33.tar.gz abslibre-51b56166c4547506ad93de453b150bfd4de99d33.tar.bz2 abslibre-51b56166c4547506ad93de453b150bfd4de99d33.zip |
linux-libre-64: added CONFIG_BATTERY_CW2015 option
-rw-r--r-- | libre/linux-libre-64/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-64/config.aarch64 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-64/PKGBUILD b/libre/linux-libre-64/PKGBUILD index b3e70eb8d..a75d06f1d 100644 --- a/libre/linux-libre-64/PKGBUILD +++ b/libre/linux-libre-64/PKGBUILD @@ -138,7 +138,7 @@ sha512sums_armv7h=('5a75b12dd386940a0bf1be630d45a514ef3c32289ec5976988764baa8483 '85b2e16a930b8066990c42f973d386dc3c6d62fdf3d1289bbb51df3df296c26f30051162fba49a42d38f71f05de926aa8c065097f14bd8e9f8e28a52949ead00' '2e99582d8b670b6c6b27add14b60e957cbcf9cd6aae40491bd9dea6ac455c0ade0bbee21e3bdfb5e06ce83ad27c5a788404b05bf7ac93831ca18d2e60a67017c' '5b77c587cf2ffb60acf1d9eb43330983548c7e81a53e0ffd2b04962a99441a0000d631ff77c245c7062afc2c8368d996a2456496d42dcb658f330e5083e5e029') -sha512sums_aarch64=('bc7b70863929737346fe6757373897391b43af36bb6884d5351a95aca0f9120f2d2cf9b9c2c6426a440c6b394e9fb334c280711d64081563322a834ecdfb2ba6' +sha512sums_aarch64=('0510d1ad02d0ed0dbc03084fa36ae27b869eec8efe74dbe063b76a0b5ff09828c728baa17b89d20d092b310f3142656bcd9c66f006a6b7800ecd36550b6e15be' '69e81aff3ac5aada75f7330e8c82d0a6aa229585b3f442b2e1a9b86681b0eadc925408d5e2377026599fb0dee72d29043eca4d072b0e2606adc34c872e95c7d6' '4224779106cc520dc2c431322d9693cc968476706854ae9630611cf2896c48a34ca11bf31a4c3995573a128cf5838a6763bac86eb4cbaf509ade9b6a83a24369') sha512sums_armv7h=( ${sha512sums_aarch64[*]} ) # cross-compile over-ride diff --git a/libre/linux-libre-64/config.aarch64 b/libre/linux-libre-64/config.aarch64 index 9552782c8..d85efd173 100644 --- a/libre/linux-libre-64/config.aarch64 +++ b/libre/linux-libre-64/config.aarch64 @@ -4705,7 +4705,7 @@ CONFIG_POWER_SUPPLY_HWMON=y # CONFIG_GENERIC_ADC_BATTERY is not set # CONFIG_TEST_POWER is not set # CONFIG_CHARGER_ADP5061 is not set -# CONFIG_BATTERY_CW2015 is not set +CONFIG_BATTERY_CW2015=y # CONFIG_BATTERY_DS2760 is not set # CONFIG_BATTERY_DS2780 is not set # CONFIG_BATTERY_DS2781 is not set |