OpenWrt for Arduino Yun cheat sheet: Difference between revisions

Line 362: Line 362:


  '''In the original rng-tools has a trouble. Should match the init script of the LLC version.'''
  '''In the original rng-tools has a trouble. Should match the init script of the LLC version.'''
  Should be started before the Yun original startup script "S49generate_new_gpg_key".
  '''Should be started before the Yun original startup script "S49generate_new_gpg_key".'''
  S98rngd -> S48rngd
  S98rngd -> S48rngd : START=98 -> START=48
  START=98 -> START=48
:<syntaxhighlight lang="bash" enclose="div">
:<syntaxhighlight lang="bash" enclose="div">
  sed -i -e s/^START=98/START=48/ ./feeds/packages/utils/rng-tools/files/rngd.init
  sed -i -e s/^START=98/START=48/ ./feeds/packages/utils/rng-tools/files/rngd.init