Skip to content

Commit

Permalink
Revert "remove lrng for rk3328"
Browse files Browse the repository at this point in the history
This reverts commit f792184.
  • Loading branch information
QiuSimons committed Dec 11, 2024
1 parent f792184 commit b6587bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions SCRIPTS/R2S/02_target_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ 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=y
CONFIG_PACKAGE_urngd=y
# CONFIG_PACKAGE_urandom-seed is not set
# CONFIG_PACKAGE_urngd is not set

### 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=y
CONFIG_PACKAGE_urngd=y
# CONFIG_PACKAGE_urandom-seed is not set
# CONFIG_PACKAGE_urngd is not set

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

0 comments on commit b6587bf

Please sign in to comment.