12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #
- # This file must be copied to .config in the OpenWrt root folder,
- # then run: yes "" | make oldconfig > /dev/null
- #
- CONFIG_TARGET_brcm2708=y
- CONFIG_TARGET_brcm2708_bcm2709=y
- CONFIG_TARGET_brcm2708_bcm2709_RaspberryPi2=y
- #
- # Kernel
- #
- CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
- #
- # Rootfs
- #
- CONFIG_TARGET_ROOTFS_TARGZ=y
- #
- # OpenWrt etc
- #
- # CONFIG_BUILD_PATENTED is not set
- #
- # Busybox
- #
- CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_SAVEHISTORY=y
- CONFIG_BUSYBOX_CONFIG_FEATURE_REVERSE_SEARCH=y
- #
- # Luci
- #
- CONFIG_PACKAGE_luci=y
- CONFIG_PACKAGE_luci-mod-rpc=y
- CONFIG_PACKAGE_luci-theme-openwrt=y
- CONFIG_PACKAGE_luci-theme-avalon=y
- CONFIG_PACKAGE_luci-app-cgminer=y
- CONFIG_PACKAGE_luci-app-avalon=y
- #
- # Apps
- #
- CONFIG_PACKAGE_cgminer=y
- CONFIG_CGMINER_DRAGON=y
- CONFIG_PACKAGE_libncurses=y
- CONFIG_PACKAGE_coreutils=y
- CONFIG_PACKAGE_sed=y
- CONFIG_PACKAGE_mm-tools=y
- #
- # Filesystem
- #
- CONFIG_PACKAGE_e2fsprogs=y
|