Skip to content

Commit

Permalink
Reapply "remove lrng for rk3328"
Browse files Browse the repository at this point in the history
This reverts commit b6587bf.
  • Loading branch information
QiuSimons committed Dec 23, 2024
1 parent 79d2b8c commit 22a716b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions SCRIPTS/R2S/02_target_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ echo '
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
' >>./target/linux/rockchip/armv8/config-6.6

# remove LRNG for 3328
rm -f target/linux/generic/hack-6.6/696*

#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][4-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
wget https://downloads.openwrt.org/releases/${latest_version}/targets/rockchip/armv8/profiles.json
Expand Down
4 changes: 2 additions & 2 deletions SEED/R2C/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ CONFIG_USE_GC_SECTIONS=y
CONFIG_USE_LTO=y

# RNGD
# CONFIG_PACKAGE_urandom-seed is not set
# CONFIG_PACKAGE_urngd is not set
CONFIG_PACKAGE_urandom-seed=y
CONFIG_PACKAGE_urngd=y

### BASIC ###
CONFIG_PACKAGE_kmod-hwmon-pwmfan=y
Expand Down
4 changes: 2 additions & 2 deletions SEED/R2S/config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ CONFIG_USE_GC_SECTIONS=y
CONFIG_USE_LTO=y

# RNGD
# CONFIG_PACKAGE_urandom-seed is not set
# CONFIG_PACKAGE_urngd is not set
CONFIG_PACKAGE_urandom-seed=y
CONFIG_PACKAGE_urngd=y

### BASIC ###
CONFIG_PACKAGE_kmod-hwmon-pwmfan=y
Expand Down

0 comments on commit 22a716b

Please sign in to comment.