Skip to content

Commit

Permalink
x86: enable smp
Browse files Browse the repository at this point in the history
  • Loading branch information
QiuSimons committed Apr 4, 2023
1 parent 76e8939 commit 8a1438c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SCRIPTS/X86/02_target_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ fi
exit 0
'> ./package/base-files/files/etc/rc.local

# enable smp
echo '
CONFIG_X86_INTEL_PSTATE=y
CONFIG_SMP=y
' >>./target/linux/x86/config-5.10

#Vermagic
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][0-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
Expand Down

0 comments on commit 8a1438c

Please sign in to comment.