config.avalon6.raspberry-pi 956 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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_AVALON4=n
  38. CONFIG_CGMINER_AVALON6=y
  39. CONFIG_PACKAGE_libncurses=y
  40. CONFIG_PACKAGE_coreutils=y
  41. CONFIG_PACKAGE_sed=y
  42. CONFIG_PACKAGE_mm-tools=y
  43. #
  44. # Filesystem
  45. #
  46. CONFIG_PACKAGE_e2fsprogs=y
  47. #
  48. # I2C
  49. #
  50. CONFIG_PACKAGE_kmod-i2c-bcm2708=y
  51. CONFIG_PACKAGE_kmod-i2c-core=y