Config.in 354 B

1234567891011
  1. config BR2_PACKAGE_BITWISE
  2. bool "bitwise"
  3. select BR2_PACKAGE_NCURSES
  4. select BR2_PACKAGE_READLINE
  5. help
  6. Bitwise is multi base interactive calculator
  7. supporting dynamic base conversion and bit manipulation.
  8. It's a handy tool for low level hackers,
  9. kernel developers and device drivers developers.
  10. https://github.com/mellowcandle/bitwise