Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
340c509
base packaging
Jul 11, 2023
e21051c
UBUNTU: SAUCE: kbuild: add -fcf-protection=none when using retpoline …
Jul 8, 2019
d872e68
UBUNTU: SAUCE: add vmlinux.strip to BOOT_TARGETS1 on powerpc
Sep 9, 2016
910bac8
UBUNTU: SAUCE: tools/hv/lsvmbus -- add manual page
May 27, 2016
c43c4c0
debian changelog
Jul 11, 2023
267cf26
configs (based on Ubuntu-unstable-6.4.0-8.8)
Jul 11, 2023
d6d7090
System76 Linux
jackpot51 Oct 11, 2019
b3f25ed
Add Missing Kernel config. Set all to recommended
13r0ck Dec 13, 2022
42450d4
Additional missing kernel config
13r0ck Feb 9, 2023
9184e6a
chore: Pop packaging
mmstick Jul 6, 2023
00c5e6f
Update debian control file for WireGuard
jacobgkau Apr 12, 2023
7c8ad28
fix: use the requested version of bindgen and rust
mmstick Jun 30, 2023
3dc1fa5
fix: hotfix remove nocf_check attribute for ibt
jglathe Jun 30, 2023
c5b1d7f
fix: add libstdc++-12-dev dependency
mmstick Jul 3, 2023
6f9e60b
DROP ON REBASE: 6.4.3-76060403.202307110536 based on 6.4.3-060403.202…
mmstick Jul 17, 2023
b1ae5bc
ALSA: hda/realtek - Reapply pin fixup for oryp5
crawfxrd Aug 27, 2020
4553b56
pinctrl: Export intel_pinctrl_probe
jackpot51 Sep 14, 2021
ece256e
pinctrl: tigerlake: Workaround for old communities on System76 gaze16
jackpot51 Sep 14, 2021
ad17c5d
Disable tb_acpi_is_native for System76 coreboot machines
jackpot51 Sep 24, 2021
708233d
Mixer-Maps: Add alternate ALC4080
13r0ck Jun 3, 2022
5ff70d1
Rewrite mixer map for TRX40 Aorus Master
13r0ck Jul 28, 2022
b00f1c6
ALSA: hda - Improve 3.5mm hotplug w/ROG strix B550
13r0ck Aug 16, 2022
798d2aa
ALSA: hda/conexant: add a new hda codec CX11970
13r0ck Jan 18, 2023
ab89c90
Enable MGLRU
13r0ck Feb 9, 2023
53ab31a
Revert "misc: rtsx: rts522a rts5228 rts5261 support Runtime PM" (#193)
13r0ck Nov 21, 2022
239aa72
Revert "i2c: acpi: Use ACPI wake capability bit to set wake_irq"
13r0ck Jan 26, 2023
96b873c
video/aperature: Remove sysfb_disable
13r0ck Feb 1, 2023
944e6c6
Add system76-thelio-io driver
jackpot51 Jun 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add libstdc++-12-dev dependency
  • Loading branch information
mmstick committed Jul 17, 2023
commit c5b1d7fc2e86a221fd5ce02efd1e3025e20f6391
1 change: 1 addition & 0 deletions debian.master/control.stub.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Build-Depends:
bindgen-0.56 [amd64],
clang [amd64],
llvm [amd64],
libstdc++-12-dev,
Build-Depends-Indep:
xmlto <!stage1>,
docbook-utils <!stage1>,
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Build-Depends:
bindgen-0.56 [amd64],
clang [amd64],
llvm [amd64],
libstdc++-12-dev,
Build-Depends-Indep:
xmlto <!stage1>,
docbook-utils <!stage1>,
Expand Down