OpenWRT LEDE在Ubuntu22.04 编译输出记录

由于博客篇幅限制,另将编译结果记录于此~

其他

  • 编译相关,编译过程中,会将代码从dl中解压到build_dir目录进行编译~
snow@snow:~/openwrt/lede/mtk-openwrt-lede-4.2.1.0$ make -j1 V=s
make[1]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
make[2]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
+ mkdir -p /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/target-mipsel_24kc_musl-1.1.16
+ cd /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/target-mipsel_24kc_musl-1.1.16
+ mkdir -p bin lib include stamp
mkdir -p /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/stamp
touch /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/target-mipsel_24kc_musl-1.1.16/.prepared
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gdb'
make[3]: Nothing to be done for 'prepare'.
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gdb'
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gdb'
make[3]: Nothing to be done for 'compile'.
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gdb'
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gdb'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gdb'
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/binutils'
make[3]: Nothing to be done for 'prepare'.
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/binutils'
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/binutils'
make[3]: Nothing to be done for 'compile'.
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/binutils'
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/binutils'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/binutils'
make[3]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/toolchain/gcc/initial'
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/sed -i -e 's,TARGET_CROSS=.*,TARGET_CROSS=mipsel-openwrt-linux-musl-,' /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/info.mk
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/sed -i -e 's,GCC_VERSION=.*,GCC_VERSION=5.4.0,' /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/info.mk
. /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/include/shell.sh; bzcat /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/dl/gcc-5.4.0.tar.bz2 | tar -C /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl-1.1.16/gcc-5.4.0-initial/.. -xf -
*
* Restart config...
*
*
* Linux/mips 4.4.198 Kernel Configuration
*
Support OpenWrt (SUPPORT_OPENWRT) [N/y] (NEW) OpenWrt specific image command line hack (IMAGE_CMDLINE_HACK) [N/y] n
Endianness selection
> 1. Little endian (CPU_LITTLE_ENDIAN)
choice[1]: 1
*
* General setup
*
Cross-compiler tool prefix (CROSS_COMPILE) []
Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n
Local version - append to kernel release (LOCALVERSION) []
Automatically append version information to the version string (LOCALVERSION_AUTO) [N/y/?] n
Default hostname (DEFAULT_HOSTNAME) [(none)] (none)
Support for paging of anonymous memory (swap) (SWAP) [Y/n/?] y
System V IPC (SYSVIPC) [Y/n/?] y
POSIX Message Queues (POSIX_MQUEUE) [N/y/?] n
Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) [N/y/?] n
open by fhandle syscalls (FHANDLE) [N/y/?] n
uselib syscall (USELIB) [N/y/?] n
Auditing support (AUDIT) [N/y/?] n
Kernel .config support (IKCONFIG) [N/m/y/?] n
Kernel log buffer size (16 => 64KB, 17 => 128KB) (LOG_BUF_SHIFT) [17] 17
Checkpoint/restore support (CHECKPOINT_RESTORE) [N/y/?] n
Automatic process group scheduling (SCHED_AUTOGROUP) [N/y/?] n
Default to enabling the Energy Aware Scheduler feature (DEFAULT_USE_ENERGY_AWARE) [N/y/?] (NEW)

*
* Restart config...
*
*
* Linux/mips 4.4.198 Kernel Configuration
*
Support OpenWrt (SUPPORT_OPENWRT) [N/y] (NEW) OpenWrt specific image command line hack (IMAGE_CMDLINE_HACK) [N/y] n
Endianness selection
> 1. Little endian (CPU_LITTLE_ENDIAN)
choice[1]: 1
*
* General setup
*
Cross-compiler tool prefix (CROSS_COMPILE) []
Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n
Local version - append to kernel release (LOCALVERSION) []
Automatically append version information to the version string (LOCALVERSION_AUTO) [N/y/?] n
Default hostname (DEFAULT_HOSTNAME) [(none)] (none)
Support for paging of anonymous memory (swap) (SWAP) [Y/n/?] y
System V IPC (SYSVIPC) [Y/n/?] y
POSIX Message Queues (POSIX_MQUEUE) [N/y/?] n
Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) [N/y/?] n
open by fhandle syscalls (FHANDLE) [N/y/?] n
uselib syscall (USELIB) [N/y/?] n
Auditing support (AUDIT) [N/y/?] n
Kernel .config support (IKCONFIG) [N/m/y/?] n
Kernel log buffer size (16 => 64KB, 17 => 128KB) (LOG_BUF_SHIFT) [17] 17
Checkpoint/restore support (CHECKPOINT_RESTORE) [N/y/?] n
Automatic process group scheduling (SCHED_AUTOGROUP) [N/y/?] n
Default to enabling the Energy Aware Scheduler feature (DEFAULT_USE_ENERGY_AWARE) [N/y/?] (NEW) y
Enable deprecated sysfs features to support old userspace tools (SYSFS_DEPRECATED) [N/y/?] n
Kernel->user space relay support (formerly relayfs) (RELAY) [N/y/?] n
Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD) [Y/n/?] y
  Initramfs source file(s) (INITRAMFS_SOURCE) []
  Support initial ramdisks compressed using gzip (RD_GZIP) [N/y/?] n
  Support initial ramdisks compressed using bzip2 (RD_BZIP2) [N/y/?] n
  Support initial ramdisks compressed using LZMA (RD_LZMA) [N/y/?] n
  Support initial ramdisks compressed using XZ (RD_XZ) [N/y/?] n
  Support initial ramdisks compressed using LZO (RD_LZO) [N/y/?] n
  Support initial ramdisks compressed using LZ4 (RD_LZ4) [N/y/?] n
Compiler optimization level
  1. Optimize for performance (CC_OPTIMIZE_FOR_PERFORMANCE) (NEW)
> 2. Optimize for size (CC_OPTIMIZE_FOR_SIZE)
choice[1-2]: 1
Keep kallsyms uncompressed (KALLSYMS_UNCOMPRESSED) [Y/n/?] y
Enable bpf() system call (BPF_SYSCALL) [Y/n/?] y
Use full shmem filesystem (SHMEM) [Y/n/?] y
Enable AIO support (AIO) [N/y/?] n
Enable madvise/fadvise syscalls (ADVISE_SYSCALLS) [N/y/?] n
Enable userfaultfd() system call (USERFAULTFD) [N/y/?] n
Enable PCI quirk workarounds (PCI_QUIRKS) [Y/n/?] y
Enable membarrier() system call (MEMBARRIER) [Y/n/?] y
Embedded system (EMBEDDED) [Y/n/?] y
Enable VM event counters for /proc/vmstat (VM_EVENT_COUNTERS) [N/y/?] n
Enable SLUB debugging support (SLUB_DEBUG) [N/y/?] n
Disable heap randomization (COMPAT_BRK) [N/y/?] n
Choose SLAB allocator
  1. SLAB (SLAB)
> 2. SLUB (Unqueued Allocator) (SLUB)
  3. SLOB (Simple Allocator) (SLOB)
choice[1-3?]: 2
Profiling support (PROFILING) [N/y/?] n
Kprobes (KPROBES) [N/y/?] n
Optimize very unlikely/likely branches (JUMP_LABEL) [N/y/?] n
Stack Protector buffer overflow detection
  1. None (CC_STACKPROTECTOR_NONE)
> 2. Regular (CC_STACKPROTECTOR_REGULAR)
  3. Strong (CC_STACKPROTECTOR_STRONG)
choice[1-3?]: 2
*
* Power management options
*
Suspend to RAM and standby (SUSPEND) [N/y/?] n
Android's method of preventing suspend (WAKELOCK) [Y/n/?] (NEW) y
Hibernation (aka 'suspend to disk') (HIBERNATION) [N/y/?] n
Device power management core functionality (PM) [N/y/?] n
*
* Networking options
*
Packet socket (PACKET) [Y/n/m/?] y
  Packet: sockets monitoring interface (PACKET_DIAG) [N/m/y/?] n
Unix domain sockets (UNIX) [Y/n/m/?] y
  UNIX: socket monitoring interface (UNIX_DIAG) [N/m/y/?] n
Transformation user configuration interface (XFRM_USER) [N/m/y/?] n
PF_KEY sockets (NET_KEY) [N/m/y/?] n
TCP/IP networking (INET) [Y/n/?] y
  IP: multicasting (IP_MULTICAST) [Y/n/?] y
  IP: advanced router (IP_ADVANCED_ROUTER) [Y/n/?] y
    FIB TRIE statistics (IP_FIB_TRIE_STATS) [N/y/?] n
    IP: policy routing (IP_MULTIPLE_TABLES) [Y/n/?] y
    IP: equal cost multipath (IP_ROUTE_MULTIPATH) [Y/n/?] y
    IP: verbose route monitoring (IP_ROUTE_VERBOSE) [Y/n/?] y
  IP: kernel level autoconfiguration (IP_PNP) [N/y/?] n
  IP: tunneling (NET_IPIP) [N/m/y/?] n
  IP: GRE demultiplexer (NET_IPGRE_DEMUX) [N/m/y/?] n
  IP: multicast routing (IP_MROUTE) [Y/n/?] y
    IP: multicast policy routing (IP_MROUTE_MULTIPLE_TABLES) [Y/n/?] y
    IP: PIM-SM version 1 support (IP_PIMSM_V1) [N/y/?] n
    IP: PIM-SM version 2 support (IP_PIMSM_V2) [N/y/?] n
  IP: TCP syncookie support (SYN_COOKIES) [Y/n/?] y
  IP: Foo (IP protocols) over UDP (NET_FOU) [N/m/y/?] n
  IP: AH transformation (INET_AH) [N/m/y/?] n
  IP: ESP transformation (INET_ESP) [N/m/y/?] n
  IP: IPComp transformation (INET_IPCOMP) [N/m/y/?] n
  IP: IPsec transport mode (INET_XFRM_MODE_TRANSPORT) [N/m/y/?] n
  IP: IPsec tunnel mode (INET_XFRM_MODE_TUNNEL) [N/m/y/?] n
  IP: IPsec BEET mode (INET_XFRM_MODE_BEET) [N/m/y/?] n
  Large Receive Offload (ipv4/tcp) (INET_LRO) [N/m/y/?] n
  INET: socket monitoring interface (INET_DIAG) [N/m/y/?] n
  TCP: MD5 Signature Option support (RFC2385) (TCP_MD5SIG) [N/y/?] n
Only allow certain groups to create sockets (ANDROID_PARANOID_NETWORK) [Y/n/?] (NEW) y
Security Marking (NETWORK_SECMARK) [N/y/?] n
Timestamping in PHY devices (NETWORK_PHY_TIMESTAMPING) [N/y/?] n
The RDS Protocol (RDS) [N/m/y/?] n
Asynchronous Transfer Mode (ATM) (ATM) [N/m/y/?] n
802.1d Ethernet Bridging (BRIDGE) [Y/n/m/?] y
  IGMP/MLD snooping (BRIDGE_IGMP_SNOOPING) [Y/n/?] y
  VLAN filtering (BRIDGE_VLAN_FILTERING) [N/y/?] n
Distributed Switch Architecture (NET_DSA) [N/m/y/?] n
802.1Q/802.1ad VLAN Support (VLAN_8021Q) [Y/n/m/?] y
  GVRP (GARP VLAN Registration Protocol) support (VLAN_8021Q_GVRP) [N/y/?] n
  MVRP (Multiple VLAN Registration Protocol) support (VLAN_8021Q_MVRP) [N/y/?] n
DECnet Support (DECNET) [N/m/y/?] n
ANSI/IEEE 802.2 LLC type 2 Support (LLC2) [N/m/y/?] n
The IPX protocol (IPX) [N/m/y/?] n
Appletalk protocol support (ATALK) [N/m/y/?] n
CCITT X.25 Packet Layer (X25) [N/m/y/?] n
LAPB Data Link Driver (LAPB) [N/m/y/?] n
Phonet protocols family (PHONET) [N/m/y/?] n
*
* Queueing/Scheduling
*
Class Based Queueing (CBQ) (NET_SCH_CBQ) [N/m/y/?] n
Hierarchical Token Bucket (HTB) (NET_SCH_HTB) [N/m/y/?] n
Hierarchical Fair Service Curve (HFSC) (NET_SCH_HFSC) [N/m/y/?] n
Multi Band Priority Queueing (PRIO) (NET_SCH_PRIO) [N/m/y/?] n
Hardware Multiqueue-aware Multi Band Queuing (MULTIQ) (NET_SCH_MULTIQ) [N/m/y/?] n
Random Early Detection (RED) (NET_SCH_RED) [N/m/y/?] n
Stochastic Fair Blue (SFB) (NET_SCH_SFB) [N/m/y/?] n
Stochastic Fairness Queueing (SFQ) (NET_SCH_SFQ) [N/m/y/?] n
True Link Equalizer (TEQL) (NET_SCH_TEQL) [N/m/y/?] n
Token Bucket Filter (TBF) (NET_SCH_TBF) [N/m/y/?] n
Generic Random Early Detection (GRED) (NET_SCH_GRED) [N/m/y/?] n
Differentiated Services marker (DSMARK) (NET_SCH_DSMARK) [N/m/y/?] n
Network emulator (NETEM) (NET_SCH_NETEM) [N/m/y/?] n
Deficit Round Robin scheduler (DRR) (NET_SCH_DRR) [N/m/y/?] n
Multi-queue priority scheduler (MQPRIO) (NET_SCH_MQPRIO) [N/m/y/?] n
CHOose and Keep responsive flow scheduler (CHOKE) (NET_SCH_CHOKE) [N/m/y/?] n
Quick Fair Queueing scheduler (QFQ) (NET_SCH_QFQ) [N/m/y/?] n
Controlled Delay AQM (CODEL) (NET_SCH_CODEL) [N/m/y/?] n
Fair Queue Controlled Delay AQM (FQ_CODEL) (NET_SCH_FQ_CODEL) [Y/?] y
Fair Queue (NET_SCH_FQ) [N/m/y/?] n
Heavy-Hitter Filter (HHF) (NET_SCH_HHF) [N/m/y/?] n
Proportional Integral controller Enhanced (PIE) scheduler (NET_SCH_PIE) [N/m/y/?] n
Plug network traffic until release (PLUG) (NET_SCH_PLUG) [N/m/y/?] n
*
* Classification
*
Elementary classification (BASIC) (NET_CLS_BASIC) [N/m/y/?] n
Traffic-Control Index (TCINDEX) (NET_CLS_TCINDEX) [N/m/y/?] n
Routing decision (ROUTE) (NET_CLS_ROUTE4) [N/m/y/?] n
Netfilter mark (FW) (NET_CLS_FW) [N/m/y/?] n
Universal 32bit comparisons w/ hashing (U32) (NET_CLS_U32) [N/m/y/?] n
IPv4 Resource Reservation Protocol (RSVP) (NET_CLS_RSVP) [N/m/y/?] n
IPv6 Resource Reservation Protocol (RSVP6) (NET_CLS_RSVP6) [N/m/y/?] n
Flow classifier (NET_CLS_FLOW) [N/m/y/?] n
BPF-based classifier (NET_CLS_BPF) [N/m/y/?] n
Flower classifier (NET_CLS_FLOWER) [N/m/y/?] n
Extended Matches (NET_EMATCH) [N/y/?] n
Actions (NET_CLS_ACT) [N/y/?] n
Data Center Bridging support (DCB) [N/y/?] n
B.A.T.M.A.N. Advanced Meshing Protocol (BATMAN_ADV) [N/m/y/?] n
Open vSwitch (OPENVSWITCH) [N/m/?] n
Virtual Socket protocol (VSOCKETS) [N/m/y/?] n
NETLINK: socket monitoring interface (NETLINK_DIAG) [N/m/y/?] n
High-availability Seamless Redundancy (HSR) (HSR) [N/m/y/?] n
Switch (and switch-ish) device support (EXPERIMENTAL) (NET_SWITCHDEV) [N/y/?] n
L3 Master device support (NET_L3_MASTER_DEV) [N/y/?] n
enable BPF Just In Time compiler (BPF_JIT) [N/y/?] n
*
* HW NAT support
*
HW NAT support (HW_NAT) [N/y/?] (NEW) y
  NAT Type
  > 1. None (RA_NAT_NONE) (NEW)
    2. Hardware (RA_NAT_HW) (NEW)
  choice[1-2]:
*
* SPI-NOR device support
*
SPI-NOR device support (MTD_SPI_NOR) [Y/n/m/?] y
  Mediatek MT81xx SPI NOR flash controller (MTD_MT81xx_NOR) [N/m/y/?] (NEW) y
  Use small 4096 B erase sectors (MTD_SPI_NOR_USE_4K_SECTORS) [N/y/?] n
*
* Mediatek Peripherals
*
MediaTek MUSB support (USB_MTK_HDRC) [N/m/y/?] (NEW) y
QMU Transfer mode of MediaTek MUSB (MTK_MUSB_QMU_SUPPORT) [N/y/?] (NEW) y
MediaTek MUSB OTG support (USB_MTK_OTG) [N/m/y/?] (NEW) y
MTK_UART_USB_SWITCH (MTK_UART_USB_SWITCH) [N/y/?] (NEW) y
MediaTek MUSB Carplay support (MTK_MUSB_CARPLAY_SUPPORT) [N/y/?] (NEW) y
MediaTek MUSB provide user space interface to switch usb role without id pin (MTK_MUSB_SW_WITCH_MODE) [N/y/?] (NEW) y
ICE_DEBUG (MTK_ICE_DEBUG) [N/y] (NEW) y
Enable MTK in-house TEE Solution (HAVE_MTK_IN_HOUSE_TEE_SUPPORT) [N/y/?] (NEW)
cirq driver for cpu low power mode (MTK_SYS_CIRQ) [N/y/?] (NEW)
MediaTek SDIO Interface support (MMC_MTK_SDIO) [N/m/y/?] (NEW)
mt ram console (MTK_RAM_CONSOLE) [N/y/?] (NEW)
Enable Android Exception Enhancement (MTK_AEE_FEATURE) [N/m/y/?] (NEW)
Enable EMI bandwidth limiter (MTK_EMI_BWL) [N/y/?] (NEW)
Enable EMI BWL setting for 7622 (MTK_EMI_7622) [N/y/?] (NEW)
MTK_BASE_POWER (MTK_BASE_POWER) [N/y/?] (NEW)
MTK_BASE_POWER_MT7622 (MTK_BASE_POWER_MT7622) [N/y/?] (NEW)
MTK_BASE_POWER_LEOPARD (MTK_BASE_POWER_LEOPARD) [N/y/?] (NEW)
MediaTek FREQHOPPING driver (MTK_FREQ_HOPPING) [N/m/y/?] (NEW)
MTK_TURNKEY_THERMAL (MTK_TURNKEY_THERMAL) [N/y/?] (NEW)
Mediatek Hardware Random Generator (MTK_HWRNG) [N/y/?] (NEW)
Richtek regmap (RT_REGMAP) [N/y/?] (NEW)
USB TYPE-C Driver (USB_C_SWITCH) [N/y/?] (NEW)
MediaTek USB TYPE-C Driver with external solution (FUSB302) (USB_C_SWITCH_FUSB302) [N/y/?] (NEW)
MediaTek USB TYPE-C Driver with external solution (sii70xx) (USB_C_SWITCH_SII70XX) [N/y/?] (NEW)
MediaTek USB TYPE-C Driver with external solution (sii70xx MHL Mode) (USB_C_SWITCH_SII70XX_MHL_MODE) [N/y/?] (NEW)
Analogix Type-C interface support (USB_C_SWITCH_ANX7418) [N/y/?] (NEW)
MediaTek USB TYPE-C Driver (MT6336) (USB_C_SWITCH_MT6336) [N/y/?] (NEW)
MediaTek USB TYPE-C Driver (MT6392) (USB_C_SWITCH_MT6392) [N/y/?] (NEW)
TypeC Port Controller Device Class (TCPC_CLASS) [N/y/?] (NEW)
Support USB power delivery Function (USB_POWER_DELIVERY) [N/y/?] (NEW)

Mediatek Unified Debug Interface (MTK_UNIFIED_DEBUG_INTERFACE) [N/y/?] (NEW) *
* Sensors
*
MTK SENSOR SUPPORT (MTK_SENSOR_SUPPORT) [N/y/?] (NEW)
CUSTOM_KERNEL_ALSPS (CUSTOM_KERNEL_ALSPS) [N/y/?] (NEW)
MTK_AUTO_DETECT_ALSPS (MTK_AUTO_DETECT_ALSPS) [N/y/?] (NEW)
cm36686 for MediaTek package (MTK_CM36686_NEW) [N/y/?] (NEW)
CONFIG_MTK_HWMON (MTK_HWMON) [N/y/?] (NEW)
MediaTek BTIF Driver (MTK_BTIF) [N/m/y/?] (NEW)
MediaTek BT Driver (MTK_BTMTK_BTIF) [N/m/y/?] (NEW)
*
* Modem & Connectivity related configs
*
MediaTek Connectivity Combo Chip Support (MTK_COMBO) [N/m/y/?] (NEW)
MTK_DHCPV6C_WIFI (MTK_DHCPV6C_WIFI) [N/y/?] (NEW)
MediaTek CONN LTE IDC support (MTK_CONN_LTE_IDC_SUPPORT) [N/y/?] (NEW)
*
* GPS drivers
*
GPS drivers (GPS) [Y/n/m/?] (NEW)
  MediaTek GPS driver (MTK_GPS) [Y/n/m/?] (NEW)
MediaTek GPS driver (MTK_GPS_SUPPORT) [N/m/y/?] (NEW)
MTK_MERGE_INTERFACE_SUPPORT (MTK_MERGE_INTERFACE_SUPPORT) [N/y/?] (NEW)
Mediatek MT3337 device driver support (MTK_CONN_MT3337_CHIP_SUPPORT) [N/y/?] (NEW)
Support mtk connsys modem config (MTK_CONN_MD) [N/y/?] (NEW)
*
* Network device support
*
Network device support (NETDEVICES) [Y/n/?] y
  Network core driver support (NET_CORE) [Y/n/?] y
    Bonding driver support (BONDING) [N/m/y/?] n
    Dummy net driver support (DUMMY) [N/m/y/?] n
    EQL (serial line load balancing) support (EQUALIZER) [N/m/y/?] n
    MAC-VLAN support (MACVLAN) [N/m/y/?] n
    IP-VLAN support (IPVLAN) [N/m/y/?] n
    Virtual eXtensible Local Area Network (VXLAN) (VXLAN) [N/m/y/?] n
    IEEE 802.1AE MAC-level encryption (MACsec) (MACSEC) [N/m/y/?] (NEW)
    Network console logging support (NETCONSOLE) [N/m/y/?] n
    Universal TUN/TAP device driver support (TUN) [N/m/y/?] n
    Support for cross-endian vnet headers on little-endian kernels (TUN_VNET_CROSS_LE) [N/y/?] n
    Virtual ethernet pair device (VETH) [N/m/y/?] n
    Virtual netlink monitoring device (NLMON) [N/m/y/?] n
  *
  * CAIF transport drivers
  *
  *
  * Ethernet driver support
  *
  Ethernet driver support (ETHERNET) [Y/n/?] y
    3Com devices (NET_VENDOR_3COM) [Y/n/?] y
      3c590/3c900 series (592/595/597) "Vortex/Boomerang" support (VORTEX) [N/m/y/?] n
      3cr990 series "Typhoon" support (TYPHOON) [N/m/y/?] n
    Adaptec devices (NET_VENDOR_ADAPTEC) [Y/n/?] y
      Adaptec Starfire/DuraLAN support (ADAPTEC_STARFIRE) [N/m/y/?] n
    Agere devices (NET_VENDOR_AGERE) [Y/n/?] y
      Agere ET-1310 Gigabit Ethernet support (ET131X) [N/m/y/?] n
    Alteon devices (NET_VENDOR_ALTEON) [Y/n/?] y
      Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support (ACENIC) [N/m/y/?] n
    Altera Triple-Speed Ethernet MAC support (ALTERA_TSE) [N/m/y/?] n
    AMD devices (NET_VENDOR_AMD) [Y/n/?] y
      AMD 8111 (new PCI LANCE) support (AMD8111_ETH) [N/m/y/?] n
      AMD PCnet32 PCI support (PCNET32) [N/m/y/?] n
    ARC devices (NET_VENDOR_ARC) [Y/n/?] y
      ARC EMAC support (ARC_EMAC) [N/m/y/?] n
    Atheros devices (NET_VENDOR_ATHEROS) [Y/n/?] y
      Atheros L2 Fast Ethernet support (ATL2) [N/m/y/?] n
      Atheros/Attansic L1 Gigabit Ethernet support (ATL1) [N/m/y/?] n
      Atheros L1E Gigabit Ethernet support (ATL1E) [N/m/y/?] n
      Atheros L1C Gigabit Ethernet support (ATL1C) [N/m/y/?] n
      Qualcomm Atheros AR816x/AR817x support (ALX) [N/m/y/?] n
    Aurora VLSI devices (NET_VENDOR_AURORA) [Y/n/?] y
      Aurora AU-NB8800 support (AURORA_NB8800) [N/m/y/?] n
    Cadence devices (NET_CADENCE) [Y/n/?] y
      Cadence MACB/GEM support (MACB) [N/m/y/?] n
    Broadcom devices (NET_VENDOR_BROADCOM) [Y/n/?] y
      Broadcom 440x/47xx ethernet support (B44) [N/m/y/?] n
      Broadcom GENET internal MAC support (BCMGENET) [N/m/y/?] n
      QLogic bnx2 support (BNX2) [N/m/y/?] n
      QLogic CNIC support (CNIC) [N/m/y/?] n
      Broadcom Tigon3 support (TIGON3) [N/m/y/?] n
      Broadcom NetXtremeII 10Gb support (BNX2X) [N/m/y/?] n
      Broadcom SYSTEMPORT internal MAC support (SYSTEMPORT) [N/m/y/?] n
      Broadcom NetXtreme-C/E support (BNXT) [N/m/y/?] n
    QLogic BR-series devices (NET_VENDOR_BROCADE) [Y/n/?] y
      QLogic BR-series 1010/1020/1860 10Gb Ethernet Driver support (BNA) [N/m/y/?] n
    Cavium ethernet drivers (NET_VENDOR_CAVIUM) [Y/n/?] y
    Chelsio devices (NET_VENDOR_CHELSIO) [Y/n/?] y
      Chelsio 10Gb Ethernet support (CHELSIO_T1) [N/m/y/?] n
      Chelsio Communications T3 10Gb Ethernet support (CHELSIO_T3) [N/m/y/?] n
      Chelsio Communications T4/T5 Ethernet support (CHELSIO_T4) [N/m/y/?] n
      Chelsio Communications T4/T5 Virtual Function Ethernet support (CHELSIO_T4VF) [N/m/y/?] n
    Cisco devices (NET_VENDOR_CISCO) [Y/n/?] y
      Cisco VIC Ethernet NIC Support (ENIC) [N/m/y/?] n
    DM9000 support (DM9000) [N/m/y/?] n
    Dave ethernet support (DNET) (DNET) [N/m/y/?] n
    Digital Equipment devices (NET_VENDOR_DEC) [Y/n/?] y
      DEC - Tulip devices (NET_TULIP) [N/y/?] n
    D-Link devices (NET_VENDOR_DLINK) [Y/n/?] y
      DL2000/TC902x/IP1000A-based Gigabit Ethernet support (DL2K) [N/m/y/?] n
      Sundance Alta support (SUNDANCE) [N/m/y/?] n
    Emulex devices (NET_VENDOR_EMULEX) [Y/n/?] y
      ServerEngines' 10Gbps NIC - BladeEngine (BE2NET) [N/m/y/?] n
    EZchip devices (NET_VENDOR_EZCHIP) [Y/n/?] y
      EZchip NPS management enet support (EZCHIP_NPS_MANAGEMENT_ENET) [N/m/y/?] n
    Exar devices (NET_VENDOR_EXAR) [Y/n/?] y
      Exar Xframe 10Gb Ethernet Adapter (S2IO) [N/m/y/?] n
      Exar X3100 Series 10GbE PCIe Server Adapter (VXGE) [N/m/y/?] n
    HP devices (NET_VENDOR_HP) [Y/n/?] y
      HP 10/100VG PCLAN (ISA, EISA, PCI) support (HP100) [N/m/y/?] n
    Intel devices (NET_VENDOR_INTEL) [Y/n/?] y
      Intel(R) PRO/100+ support (E100) [N/m/y/?] n
      Intel(R) PRO/1000 Gigabit Ethernet support (E1000) [N/m/y/?] n
      Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support (E1000E) [N/m/y/?] n
      Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support (IGB) [N/m/y/?] n
      Intel(R) 82576 Virtual Function Ethernet support (IGBVF) [N/m/y/?] n
      Intel(R) PRO/10GbE support (IXGB) [N/m/y/?] n
      Intel(R) 10GbE PCI Express adapters support (IXGBE) [N/m/y/?] n
      Intel(R) Ethernet Controller XL710 Family support (I40E) [N/m/y/?] n
      Intel (82586/82593/82596) devices (NET_VENDOR_I825XX) [Y/n/?] y
    JMicron(R) PCI-Express Gigabit Ethernet support (JME) [N/m/y/?] n
    Marvell devices (NET_VENDOR_MARVELL) [Y/n/?] y
      Marvell MDIO interface support (MVMDIO) [N/m/y/?] n
      Marvell Yukon Gigabit Ethernet support (SKGE) [N/m/y/?] n
      Marvell Yukon 2 support (SKY2) [N/m/y/?] n
    MediaTek ethernet driver (NET_VENDOR_MEDIATEK) [Y/n/?] y
      MediaTek SoC Gigabit Ethernet support (NET_MEDIATEK_SOC) [Y/n/m/?] y
        Mediatek Ethernet debug interface (NET_MEDIATEK_DBG) [N/y] (NEW)
        MediaTek HW NAT support (NET_MEDIATEK_HNAT) [N/m/?] n
    Mellanox devices (NET_VENDOR_MELLANOX) [Y/n/?] y
      Mellanox Technologies 1/10/40Gbit Ethernet support (MLX4_EN) [N/m/y/?] n
      Mellanox Technologies ConnectX-4 and Connect-IB core driver (MLX5_CORE) [N/m/y/?] n
      Mellanox Technologies Switch ASICs support (MLXSW_CORE) [N/m/y/?] n
    Micrel devices (NET_VENDOR_MICREL) [Y/n/?] y
      Micrel KS8851 SPI (KS8851) [N/m/y/?] n
      Micrel KS8851 MLL (KS8851_MLL) [N/m/y/?] n
      Micrel KSZ8841/2 PCI (KSZ884X_PCI) [N/m/y/?] n
    Microchip devices (NET_VENDOR_MICROCHIP) [Y/n/?] y
      ENC28J60 support (ENC28J60) [N/m/y/?] n
      ENCX24J600 support (ENCX24J600) [N/m/y/?] n
    Myricom devices (NET_VENDOR_MYRI) [Y/n/?] y
      Myricom Myri-10G Ethernet support (MYRI10GE) [N/m/y/?] n
    Mediatek Ethernet GMAC (RAETH) [N/m/y/?] (NEW)
    Myson MTD-8xx PCI Ethernet support (FEALNX) [N/m/y/?] n
    National Semi-conductor devices (NET_VENDOR_NATSEMI) [Y/n/?] y
      National Semiconductor DP8381x series PCI Ethernet support (NATSEMI) [N/m/y/?] n
      National Semiconductor DP83820 support (NS83820) [N/m/y/?] n
      National Semi-conductor 8390 devices (NET_VENDOR_8390) [Y/n/?] y
        ASIX AX88796 NE2000 clone support (AX88796) [N/m/y/?] n
        PCI NE2000 and clones support (see help) (NE2K_PCI) [N/m/y/?] n
    NVIDIA devices (NET_VENDOR_NVIDIA) [Y/n/?] y
      nForce Ethernet support (FORCEDETH) [N/m/y/?] n
    OKI Semiconductor devices (NET_VENDOR_OKI) [Y/n/?] y
    OpenCores 10/100 Mbps Ethernet MAC support (ETHOC) [N/m/y/?] n
    Packet Engine devices (NET_PACKET_ENGINE) [N/y/?] n
    QLogic devices (NET_VENDOR_QLOGIC) [Y/n/?] y
      QLogic QLA3XXX Network Driver Support (QLA3XXX) [N/m/y/?] n
      QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support (QLCNIC) [N/m/y/?] n
      QLogic QLGE 10Gb Ethernet Driver Support (QLGE) [N/m/y/?] n
      NetXen Multi port (1/10) Gigabit Ethernet NIC (NETXEN_NIC) [N/m/y/?] n
      QLogic QED 25/40/100Gb core driver (QED) [N/m/y/?] n
    Qualcomm devices (NET_VENDOR_QUALCOMM) [Y/n/?] y
      Qualcomm Atheros QCA7000 support (QCA7000) [N/m/y/?] n
    Realtek devices (NET_VENDOR_REALTEK) [Y/n/?] y
      RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (8139CP) [N/m/y/?] n
      RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support (8139TOO) [N/m/y/?] n
      Realtek 8169 gigabit ethernet support (R8169) [N/m/y/?] n
    Renesas devices (NET_VENDOR_RENESAS) [Y/n/?] y
    RDC devices (NET_VENDOR_RDC) [Y/n/?] y
      RDC R6040 Fast Ethernet Adapter support (R6040) [N/m/y/?] n
    Rocker devices (NET_VENDOR_ROCKER) [Y/n/?] y
    Samsung Ethernet devices (NET_VENDOR_SAMSUNG) [Y/n/?] y
      Samsung 10G/2.5G/1G SXGBE Ethernet driver (SXGBE_ETH) [N/m/y/?] n
    SEEQ devices (NET_VENDOR_SEEQ) [Y/n/?] y
    Silan devices (NET_VENDOR_SILAN) [Y/n/?] y
      Silan SC92031 PCI Fast Ethernet Adapter driver (SC92031) [N/m/y/?] n
    Silicon Integrated Systems (SiS) devices (NET_VENDOR_SIS) [Y/n/?] y
      SiS 900/7016 PCI Fast Ethernet Adapter support (SIS900) [N/m/y/?] n
      SiS190/SiS191 gigabit ethernet support (SIS190) [N/m/y/?] n
    Solarflare SFC4000/SFC9000/SFC9100-family support (SFC) [N/m/y/?] n
    SMC (SMSC)/Western Digital devices (NET_VENDOR_SMSC) [Y/n/?] y
      SMC 91C9x/91C1xxx support (SMC91X) [N/m/y/?] n
      SMC EtherPower II (EPIC100) [N/m/y/?] n
      SMSC LAN911x/LAN921x families embedded ethernet support (SMSC911X) [N/m/y/?] n
      SMSC LAN9420 PCI ethernet adapter support (SMSC9420) [N/m/y/?] n
    STMicroelectronics devices (NET_VENDOR_STMICRO) [Y/n/?] y
      STMicroelectronics 10/100/1000 Ethernet driver (STMMAC_ETH) [N/m/y/?] n
    Sun devices (NET_VENDOR_SUN) [Y/n/?] y
      Sun Happy Meal 10/100baseT support (HAPPYMEAL) [N/m/y/?] n
      Sun GEM support (SUNGEM) [N/m/y/?] n
      Sun Cassini support (CASSINI) [N/m/y/?] n
      Sun Neptune 10Gbit Ethernet support (NIU) [N/m/y/?] n
    Synopsys devices (NET_VENDOR_SYNOPSYS) [Y/n/?] y
      Sypnopsys DWC Ethernet QOS v4.10a support (SYNOPSYS_DWC_ETH_QOS) [N/m/y/?] n
    Tehuti devices (NET_VENDOR_TEHUTI) [Y/n/?] y
      Tehuti Networks 10G Ethernet (TEHUTI) [N/m/y/?] n
    Texas Instruments (TI) devices (NET_VENDOR_TI) [Y/n/?] y
      TI CPSW ALE Support (TI_CPSW_ALE) [N/m/y/?] n
      TI ThunderLAN support (TLAN) [N/m/y/?] n
    Toshiba devices (NET_VENDOR_TOSHIBA) [Y/n/?] y
      TOSHIBA TC35815 Ethernet support (TC35815) [N/m/y] n
    VIA devices (NET_VENDOR_VIA) [Y/n/?] y
      VIA Rhine support (VIA_RHINE) [N/m/y/?] n
      VIA Velocity support (VIA_VELOCITY) [N/m/y/?] n
    WIZnet devices (NET_VENDOR_WIZNET) [Y/n/?] y
      WIZnet W5100 Ethernet support (WIZNET_W5100) [N/m/y/?] n
      WIZnet W5300 Ethernet support (WIZNET_W5300) [N/m/y/?] n
  FDDI driver support (FDDI) [N/m/y/?] n
  HIPPI driver support (HIPPI) [N/y/?] n
  Micrel KS8995MA 5-ports 10/100 managed Ethernet switch (MICREL_KS8995MA) [N/m/y] n
  PPP (point-to-point protocol) support (PPP) [M/n/y/?] m
    PPP BSD-Compress compression (PPP_BSDCOMP) [N/m/?] n
    PPP Deflate compression (PPP_DEFLATE) [N/m/?] n
    PPP filtering (PPP_FILTER) [Y/n/?] y
    PPP MPPE compression (encryption) (PPP_MPPE) [N/m/?] n
    PPP multilink support (PPP_MULTILINK) [Y/n/?] y
    PPP over Ethernet (PPPOE) [M/n/?] m
    PPP on L2TP Access Concentrator (PPPOLAC) [N/m/?] n
    PPP on PPTP Network Server (PPPOPNS) [N/m/?] n
    PPP support for async serial ports (PPP_ASYNC) [M/n/?] m
    PPP support for sync tty ports (PPP_SYNC_TTY) [N/m/?] n
  SLIP (serial line) support (SLIP) [N/m/y/?] n
  *
  * Host-side USB support is needed for USB Network Adapter support
  *
  *
  * Enable WiMAX (Networking options) to see the WiMAX drivers
  *
  VMware VMXNET3 ethernet driver (VMXNET3) [N/m/y/?] n
*
* Serial drivers
*
8250/16550 and compatible serial support (SERIAL_8250) [Y/n/m/?] y
  Support 8250_core.* kernel options (DEPRECATED) (SERIAL_8250_DEPRECATED_OPTIONS) [N/y/?] n
  Console on 8250/16550 and compatible serial port (SERIAL_8250_CONSOLE) [Y/n/?] y
  8250/16550 PCI device support (SERIAL_8250_PCI) [N/m/y/?] n
  Maximum number of 8250/16550 serial ports (SERIAL_8250_NR_UARTS) [3] 3
  Number of 8250/16550 serial ports to register at runtime (SERIAL_8250_RUNTIME_UARTS) [3] 3
  Extended 8250/16550 serial driver options (SERIAL_8250_EXTENDED) [N/y/?] n
Support for Synopsys DesignWare 8250 quirks (SERIAL_8250_DW) [N/m/y/?] n
Ralink RT288x/RT305x/RT3662/RT3883 serial port support (SERIAL_8250_RT288X) [N/y/?] n
Mediatek serial port support (SERIAL_8250_MT6577) [N/y/?] (NEW)
Support for Ingenic SoC serial ports (SERIAL_8250_INGENIC) [N/y/?] n
Support for serial ports on Intel MID platforms (SERIAL_8250_MID) [N/m/y/?] n
*
* Non-8250 serial port support
*
MAX3100 support (SERIAL_MAX3100) [N/m/y/?] n
MAX310X support (SERIAL_MAX310X) [N/m/y/?] n
Xilinx uartlite serial port support (SERIAL_UARTLITE) [N/m/y/?] n
Digi International NEO and Classic PCI Support (SERIAL_JSM) [N/m/y/?] n
Serial port on Open Firmware platform bus (SERIAL_OF_PLATFORM) [Y/n/m/?] y
SCCNXP serial port support (SERIAL_SCCNXP) [N/m/y/?] n
SC16IS7xx serial support (SERIAL_SC16IS7XX) [N/m/y/?] n
Broadcom BCM63xx/BCM33xx UART support (SERIAL_BCM63XX) [N/m/y/?] n
Altera JTAG UART support (SERIAL_ALTERA_JTAGUART) [N/m/y/?] n
Altera UART support (SERIAL_ALTERA_UART) [N/m/y/?] n
SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL) (SERIAL_IFX6X60) [N/m/y/?] n
Cadence (Xilinx Zynq) UART support (SERIAL_XILINX_PS_UART) [N/m/y/?] n
ARC UART driver support (SERIAL_ARC) [N/m/y/?] n
Comtrol RocketPort EXPRESS/INFINITY support (SERIAL_RP2) [N/m/y/?] n
Freescale lpuart serial port support (SERIAL_FSL_LPUART) [N/m/y/?] n
Conexant Digicolor CX92xxx USART serial port support (SERIAL_CONEXANT_DIGICOLOR) [N/m/y/?] n
*
* Mali Midgard series support
*
Mali Midgard series support (MALI_MIDGARD) [N/m/y/?] (NEW)
*
* USB Physical Layer drivers
*
Hold a wakelock when USB connected (USB_OTG_WAKELOCK) [N/y/?] (NEW)
NOP USB Transceiver Driver (NOP_USB_XCEIV) [N/m/y/?] n
GPIO based peripheral-only VBUS sensing 'transceiver' (USB_GPIO_VBUS) [N/m/y/?] n
*
* LED Support
*
LED Support (NEW_LEDS) [Y/n/?] y
  LED Class Support (LEDS_CLASS) [Y/n/m/?] y
    LED Flash Class Support (LEDS_CLASS_FLASH) [N/m/y/?] n
    LED Class brightness_hw_changed attribute support (LEDS_BRIGHTNESS_HW_CHANGED) [N/y/?] (NEW)
  *
  * LED drivers
  *
  LED Support for Broadcom BCM6328 (LEDS_BCM6328) [N/m/y/?] n
  LED Support for Broadcom BCM6358 (LEDS_BCM6358) [N/m/y/?] n
  LED Support for GPIO connected LEDs (LEDS_GPIO) [M/n/y/?] m
  LED Support for DAC124S085 SPI DAC (LEDS_DAC124S085) [N/m/y/?] n
  LED driver for LT3593 controllers (LEDS_LT3593) [N/m/y/?] n
  *
  * LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
  *
  Userspace LED support (LEDS_USER) [N/m/y/?] (NEW)
  *
  * LED Triggers
  *
  *
  * LED Trigger support
  *
  LED Trigger support (LEDS_TRIGGERS) [Y/n/?] y
    LED Timer Trigger (LEDS_TRIGGER_TIMER) [Y/n/m/?] y
    LED One-shot Trigger (LEDS_TRIGGER_ONESHOT) [N/m/y/?] n
    LED MTD (NAND/NOR) Trigger (LEDS_TRIGGER_MTD) [N/y/?] (NEW)
    LED Heartbeat Trigger (LEDS_TRIGGER_HEARTBEAT) [N/m/y/?] n
    LED backlight Trigger (LEDS_TRIGGER_BACKLIGHT) [N/m/y/?] n
    LED CPU Trigger (LEDS_TRIGGER_CPU) [N/y/?] n
    LED GPIO Trigger (LEDS_TRIGGER_GPIO) [N/m/y/?] n
    LED Default ON Trigger (LEDS_TRIGGER_DEFAULT_ON) [Y/n/m/?] y
    *
    * iptables trigger is under Netfilter config (LED target)
    *
    LED Transient Trigger (LEDS_TRIGGER_TRANSIENT) [N/m/y/?] n
    LED Camera Flash/Torch Trigger (LEDS_TRIGGER_CAMERA) [N/m/y/?] n
    LED Panic Trigger (LEDS_TRIGGER_PANIC) [N/y/?] (NEW)
*
* Platform support for Goldfish virtual devices
*
Platform support for Goldfish virtual devices (GOLDFISH) [N/y/?] (NEW)
*
* SOC (System On Chip) specific Drivers
*
MediaTek SCPSYS DUMMY Support (MTK_SCPSYS_DUMMY) [N/y/?] (NEW)
*
* Kernel hacking
*
Magic SysRq key (MAGIC_SYSRQ) [Y/n/?] y
  Enable magic SysRq key functions by default (MAGIC_SYSRQ_DEFAULT_ENABLE) [0x1] 0x1
Kernel debugging (DEBUG_KERNEL) [Y/?] y
Debug shared IRQ handlers (DEBUG_SHIRQ) [N/y/?] n
Panic on Oops (PANIC_ON_OOPS) [Y/n/?] y
panic timeout (PANIC_TIMEOUT) [1] 1
Collect scheduler debugging info (SCHED_DEBUG) [N/y/?] n
Panic on RT throttling (PANIC_ON_RT_THROTTLING) [N/y/?] (NEW)
Collect scheduler statistics (SCHEDSTATS) [N/y/?] n
Detect stack corruption on calls to schedule() (SCHED_STACK_END_CHECK) [N/y/?] n
Enable extra timekeeping sanity checking (DEBUG_TIMEKEEPING) [N/y/?] n
Collect kernel timers statistics (TIMER_STATS) [N/y/?] n
Stack backtrace support (STACKTRACE) [N/y/?] n
kobject debugging (DEBUG_KOBJECT) [N/y/?] n
Debug linked list manipulation (DEBUG_LIST) [N/y/?] n
Debug priority linked list manipulation (DEBUG_PI_LIST) [N/y/?] n
Debug SG table operations (DEBUG_SG) [N/y/?] n
Debug notifier call chains (DEBUG_NOTIFIERS) [N/y/?] n
Debug credential management (DEBUG_CREDENTIALS) [N/y/?] n
Force extended block device numbers and spread them (DEBUG_BLOCK_EXT_DEVT) [N/y/?] n
Notifier error injection (NOTIFIER_ERROR_INJECTION) [N/m/y/?] n
Fault-injection framework (FAULT_INJECTION) [N/y/?] n
Latency measuring infrastructure (LATENCYTOP) [N/y/?] n
Enable debugging of DMA-API usage (DMA_API_DEBUG) [N/y/?] n
Test module loading with 'hello world' module (TEST_LKM) [N/m/?] n
Test user/kernel boundary protections (TEST_USER_COPY) [N/m/?] n
Test BPF filter functionality (TEST_BPF) [N/m/?] n
Test firmware loading via userspace interface (TEST_FIRMWARE) [N/m/y/?] n
udelay test driver (TEST_UDELAY) [N/m/y/?] n
Memtest (MEMTEST) [N/y/?] n
Test static keys (TEST_STATIC_KEYS) [N/m/?] n
Early printk (EARLY_PRINTK) [Y/n/?] y
Built-in kernel command line (CMDLINE_BOOL) [Y/n/?] y
  Default kernel command string (CMDLINE) [rootfstype=squashfs,jffs2] rootfstype=squashfs,jffs2
  Built-in command line overrides firmware arguments (CMDLINE_OVERRIDE) [N/y/?] n
Enable spinlock timing tests in debugfs (SPINLOCK_TEST) [N/y/?] n
L2 cache debugfs entries (SCACHE_DEBUGFS) [N/y/?] n
*
* Cryptographic API
*
Cryptographic API (CRYPTO) [Y/?] y
  *
  * Crypto core or helper
  *
  ALGAPI (CRYPTO_ALGAPI) [Y/?] y
  AEAD (CRYPTO_AEAD) [N/m/y] n
  BLKCIPHER (CRYPTO_BLKCIPHER) [Y] y
  HASH (CRYPTO_HASH) [N/m/y] n
  RNG (CRYPTO_RNG) [N/m/y] n
  RSA algorithm (CRYPTO_RSA) [N/m/y/?] n
  Cryptographic algorithm manager (CRYPTO_MANAGER) [N/m/y/?] n
  Userspace cryptographic algorithm configuration (CRYPTO_USER) [N/m/y/?] n
  GF(2^128) multiplication functions (CRYPTO_GF128MUL) [N/m/y/?] n
  Null algorithms (CRYPTO_NULL) [N/m/y/?] n
  Software async crypto daemon (CRYPTO_CRYPTD) [N/m/y/?] n
  Software async multi-buffer crypto daemon (CRYPTO_MCRYPTD) [N/m/y/?] n
  Authenc support (CRYPTO_AUTHENC) [N/m/y/?] n
  Testing module (CRYPTO_TEST) [N/m/?] n
  *
  * Authenticated Encryption with Associated Data
  *
  CCM support (CRYPTO_CCM) [N/m/y/?] n
  GCM/GMAC support (CRYPTO_GCM) [N/m/y/?] n
  ChaCha20-Poly1305 AEAD support (CRYPTO_CHACHA20POLY1305) [N/m/y/?] n
  Sequence Number IV Generator (CRYPTO_SEQIV) [N/m/y/?] n
  Encrypted Chain IV Generator (CRYPTO_ECHAINIV) [N/m/y/?] n
  *
  * Block modes
  *
  CBC support (CRYPTO_CBC) [N/m/y/?] n
  HEH support (CRYPTO_HEH) [N/m/y/?] (NEW)
  CTR support (CRYPTO_CTR) [N/m/y/?] n
  CTS support (CRYPTO_CTS) [N/m/y/?] n
  ECB support (CRYPTO_ECB) [N/m/y/?] n
  LRW support (CRYPTO_LRW) [N/m/y/?] n
  PCBC support (CRYPTO_PCBC) [N/m/y/?] n
  XTS support (CRYPTO_XTS) [N/m/y/?] n
  Key wrapping support (CRYPTO_KEYWRAP) [N/m/y/?] n
  *
  * Hash modes
  *
  CMAC support (CRYPTO_CMAC) [N/m/y/?] n
  HMAC support (CRYPTO_HMAC) [N/m/y/?] n
  XCBC support (CRYPTO_XCBC) [N/m/y/?] n
  VMAC support (CRYPTO_VMAC) [N/m/y/?] n
  *
  * Digest
  *
  CRC32c CRC algorithm (CRYPTO_CRC32C) [N/m/y/?] n
  CRC32 CRC algorithm (CRYPTO_CRC32) [N/m/y/?] n
  CRCT10DIF algorithm (CRYPTO_CRCT10DIF) [N/m/y/?] n
  GHASH digest algorithm (CRYPTO_GHASH) [N/m/y/?] n
  Poly1305 authenticator algorithm (CRYPTO_POLY1305) [N/m/y/?] n
  MD4 digest algorithm (CRYPTO_MD4) [N/m/y/?] n
  MD5 digest algorithm (CRYPTO_MD5) [N/m/y/?] n
  Michael MIC keyed digest algorithm (CRYPTO_MICHAEL_MIC) [N/m/y/?] n
  RIPEMD-128 digest algorithm (CRYPTO_RMD128) [N/m/y/?] n
  RIPEMD-160 digest algorithm (CRYPTO_RMD160) [N/m/y/?] n
  RIPEMD-256 digest algorithm (CRYPTO_RMD256) [N/m/y/?] n
  RIPEMD-320 digest algorithm (CRYPTO_RMD320) [N/m/y/?] n
  SHA1 digest algorithm (CRYPTO_SHA1) [N/m/y/?] n
  SHA-224/256 digest algorithm (ARM-asm and NEON) (CRYPTO_SHA256_ARM) [N/m/y/?] (NEW)
  SHA224 and SHA256 digest algorithm (CRYPTO_SHA256) [N/m/y/?] n
  SHA384 and SHA512 digest algorithms (CRYPTO_SHA512) [N/m/y/?] n
  Tiger digest algorithms (CRYPTO_TGR192) [N/m/y/?] n
  Whirlpool digest algorithms (CRYPTO_WP512) [N/m/y/?] n
  *
  * Ciphers
  *
  AES cipher algorithms (CRYPTO_AES) [Y/?] y
  Anubis cipher algorithm (CRYPTO_ANUBIS) [N/m/y/?] n
  ARC4 cipher algorithm (CRYPTO_ARC4) [Y/n/m/?] y
  Blowfish cipher algorithm (CRYPTO_BLOWFISH) [N/m/y/?] n
  Camellia cipher algorithms (CRYPTO_CAMELLIA) [N/m/y/?] n
  CAST5 (CAST-128) cipher algorithm (CRYPTO_CAST5) [N/m/y/?] n
  CAST6 (CAST-256) cipher algorithm (CRYPTO_CAST6) [N/m/y/?] n
  DES and Triple DES EDE cipher algorithms (CRYPTO_DES) [N/m/y/?] n
  FCrypt cipher algorithm (CRYPTO_FCRYPT) [N/m/y/?] n
  Khazad cipher algorithm (CRYPTO_KHAZAD) [N/m/y/?] n
  Salsa20 stream cipher algorithm (CRYPTO_SALSA20) [N/m/y/?] n
  ChaCha20 cipher algorithm (CRYPTO_CHACHA20) [N/m/y/?] n
  SEED cipher algorithm (CRYPTO_SEED) [N/m/y/?] n
  Serpent cipher algorithm (CRYPTO_SERPENT) [N/m/y/?] n
  Speck cipher algorithm (CRYPTO_SPECK) [N/m/y/?] n
  TEA, XTEA and XETA cipher algorithms (CRYPTO_TEA) [N/m/y/?] n
  Twofish cipher algorithm (CRYPTO_TWOFISH) [N/m/y/?] n
  *
  * Compression
  *
  Deflate compression algorithm (CRYPTO_DEFLATE) [N/m/y/?] n
  Zlib compression algorithm (CRYPTO_ZLIB) [N/m/y/?] n
  LZO compression algorithm (CRYPTO_LZO) [N/m/y/?] n
  842 compression algorithm (CRYPTO_842) [N/m/y/?] n
  LZ4 compression algorithm (CRYPTO_LZ4) [N/m/y/?] n
  LZ4HC compression algorithm (CRYPTO_LZ4HC) [N/m/y/?] n
  *
  * Random Number Generation
  *
  Pseudo Random Number Generation for Cryptographic modules (CRYPTO_ANSI_CPRNG) [N/m/y/?] n
  Jitterentropy Non-Deterministic Random Number Generator (CRYPTO_JITTERENTROPY) [N/m/y/?] n
  User-space interface for hash algorithms (CRYPTO_USER_API_HASH) [N/m/y/?] n
  User-space interface for symmetric key cipher algorithms (CRYPTO_USER_API_SKCIPHER) [N/m/y/?] n
  User-space interface for random number generator algorithms (CRYPTO_USER_API_RNG) [N/m/y/?] n
  User-space interface for AEAD cipher algorithms (CRYPTO_USER_API_AEAD) [N/m/y/?] n
#
# configuration written to .config
#

编译成功

make[5]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198'
cmp -s /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux.debug || { mipsel-openwrt-linux-musl-objcopy -O binary -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -S /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux; mipsel-openwrt-linux-musl-objcopy -R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -S /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux.elf; cp -fpR /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux.debug;  }
touch /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/.image
make -C image compile install TARGET_BUILD=
make[5]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/target/linux/ramips/image'
make[5]: Nothing to be done for 'compile'.
mkdir -p /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/mksquashfs4 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/root-ramips /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs -nopad -noappend -root-owned -comp xz -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2  -b 256k -p '/dev d 755 0 0' -p '/dev/console c 600 0 0 5 1' -fixed-time 1591238703
Parallel mksquashfs: Using 8 processors
Creating 4.0 filesystem on /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs, block size 262144.
Pseudo file "/dev" exists in source filesystem "/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/root-ramips/dev".
Ignoring, exclude it (-e/-ef) to override.
[==========================================================================================================================================================================/] 451/451 100%
Exportable Squashfs 4.0 filesystem, xz compressed, data block size 262144
        compressed data, compressed metadata, compressed fragments, no xattrs
        duplicates are removed
Filesystem size 1754.67 Kbytes (1.71 Mbytes)
        36.23% of uncompressed filesystem size (4842.76 Kbytes)
Inode table size 4986 bytes (4.87 Kbytes)
        21.04% of uncompressed inode table size (23699 bytes)
Directory table size 7048 bytes (6.88 Kbytes)
        51.42% of uncompressed directory table size (13708 bytes)
Number of duplicate files found 5
Number of inodes 704
Number of files 450
Number of fragments 13
Number of symbolic links  190
Number of device nodes 1
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 63
Number of ids (unique uids + gids) 1
Number of uids 1
        root (0)
Number of gids 1
        root (0)
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.dtb.tmp ../dts/MT7628.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387396 Bytes = 1354.88 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mt7628-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin
2709+1 records in
2709+1 records out
1387460 bytes (1.4 MB, 1.3 MiB) copied, 0.00879483 s, 158 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.00612307 s, 293 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin  64
padding image to 00310000
echo '{  "supported_devices":["mt7628"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.dtb.tmp ../dts/MIWIFI-NANO.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387539 Bytes = 1355.02 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/miwifi-nano-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin
2710+1 records in
2710+1 records out
1387603 bytes (1.4 MB, 1.3 MiB) copied, 0.0418463 s, 33.2 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.0459101 s, 39.1 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 0030a000
padding image to 0030c000
padding image to 00310000
padding image to 00320000
padding image to 00340000
echo '{  "supported_devices":["miwifi-nano"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.dtb.tmp ../dts/VOCORE2.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387267 Bytes = 1354.75 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vocore2-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin
2709+1 records in
2709+1 records out
1387331 bytes (1.4 MB, 1.3 MiB) copied, 0.00268589 s, 517 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.0079503 s, 226 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 0030a000
padding image to 0030c000
padding image to 00310000
padding image to 00320000
padding image to 00340000
echo '{  "supported_devices":["vocore2"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.dtb.tmp ../dts/WL-WN575A3.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387484 Bytes = 1354.96 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wl-wn575a3-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin
2710+1 records in
2710+1 records out
1387548 bytes (1.4 MB, 1.3 MiB) copied, 0.00353634 s, 392 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.005865 s, 306 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 0030a000
padding image to 0030c000
padding image to 00310000
padding image to 00320000
padding image to 00340000
echo '{  "supported_devices":["wl-wn575a3"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.dtb.tmp ../dts/WRTNODE2P.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387563 Bytes = 1355.04 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/wrtnode2p-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin
2710+1 records in
2710+1 records out
1387627 bytes (1.4 MB, 1.3 MiB) copied, 0.00502677 s, 276 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.00567945 s, 316 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 0030a000
padding image to 0030c000
padding image to 00310000
padding image to 00320000
padding image to 00340000
echo '{  "supported_devices":["wrtnode2p"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.dtb.tmp ../dts/DUZUN-DM06.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387672 Bytes = 1355.15 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/duzun-dm06-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin
2710+1 records in
2710+1 records out
1387736 bytes (1.4 MB, 1.3 MiB) copied, 0.0380436 s, 36.5 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.00589768 s, 305 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 0030a000
padding image to 0030c000
padding image to 00310000
padding image to 00320000
padding image to 00340000
echo '{  "supported_devices":["duzun-dm06"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/vmlinux /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin
mipsel-openwrt-linux-musl-cpp -nostdinc -x assembler-with-cpp -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts -I/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/arch/mips/boot/dts/include -undef -D__DTS__  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.dtb.tmp ../dts/MAC1200RV2.dts
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/linux-4.4.198/scripts/dtc/dtc -O dtb -i../dts/  -o /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.dtb.tmp
Warning (unit_address_vs_reg): Node /cpus/cpu@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /cpuintc@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /pcie@10140000/pcie-bridge has a reg or ranges property, but no unit name
rm -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.dtb.tmp
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/patch-dtb /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.dtb
DT size used is default of 16KB
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/lzma e /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin -lc1 -lp2 -pb2  /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.new
mkimage -A mips -O linux -T kernel -C lzma -a 0x80000000 -e 0x80000000 -n 'MIPS LEDE Linux-4.4.198' -d /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin.new
Image Name:   MIPS LEDE Linux-4.4.198
Created:      Thu Jun  4 02:45:03 2020
Image Type:   MIPS Linux Kernel Image (lzma compressed)
Data Size:    1387516 Bytes = 1355.00 kB = 1.32 MB
Load Address: 80000000
Entry Point:  80000000
[ -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin -a -f /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs ]
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/mac1200r-v2-kernel.bin >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin
2710+1 records in
2710+1 records out
1387580 bytes (1.4 MB, 1.3 MiB) copied, 0.0057365 s, 242 MB/s
dd if=/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/root.squashfs >> /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin
3509+1 records in
3509+1 records out
1796786 bytes (1.8 MB, 1.7 MiB) copied, 0.00777434 s, 231 MB/s
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/padjffs2 /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 0030a000
padding image to 0030c000
padding image to 00310000
padding image to 00320000
padding image to 00340000
echo '{  "supported_devices":["mac1200r-v2"], "version": { "dist": "LEDE", "version": "17.01-SNAPSHOT", "revision": "unknown", "board": "ramips" } }' | fwtool -I - /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin
cp /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_mt7628/tmp/lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin
/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/staging_dir/host/bin/opkg --offline-root /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/build_dir/target-mipsel_24kc_musl-1.1.16/root-ramips --add-arch all:100 --add-arch mipsel_24kc:200 list-installed > /home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/bin/targets/ramips/mt7628/lede-ramips-mt7628-default.manifest
make[5]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/target/linux/ramips/image'
make[4]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/target/linux/ramips'
make[3]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0/target/linux'
make[2]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
export MAKEFLAGS= ;make -w -r package/index
make[2]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
Generating package index...
Generating index for package ./base-files_172-unknown_mipsel_24kc.ipk
Generating index for package ./fstools_2018-01-04-37762ff4-1_mipsel_24kc.ipk
Generating index for package ./fwtool_1_mipsel_24kc.ipk
Generating index for package ./kmod-cfg80211_4.4.198+2017-01-31-1_mipsel_24kc.ipk
Generating index for package ./kmod-gpio-button-hotplug_4.4.198-2_mipsel_24kc.ipk
Generating index for package ./kmod-ip6tables_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-ipt-conntrack_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-ipt-core_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-ipt-nat_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-leds-gpio_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-lib-crc-ccitt_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-mac80211_4.4.198+2017-01-31-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt76-core_4.4.198+2017-12-03-e326bc2a-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt7603_4.4.198+2017-12-03-e326bc2a-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt76_4.4.198+2017-12-03-e326bc2a-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt76x2_4.4.198+2017-12-03-e326bc2a-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-conntrack6_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-conntrack_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-ipt6_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-ipt_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-nat_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-nls-base_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-ppp_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-pppoe_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-pppox_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-slhc_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-core_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-ledtrig-usbport_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-ohci_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb2_4.4.198-1_mipsel_24kc.ipk
Generating index for package ./libgcc_5.4.0-1_mipsel_24kc.ipk
Generating index for package ./libpthread_1.1.16-1_mipsel_24kc.ipk
Generating index for package ./opkg_2017-12-08-9f61f7ac-1_mipsel_24kc.ipk
Generating index for package ./procd_2018-01-22-9a4036fb-1_mipsel_24kc.ipk
Generating index for package ./busybox_1.25.1-4_mipsel_24kc.ipk
Generating index for package ./dnsmasq_2.78-6_mipsel_24kc.ipk
Generating index for package ./dropbear_2017.75-2_mipsel_24kc.ipk
Generating index for package ./firewall_2017-05-27-a4d98aea-1_mipsel_24kc.ipk
Generating index for package ./hostapd-common_2016-12-19-ad02e79d-2_mipsel_24kc.ipk
Generating index for package ./ip6tables_1.6.2-1_mipsel_24kc.ipk
Generating index for package ./iptables_1.6.2-1_mipsel_24kc.ipk
Generating index for package ./iw_4.9-1_mipsel_24kc.ipk
Generating index for package ./jshn_2018-01-07-1dafcd78-1_mipsel_24kc.ipk
Generating index for package ./jsonfilter_2016-07-02-dea067ad-1_mipsel_24kc.ipk
Generating index for package ./lede-keyring_2017-01-20-a50b7529-1_mipsel_24kc.ipk
Generating index for package ./libblobmsg-json_2018-01-07-1dafcd78-1_mipsel_24kc.ipk
Generating index for package ./libip4tc_1.6.2-1_mipsel_24kc.ipk
Generating index for package ./libip6tc_1.6.2-1_mipsel_24kc.ipk
Generating index for package ./libjson-c_0.12.1-1_mipsel_24kc.ipk
Generating index for package ./libjson-script_2018-01-07-1dafcd78-1_mipsel_24kc.ipk
Generating index for package ./libnl-tiny_0.1-5_mipsel_24kc.ipk
Generating index for package ./libubox_2018-01-07-1dafcd78-1_mipsel_24kc.ipk
Generating index for package ./libubus_2017-02-18-34c6e818-1_mipsel_24kc.ipk
Generating index for package ./libuci_2018-01-01-141b64ef-1_mipsel_24kc.ipk
Generating index for package ./libuclient_2016-12-09-52d955fd-1_mipsel_24kc.ipk
Generating index for package ./libxtables_1.6.2-1_mipsel_24kc.ipk
Generating index for package ./logd_2017-03-10-16f7e161-1_mipsel_24kc.ipk
Generating index for package ./mtd_21_mipsel_24kc.ipk
Generating index for package ./netifd_2017-01-25-650758b1-1_mipsel_24kc.ipk
Generating index for package ./odhcp6c_2017-01-30-c13b6a05-2_mipsel_24kc.ipk
Generating index for package ./odhcpd_2018-03-02-2da5850f-3_mipsel_24kc.ipk
Generating index for package ./ppp-mod-pppoe_2.4.7-12_mipsel_24kc.ipk
Generating index for package ./ppp_2.4.7-12_mipsel_24kc.ipk
Generating index for package ./swconfig_11_mipsel_24kc.ipk
Generating index for package ./ubox_2017-03-10-16f7e161-1_mipsel_24kc.ipk
Generating index for package ./ubus_2017-02-18-34c6e818-1_mipsel_24kc.ipk
Generating index for package ./ubusd_2017-02-18-34c6e818-1_mipsel_24kc.ipk
Generating index for package ./uci_2018-01-01-141b64ef-1_mipsel_24kc.ipk
Generating index for package ./uclient-fetch_2016-12-09-52d955fd-1_mipsel_24kc.ipk
Generating index for package ./usign_2015-07-04-ef641914-1_mipsel_24kc.ipk
Signing package index...
make[2]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
export MAKEFLAGS= ;make -w -r diffconfig
make[2]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
make[2]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
export MAKEFLAGS= ;make -w -r checksum
make[2]: Entering directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
make[2]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
make[1]: Leaving directory '/home/snow/openwrt/lede/mtk-openwrt-lede-4.2.1.0'
~/openwrt/lede/mtk-openwrt-lede-4.2.1.0 $
~/openwrt/lede/mtk-openwrt-lede-4.2.1.0 $

固件路径

~/openwrt/lede/mtk-openwrt-lede-4.2.1.0 $ ls bin/targets/ramips/mt7628/ -alh
total 23M
drwxr-xr-x 3 snow snow 4.0K  74 12:43 .
drwxr-xr-x 3 snow snow 4.0K  74 12:27 ..
-rw-r--r-- 1 snow snow  24K  74 12:43 config.seed
-rw-r--r-- 1 snow snow 2.0K  74 12:43 lede-ramips-mt7628-default.manifest
-rw-r--r-- 1 snow snow 3.3M  74 12:43 lede-ramips-mt7628-duzun-dm06-squashfs-sysupgrade.bin
-rw-r--r-- 1 snow snow 3.3M  74 12:43 lede-ramips-mt7628-mac1200r-v2-squashfs-sysupgrade.bin
-rw-r--r-- 1 snow snow 3.3M  74 12:43 lede-ramips-mt7628-miwifi-nano-squashfs-sysupgrade.bin
-rw-r--r-- 1 snow snow 3.1M  74 12:42 lede-ramips-mt7628-mt7628-squashfs-sysupgrade.bin
-rw-r--r-- 1 snow snow 3.3M  74 12:43 lede-ramips-mt7628-vocore2-squashfs-sysupgrade.bin
-rw-r--r-- 1 snow snow 3.3M  74 12:43 lede-ramips-mt7628-wl-wn575a3-squashfs-sysupgrade.bin
-rw-r--r-- 1 snow snow 3.3M  74 12:43 lede-ramips-mt7628-wrtnode2p-squashfs-sysupgrade.bin
drwxr-xr-x 2 snow snow 4.0K  74 12:43 packages
-rw-r--r-- 1 snow snow 1014  74 12:43 sha256sums
~/openwrt/lede/mtk-openwrt-lede-4.2.1.0 $
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值