2010-09-01 09:58:34 +03:00
|
|
|
#
|
2010-09-13 08:28:25 +03:00
|
|
|
# This file must be copied to .config in the OpenWrt root folder,
|
|
|
|
# then run: yes "" | make oldconfig > /dev/null
|
2010-09-01 09:58:34 +03:00
|
|
|
#
|
2010-09-13 08:28:25 +03:00
|
|
|
|
|
|
|
# TBD:
|
|
|
|
# adding mtd-utils and ubi-utils: cannot boot
|
|
|
|
# this config file does not work on tracking_trunk branch - why?
|
|
|
|
# removing setserial: kernel gives 'try passing init=' error - document dependency
|
|
|
|
# removing kbd: does not boot - document dependency
|
|
|
|
# removing uboot-xburst-qi_lb60: screen stays black - document dependency
|
|
|
|
|
2010-09-01 09:58:34 +03:00
|
|
|
CONFIG_TARGET_xburst=y
|
|
|
|
CONFIG_TARGET_xburst_qi_lb60=y
|
2010-09-13 08:28:25 +03:00
|
|
|
# CONFIG_TARGET_ROOTFS_TARGZ is not set
|
|
|
|
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
|
2010-09-01 09:58:34 +03:00
|
|
|
CONFIG_TARGET_ROOTFS_INITRAMFS=y
|
2010-09-24 10:29:27 +03:00
|
|
|
CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y
|
2010-09-01 09:58:34 +03:00
|
|
|
# CONFIG_BUILD_PATENTED is not set
|
2010-09-24 10:29:27 +03:00
|
|
|
CONFIG_PACKAGE_mtd-utils=y
|
2010-09-01 09:58:34 +03:00
|
|
|
|