default_target_config.j2 402 B

123456789101112
  1. CONFIG_USES_SQUASHFS=y
  2. CONFIG_TARGET_ROOTFS_SQUASHFS=y
  3. # CONFIG_TARGET_ROOTFS_EXT4FS is not set
  4. # CONFIG_TARGET_IMAGES_GZIP is not set
  5. CONFIG_TARGET_{{ openwrt_target }}=y
  6. CONFIG_TARGET_MULTI_PROFILE=y
  7. CONFIG_TARGET_{{ openwrt_target }}_{{ openwrt_subtarget }}=y
  8. {% for device in openwrt_devices %}
  9. CONFIG_TARGET_DEVICE_{{ openwrt_target }}_{{ openwrt_subtarget }}_DEVICE_{{ device }}=y
  10. {% endfor %}