improve the custom option enablement
This commit is contained in:
parent
37879aadd5
commit
02eca55b4e
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./scripts/config --file .config --set-str R8169 'm'
|
||||
./scripts/config --file .config --enable R8169
|
||||
# Q: What requires this option to be enabled?
|
||||
# A: Enabling this option adds support for the Realtek RTL8125 2.5GbE Controller
|
||||
# that is present on the Radxa Rock 5 Model B SBC, connected via the PCIe bus.
|
||||
|
@ -96,6 +96,9 @@ cp -vr kernel-tfg/{configure-linux.sh,extra-configs} .
|
||||
rm -rf kernel-tfg/
|
||||
./configure-linux.sh
|
||||
|
||||
# "remake" the .config since './scripts/config' does not handle dependencies at all
|
||||
oldconfig
|
||||
|
||||
%build
|
||||
source ./configure-linux.sh
|
||||
%{make} %{?_smp_mflags} PYTHON=%{__python3} %{make_targets}
|
||||
|
Loading…
Reference in New Issue
Block a user