config.rockminer.raspberry-pi 856 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # This file must be copied to .config in the OpenWrt root folder,
  3. # then run: yes "" | make oldconfig > /dev/null
  4. #
  5. CONFIG_TARGET_brcm2708=y
  6. CONFIG_TARGET_brcm2708_RaspberryPi=y
  7. #
  8. # Kernel
  9. #
  10. CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
  11. #
  12. # Rootfs
  13. #
  14. CONFIG_TARGET_ROOTFS_TARGZ=y
  15. #
  16. # OpenWrt etc
  17. #
  18. # CONFIG_BUILD_PATENTED is not set
  19. #
  20. # Busybox
  21. #
  22. CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_SAVEHISTORY=y
  23. CONFIG_BUSYBOX_CONFIG_FEATURE_REVERSE_SEARCH=y
  24. #
  25. # Luci
  26. #
  27. CONFIG_PACKAGE_luci=y
  28. CONFIG_PACKAGE_luci-mod-rpc=y
  29. CONFIG_PACKAGE_luci-theme-openwrt=y
  30. CONFIG_PACKAGE_luci-theme-avalon=y
  31. CONFIG_PACKAGE_luci-app-cgminer=y
  32. CONFIG_PACKAGE_luci-app-avalon=y
  33. #
  34. # Apps
  35. #
  36. CONFIG_PACKAGE_cgminer=y
  37. CONFIG_CGMINER_ROCKMINER=y
  38. CONFIG_PACKAGE_libncurses=y
  39. CONFIG_PACKAGE_coreutils=y
  40. CONFIG_PACKAGE_sed=y
  41. CONFIG_PACKAGE_mm-tools=y
  42. #
  43. # Filesystem
  44. #
  45. CONFIG_PACKAGE_e2fsprogs=y