1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:14:05 +02:00

merge all_package and full_system to one

This commit is contained in:
Xiangfu Liu 2011-01-24 01:17:22 +08:00
parent 00f6f4b7d4
commit 9773c00154
2 changed files with 15 additions and 30 deletions

View File

@ -1,30 +0,0 @@
#
# This file must be copied to .config in the OpenWrt root folder,
# then run: yes "" | make oldconfig > /dev/null
#
# To skip broken packages, run make IGNORE_ERRORS=m
# to fix $(HOST_FPIC) usage in packages/python-sip/Makefile
# export HOST_FPIC=-fPIC
# need to exclude mp3, mpeg4
#
CONFIG_TARGET_xburst=y
CONFIG_TARGET_xburst_qi_lb60=y
# CONFIG_TARGET_ROOTFS_TARGZ is not set
# CONFIG_TARGET_ROOTFS_JFFS2 is not set
# CONFIG_TARGET_ROOTFS_UBIFS is not set
# CONFIG_BUILD_PATENTED is not set
CONFIG_ALL=y
# CONFIG_PACKAGE_uboot-xburst-qi_lb60 is not set
# CONFIG_PACKAGE_uboot-xburst-avt2 is not set
# CONFIG_PACKAGE_uboot-xburst-n516 is not set
# CONFIG_PACKAGE_uboot-xburst-qi_lb60 is not set
# CONFIG_PACKAGE_uboot-xburst-sakc is not set
# CONFIG_PACKAGE_asterisk14-format-mp3 is not set
# CONFIG_FFMPEG_MUXER_mp3 is not set
# CONFIG_FFMPEG_MUXER_mp4 is not set
# CONFIG_FFMPEG_DEMUXER_mp3 is not set
# CONFIG_FFMPEG_PARSER_mpeg4video is not set

View File

@ -2,6 +2,9 @@
# This file must be copied to .config in the OpenWrt root folder,
# then run: yes "" | make oldconfig > /dev/null
#
# To skip broken module packages, run make IGNORE_ERRORS=m
# need to exclude patented packages
#
CONFIG_TARGET_xburst=y
CONFIG_TARGET_xburst_qi_lb60=y
@ -20,6 +23,8 @@ CONFIG_INSTALL_GFORTRAN=y
CONFIG_SDK=y
CONFIG_ALL=y
CONFIG_BUSYBOX_CONFIG_FEATURE_EDITING_SAVEHISTORY=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_JFS=y
CONFIG_BUSYBOX_CONFIG_FEATURE_VOLUMEID_LINUXRAID=y
@ -42,6 +47,16 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_VI_8BIT=y
CONFIG_BUSYBOX_CONFIG_STAT=y
CONFIG_BUSYBOX_CONFIG_HOSTNAME=y
CONFIG_BUSYBOX_CONFIG_STTY=y
#
# Disable all patented packages
#
# CONFIG_PACKAGE_asterisk14-format-mp3 is not set
# CONFIG_FFMPEG_MUXER_mp3 is not set
# CONFIG_FFMPEG_MUXER_mp4 is not set
# CONFIG_FFMPEG_DEMUXER_mp3 is not set
# CONFIG_FFMPEG_PARSER_mpeg4video is not set
#
# system
#