Advertisement
troglobit

Convert config/Configure.help to packages/$PACKAGE/Kconfig

Dec 16th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Från config/Configure.help t.ex.
  2.  
  3. CONFIG_WESTERMO_FINIT
  4. Fastinit is a proprietary and much simplified init(8) replacement written by Asus
  5. to help the Eeepc to boot faster. Finit is a fastinit reimplementation based on
  6. fastinit system calls with gaps filled with frog DNA. See the homepage for more
  7. details. <http://helllabs.org/finit/>
  8.  
  9. This version of finit is heavily modified by Westermo to act as a replacement for
  10. the BusyBox and SnapGear inits used previously.
  11.  
  12. Till package/finit/Kconfig i det här fallet:
  13.  
  14. config COMPAT_NETLINK_MESSAGES
  15. def_bool y
  16. depends on TODO
  17. help
  18. Fastinit is a proprietary and much simplified init(8) replacement written by Asus
  19. to help the Eeepc to boot faster. Finit is a fastinit reimplementation based on
  20. fastinit system calls with gaps filled with frog DNA. See the homepage for more
  21. details. <http://helllabs.org/finit/>
  22.  
  23. This version of finit is heavily modified by Westermo to act as a replacement for
  24. the BusyBox and SnapGear inits used previously.
  25.  
  26. Notera att även tomrader som separerar stycken måste indendeteras med lika många space!
  27. I de fall det saknas entry i config/Configure.help så får du lägga in en placeholder
  28. med info från paketets hemsida, https://www.openhub.net/ eller dylikt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement