mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:56:14 +02:00
merge all_package and full_system to one
This commit is contained in:
parent
00f6f4b7d4
commit
9773c00154
@ -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
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user