diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-09-03 20:41:38 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-09-03 20:41:38 +0800 |
| commit | ca14eb8c10bc48bdd89409c7e77697bf767af55f (patch) | |
| tree | eaec37d24f45632c138180326c332682d19a6988 /repos | |
| parent | c737e4ae4112570496a50772877ce14044bb20d3 (diff) | |
| download | alicelinux-ca14eb8c10bc48bdd89409c7e77697bf767af55f.tar.gz alicelinux-ca14eb8c10bc48bdd89409c7e77697bf767af55f.zip | |
linux: fix abuild
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/linux/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/linux/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/linux/.checksum b/repos/extra/linux/.checksum index 88e3b006..b11011bb 100644 --- a/repos/extra/linux/.checksum +++ b/repos/extra/linux/.checksum @@ -1,2 +1,2 @@ -3b59ca2d2e5143e907e0bee189d5b2de015d167c1493c7b154b97781cd422a56 dotconfig +f76bedd6581a8d061e83fddd79fb61323c69459c6f5c0e7fed79c374dda9bfc3 dotconfig 2a2640ac23dcf16de439866f7cf5312d300fc5d3cf06dad0052e5bb3ac16e643 linux-6.10.6.tar.xz diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild index fa940011..70687043 100644 --- a/repos/extra/linux/abuild +++ b/repos/extra/linux/abuild @@ -29,7 +29,7 @@ build() { kernver=${version}$(grep CONFIG_LOCALVERSION= .config | cut -d '"' -f2) [ "$MENUCONFIG" ] && make menuconfig -cat .config > $HERE/dotconfig + make bzImage modules make INSTALL_MOD_PATH=$PKG INSTALL_MOD_STRIP=1 modules_install |