Skip to content

Commit

Permalink
Remove pointers to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Mar 14, 2024
1 parent 866e2d8 commit 5fae11d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ _source_url="https://github.com/NeroReflex/linux/archive/refs/tags/v6.6.21-rc.ta
source=(
$_source_url # the source for the kernel release
config # the main kernel config file
config-chimera # our config that will be merged
config-neptune # config from valve
)

validpgpkeys=(
Expand Down Expand Up @@ -105,8 +103,7 @@ prepare() {
echo "Setting config..."
cp ../config .config
_make olddefconfig
scripts/kconfig/merge_config.sh -m .config ../config-chimera
scripts/kconfig/merge_config.sh -m .config ../config-neptune
#scripts/kconfig/merge_config.sh -m .config ../config-chimera
diff -u ../config .config || :

echo "Prepared $pkgbase version $(<version)"
Expand Down

0 comments on commit 5fae11d

Please sign in to comment.