mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Fixed configuration after boot fail
This commit is contained in:
parent
c3e4c76a03
commit
ba2370a58e
1 changed files with 22 additions and 63 deletions
|
@ -1,5 +1,3 @@
|
|||
CONFIG_DEFAULT_TARGET_OPTIMIZATION="-Os -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3-d16"
|
||||
CONFIG_TARGET_OPTIMIZATION="-Os -pipe -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3-d16"
|
||||
CONFIG_TARGET_ARCH_PACKAGES="sunxi"
|
||||
CONFIG_TARGET_BOARD="sunxi"
|
||||
CONFIG_TARGET_sunxi_BPI-R1=y
|
||||
|
@ -8,56 +6,21 @@ CONFIG_TARGET_sunxi_cortexa7=y
|
|||
CONFIG_TARGET_sunxi_cortexa7_DEVICE_lamobo_lamobo-r1=y
|
||||
CONFIG_TARGET_SUBTARGET="cortexa7"
|
||||
CONFIG_TARGET_PROFILE="DEVICE_lamobo_lamobo-r1"
|
||||
CONFIG_TARGET_ARCH_PACKAGES="arm_cortex-a7_neon-vfpv4"
|
||||
CONFIG_CPU_TYPE="cortex-a7+neon-vfpv4"
|
||||
CONFIG_PACKAGE_u-boot-Lamobo_R1=y
|
||||
CONFIG_TARGET_EXT4_BLOCKSIZE=4096
|
||||
CONFIG_TARGET_EXT4_BLOCKSIZE_4K=y
|
||||
CONFIG_TARGET_EXT4_MAXINODE=6000
|
||||
CONFIG_TARGET_EXT4_RESERVED_PCT=0
|
||||
CONFIG_TARGET_IMAGES_GZIP=y
|
||||
CONFIG_TARGET_INIT_CMD="/sbin/init"
|
||||
CONFIG_TARGET_INIT_ENV=""
|
||||
CONFIG_TARGET_INIT_PATH="/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
CONFIG_TARGET_INIT_SUPPRESS_STDERR=y
|
||||
CONFIG_TARGET_PREINIT_BROADCAST="192.168.1.255"
|
||||
CONFIG_TARGET_PREINIT_IFNAME=""
|
||||
CONFIG_TARGET_PREINIT_IP="192.168.1.1"
|
||||
CONFIG_TARGET_PREINIT_NETMASK="255.255.255.0"
|
||||
CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y
|
||||
CONFIG_TARGET_PREINIT_TIMEOUT=2
|
||||
CONFIG_TARGET_ROOTFS_DIR=""
|
||||
CONFIG_TARGET_ROOTFS_EXT4FS=y
|
||||
CONFIG_TARGET_ROOTFS_INCLUDE_FIT=y
|
||||
CONFIG_TARGET_ROOTFS_INCLUDE_UIMAGE=y
|
||||
CONFIG_TARGET_ROOTFS_INCLUDE_ZIMAGE=y
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=48
|
||||
CONFIG_TARGET_SUFFIX="uclibcgnueabi"
|
||||
CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP=y
|
||||
CONFIG_TARGET_UBIFS_JOURNAL_SIZE=""
|
||||
CONFIG_TARGET_ROOTFS_SQUASHFS=y
|
||||
CONFIG_PACKAGE_u-boot-Lamobo_R1=y
|
||||
CONFIG_PACKAGE_uboot-envtools=y
|
||||
CONFIG_PACKAGE_attr=y
|
||||
CONFIG_PACKAGE_f2fs-tools=y
|
||||
CONFIG_PACKAGE_f2fsck=y
|
||||
CONFIG_PACKAGE_mkf2fs=y
|
||||
CONFIG_PACKAGE_swconfig=y
|
||||
CONFIG_PACKAGE_kmod-swconfig=y
|
||||
CONFIG_PACKAGE_kmod-ata-sunxi=y
|
||||
CONFIG_PACKAGE_kmod-cfg80211=y
|
||||
CONFIG_PACKAGE_kmod-crypto-aes=y
|
||||
CONFIG_PACKAGE_kmod-crypto-arc4=y
|
||||
CONFIG_PACKAGE_kmod-crypto-core=y
|
||||
CONFIG_PACKAGE_kmod-eeprom-sunxi=y
|
||||
CONFIG_PACKAGE_kmod-ip6tables=y
|
||||
CONFIG_PACKAGE_kmod-ipt-conntrack=y
|
||||
CONFIG_PACKAGE_kmod-ipt-core=y
|
||||
CONFIG_PACKAGE_kmod-ipt-nat=y
|
||||
CONFIG_PACKAGE_kmod-ipv6=y
|
||||
CONFIG_PACKAGE_kmod-lib-crc-ccitt=y
|
||||
CONFIG_PACKAGE_kmod-mac80211=y
|
||||
CONFIG_PACKAGE_kmod-nf-conntrack6=y
|
||||
CONFIG_PACKAGE_kmod-nf-conntrack=y
|
||||
CONFIG_PACKAGE_kmod-nf-ipt6=y
|
||||
CONFIG_PACKAGE_kmod-nf-ipt=y
|
||||
CONFIG_PACKAGE_kmod-nf-nathelper=y
|
||||
CONFIG_PACKAGE_kmod-nf-nat=y
|
||||
CONFIG_PACKAGE_kmod-nls-base=y
|
||||
CONFIG_PACKAGE_kmod-pppoe=y
|
||||
CONFIG_PACKAGE_kmod-pppox=y
|
||||
CONFIG_PACKAGE_kmod-ppp=y
|
||||
CONFIG_PACKAGE_kmod-rtc-sunxi=m
|
||||
CONFIG_PACKAGE_kmod-sunxi-ir=y
|
||||
CONFIG_PACKAGE_kmod-sound-soc-sunxi=y
|
||||
CONFIG_PACKAGE_kmod-sound-soc-sunxi-spdif=y
|
||||
CONFIG_PACKAGE_kmod-rtl8192c-common=y
|
||||
CONFIG_PACKAGE_kmod-rtl8192cu=y
|
||||
CONFIG_PACKAGE_kmod-rtlwifi-usb=y
|
||||
|
@ -66,16 +29,12 @@ CONFIG_PACKAGE_kmod-scsi-core=y
|
|||
CONFIG_PACKAGE_kmod-slhc=y
|
||||
CONFIG_PACKAGE_kmod-usb-core=y
|
||||
CONFIG_PACKAGE_kmod-wdt-sunxi=y
|
||||
CONFIG_EXTERNAL_KERNEL_TREE=""
|
||||
CONFIG_KERNEL_CC_STACKPROTECTOR_NONE=y
|
||||
CONFIG_KERNEL_COREDUMP=y
|
||||
CONFIG_KERNEL_DEBUG_FS=y
|
||||
CONFIG_KERNEL_DEBUG_INFO=y
|
||||
CONFIG_KERNEL_DEBUG_KERNEL=y
|
||||
CONFIG_KERNEL_ELF_CORE=y
|
||||
CONFIG_KERNEL_GIT_CLONE_URI=""
|
||||
CONFIG_KERNEL_KALLSYMS=y
|
||||
CONFIG_KERNEL_MAGIC_SYSRQ=y
|
||||
CONFIG_KERNEL_PRINTK_TIME=y
|
||||
CONFIG_KERNEL_PRINTK=y
|
||||
CONFIG_KERNEL_SWAP=y
|
||||
CONFIG_PACKAGE_kmod-leds-gpio=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-activity=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-gpio=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-oneshot=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-transient=m
|
||||
CONFIG_PACKAGE_kmod-ipt-led=m
|
||||
CONFIG_PACKAGE_kmod-usb-ledtrig-usbport=m
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_KERNEL_ARM_MODULE_PLTS=y
|
||||
|
|
Loading…
Reference in a new issue