mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:07:12 +02:00
remove other u-boot include SDK and toolchain
This commit is contained in:
parent
0a035ecc9d
commit
0f72773a7f
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user