| 1 | # |
| 2 | # This file must be copied to .config in the OpenWrt root folder, |
| 3 | # then run: yes "" | make oldconfig > /dev/null |
| 4 | # |
| 5 | |
| 6 | # TBD: |
| 7 | # this config file does not work on tracking_trunk branch: |
| 8 | # some patch not goto the trunk branch. |
| 9 | # add some packages, kernel give different error message! |
| 10 | |
| 11 | CONFIG_TARGET_xburst=y |
| 12 | CONFIG_TARGET_xburst_qi_lb60=y |
| 13 | # CONFIG_TARGET_ROOTFS_TARGZ is not set |
| 14 | # CONFIG_TARGET_ROOTFS_JFFS2 is not set |
| 15 | CONFIG_TARGET_ROOTFS_INITRAMFS=y |
| 16 | CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y |
| 17 | # CONFIG_BUILD_PATENTED is not set |
| 18 | CONFIG_PACKAGE_mtd-utils=y |
| 19 | |
| 20 | |