1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 00:57:16 +03:00

remove other u-boot include SDK and toolchain

This commit is contained in:
Xiangfu 2012-03-18 14:13:46 +08:00
parent 0a035ecc9d
commit 0f72773a7f

View File

@ -9,8 +9,27 @@ CONFIG_TARGET_ROOTFS_TARGZ=y
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
CONFIG_TARGET_ROOTFS_UBIFS=y
# CONFIG_BUILD_PATENTED is not set
CONFIG_BUILD_NLS=y
# CONFIG_PACKAGE_uboot-xburst-avt2 is not set
# CONFIG_PACKAGE_uboot-xburst-n516 is not set
CONFIG_PACKAGE_uboot-xburst-qi_lb60=y
# CONFIG_PACKAGE_uboot-xburst-sakc is not set
CONFIG_USE_STRIP=y
CONFIG_STRIP_ARGS="--strip-all"
CONFIG_DEVEL=y
CONFIG_TOOLCHAINOPTS=y
CONFIG_INSTALL_GFORTRAN=y
# TODO: remove SJLJ_EXCEPTIONS once G++ default exceptions work again
CONFIG_SJLJ_EXCEPTIONS=y
CONFIG_SDK=y
CONFIG_MAKE_TOOLCHAIN=y
# CONFIG_ALL is not set
# Enable this option only you want build ALL PAKCAGE in feeds.conf
# To skip broken module packages while compiling , run "make IGNORE_ERRORS=m"