Firefly开源社区

打印 上一主题 下一主题

[Linux] RK3588主板,编译kernel时报错,已经按照wiki更新了SDK

49

积分

0

威望

0

贡献

技术小白

积分
49

RK3588主板,编译kernel时报错,已经按照wiki更新了SDK

发表于 2024-1-29 10:40:59      浏览:792 | 回复:9        打印      只看该作者   [复制链接] 楼主
  • 固件类型: 自行编译的固件
  • SDK包名称: rk3588_linux_release_20240105_v1.3.0b.xml
  • SDK更新到哪个COMMIT: 0000-00-00 00:00:00
  • SDK修改内容: 未修改
  • Log日志: log.rar
问题描述及复现步骤:
.config:7431:warning: override: reassigning to symbol NETFILTER_XT_MATCH_IPVS
.config:7435:warning: override: reassigning to symbol NETFILTER_XT_MATCH_MAC
.config:7466:warning: override: reassigning to symbol NFT_DUP_IPV4
.config:7467:warning: override: reassigning to symbol NFT_FIB_IPV4
.config:7468:warning: override: reassigning to symbol NF_TABLES_ARP
.config:7472:warning: override: reassigning to symbol NF_REJECT_IPV4
.config:7476:warning: override: reassigning to symbol IP_NF_IPTABLES
.config:7481:warning: override: reassigning to symbol IP_NF_FILTER
.config:7482:warning: override: reassigning to symbol IP_NF_TARGET_REJECT
.config:7484:warning: override: reassigning to symbol IP_NF_NAT
.config:7485:warning: override: reassigning to symbol IP_NF_TARGET_MASQUERADE
.config:7487:warning: override: reassigning to symbol IP_NF_TARGET_REDIRECT
.config:7488:warning: override: reassigning to symbol IP_NF_MANGLE
.config:7509:warning: override: reassigning to symbol NF_REJECT_IPV6
.config:7511:warning: override: reassigning to symbol IP6_NF_IPTABLES
.config:7523:warning: override: reassigning to symbol IP6_NF_FILTER
.config:7524:warning: override: reassigning to symbol IP6_NF_TARGET_REJECT
.config:7526:warning: override: reassigning to symbol IP6_NF_MANGLE
.config:7527:warning: override: reassigning to symbol IP6_NF_RAW
.config:7529:warning: override: reassigning to symbol IP6_NF_NAT
.config:7530:warning: override: reassigning to symbol IP6_NF_TARGET_MASQUERADE
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  CC      scripts/mod/devicetable-offsets.s
In file included from ./include/linux/types.h:6,
                 from ./include/linux/mod_devicetable.h:12,
                 from scripts/mod/devicetable-offsets.c:3:
./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
    5 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:117: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 1
Makefile:1492: recipe for target 'scripts_mod' failed
make[1]: *** [scripts_mod] Error 2
arch/arm64/Makefile:214: recipe for target 'roc-rk3588-pc-mipi-H245QBN02.img' failed
make: *** [roc-rk3588-pc-mipi-H245QBN02.img] Error 2
ERROR: Running build_kernel failed!
ERROR: exit code 2 from line 732:
    make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS




内核编译过程中报错。。。缺少asm/types.h,麻烦帮帮忙。

log.rar

793 Bytes, 下载次数: 0, 下载积分: 灯泡 -1 , 经验 -1

回复

使用道具 举报

49

积分

0

威望

0

贡献

技术小白

积分
49
发表于 2024-1-29 10:44:03        只看该作者  沙发
自己顶一下,麻烦遇到的给看看啊
回复

使用道具 举报

6

积分

0

威望

0

贡献

吃瓜的群众

积分
6
发表于 2024-4-8 16:42:09        只看该作者  板凳
同问,Makefile的LINUXINCLUDE宏中少加入了-I$(objtree)/arch/$(SRCARCH)/include/generated/uapi路径无效
回复

使用道具 举报

1万

积分

14

威望

13

贡献

管理员

Rank: 9Rank: 9Rank: 9

积分
11149

优秀版主

发表于 前天 09:57        只看该作者  地板
用我们的编译脚本编译的吗?./build.sh extboot ?

mk 选择的是哪一个
回复

使用道具 举报

49

积分

0

威望

0

贡献

技术小白

积分
49
发表于 前天 10:11        只看该作者  5#
板蓝根 发表于 2024-5-27 09:57
用我们的编译脚本编译的吗?./build.sh extboot ?

mk 选择的是哪一个

https://wiki.t-firefly.com/zh_CN ... i-buildroot-gu-jian  按照这个的build root教程来的,sdk也更新最新了,./build.sh就报这个错误了
回复

使用道具 举报

49

积分

0

威望

0

贡献

技术小白

积分
49
发表于 前天 10:17        只看该作者  6#
lxk584213344 发表于 2024-5-27 10:11
https://wiki.t-firefly.com/zh_CN/ROC-RK3588-PC/linux_compile.html#bian-yi-buildroot-gu-jian  按照 ...

./build.sh roc-rk3588-pc-buildroot.mk  用的这个配置文件
回复

使用道具 举报

1万

积分

14

威望

13

贡献

管理员

Rank: 9Rank: 9Rank: 9

积分
11149

优秀版主

发表于 前天 13:46        只看该作者  7#
./build.sh roc-rk3588-pc-buildroot.mk
./build.sh extboot
提供完整运行 log。

并且提供 cd kernel; git status 的打印
回复

使用道具 举报

49

积分

0

威望

0

贡献

技术小白

积分
49
发表于 昨天 09:15        只看该作者  8#
板蓝根 发表于 2024-5-27 13:46
./build.sh roc-rk3588-pc-buildroot.mk
./build.sh extboot
提供完整运行 log。

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh roc-rk3588-pc-buildroot.mk
processing option: roc-rk3588-pc-buildroot.mk
switching to board: /opt/rk3588/device/rockchip/rk3588/roc-rk3588-pc-buildroot.mk
/opt/rk3588
/opt/rk3588
lxk@ubuntu:/opt/rk3588$ ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
mkdir: cannot create directory ‘.tmp_34696’: Permission denied
mkdir: cannot create directory ‘.tmp_34698’: Permission denied
mkdir: cannot create directory ‘.tmp_34700’: Permission denied
mkdir: cannot create directory ‘.tmp_34702’: Permission denied
mkdir: cannot create directory ‘.tmp_34704’: Permission denied
mkdir: cannot create directory ‘.tmp_34706’: Permission denied
^Cmake[2]: *** wait: No child processes.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes.  Stop.
Makefile:630: recipe for target 'rockchip_linux_defconfig' failed
make[1]: *** [rockchip_linux_defconfig] Error 2
Makefile:350: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Interrupt

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/rk3588_linux.config
Value of CONFIG_BCMDHD_PCIE is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_BCMDHD_PCIE is not set
New value: CONFIG_BCMDHD_PCIE=y

Value of CONFIG_MALI_CSF_SUPPORT is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_MALI_CSF_SUPPORT is not set
New value: CONFIG_MALI_CSF_SUPPORT=y

#
# merged configuration written to .config (needs make)
#
.config:7201:warning: override: BCMDHD_PCIE changes choice state
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/firefly-linux.config
Value of CONFIG_GPIO_PCA953X is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_GPIO_PCA953X is not set
New value: CONFIG_GPIO_PCA953X=y

Value of CONFIG_VIDEO_XC7160 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_XC7160 is not set
New value: CONFIG_VIDEO_XC7160=y

Value of CONFIG_TOUCHSCREEN_HX83102 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_HX83102 is not set
New value: CONFIG_TOUCHSCREEN_HX83102=y

Value of CONFIG_CAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CAN is not set
New value: CONFIG_CAN=y

Value of CONFIG_OVERLAY_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_OVERLAY_FS is not set
New value: CONFIG_OVERLAY_FS=y

Value of CONFIG_SND_SOC_FIREFLY_MULTICODECS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_FIREFLY_MULTICODECS is not set
New value: CONFIG_SND_SOC_FIREFLY_MULTICODECS=y

Value of CONFIG_USB_USBNET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_USBNET is not set
New value: CONFIG_USB_USBNET=y

Value of CONFIG_USB_RTL8150 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8150=y
New value: CONFIG_USB_RTL8150=m

Value of CONFIG_USB_RTL8152 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8152=y
New value: CONFIG_USB_RTL8152=m

Value of CONFIG_LOCALVERSION_AUTO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_LOCALVERSION_AUTO=y
New value: # CONFIG_LOCALVERSION_AUTO is not set

Value of CONFIG_SCSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI=y
New value: CONFIG_SCSI=y CONFIG_SCSI=m

Value of CONFIG_ATA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_ATA=y
New value: CONFIG_ATA=m

Value of CONFIG_SATA_AHCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI=y
New value: CONFIG_SATA_AHCI=m

Value of CONFIG_SATA_AHCI_PLATFORM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI_PLATFORM=y
New value: CONFIG_SATA_AHCI_PLATFORM=m

Value of CONFIG_SQUASHFS_XATTR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SQUASHFS_XATTR is not set
New value: CONFIG_SQUASHFS_XATTR=y

Value of CONFIG_USB_CONFIGFS_RNDIS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_CONFIGFS_RNDIS is not set
New value: CONFIG_USB_CONFIGFS_RNDIS=y

Value of CONFIG_POSIX_MQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_POSIX_MQUEUE is not set
New value: CONFIG_POSIX_MQUEUE=y

Value of CONFIG_CGROUP_PIDS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PIDS is not set
New value: CONFIG_CGROUP_PIDS=y

Value of CONFIG_MEMCG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MEMCG is not set
New value: CONFIG_MEMCG=y

Value of CONFIG_CGROUP_PERF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PERF is not set
New value: CONFIG_CGROUP_PERF=y

Value of CONFIG_RT_GROUP_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RT_GROUP_SCHED is not set
New value: CONFIG_RT_GROUP_SCHED=y

Value of CONFIG_BLK_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_CGROUP is not set
New value: CONFIG_BLK_CGROUP=y

Value of CONFIG_INET_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_INET_ESP is not set
New value: CONFIG_INET_ESP=y

Value of CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m

Value of CONFIG_NETFILTER_XT_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MARK is not set
New value: CONFIG_NETFILTER_XT_MARK=y CONFIG_NETFILTER_XT_MARK=m

Value of CONFIG_IP_VS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_VS is not set
New value: CONFIG_IP_VS=y CONFIG_IP_VS=m

Value of CONFIG_BRIDGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BRIDGE is not set
New value: CONFIG_BRIDGE=y

Value of CONFIG_CGROUP_NET_PRIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_NET_PRIO is not set
New value: CONFIG_CGROUP_NET_PRIO=y

Value of CONFIG_BLK_DEV_DM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_DEV_DM is not set
New value: CONFIG_BLK_DEV_DM=y

Value of CONFIG_DUMMY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DUMMY is not set
New value: CONFIG_DUMMY=y

Value of CONFIG_MACVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MACVLAN is not set
New value: CONFIG_MACVLAN=y

Value of CONFIG_IPVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IPVLAN is not set
New value: CONFIG_IPVLAN=y

Value of CONFIG_VXLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VXLAN is not set
New value: CONFIG_VXLAN=y CONFIG_VXLAN=m

Value of CONFIG_VETH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VETH is not set
New value: CONFIG_VETH=y CONFIG_VETH=m

Value of CONFIG_USB_SERIAL_CH341 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_SERIAL_CH341 is not set
New value: CONFIG_USB_SERIAL_CH341=y

Value of CONFIG_BTRFS_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BTRFS_FS is not set
New value: CONFIG_BTRFS_FS=y

Value of CONFIG_NF_CONNTRACK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_CONNTRACK is not set
New value: CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK=m

Value of CONFIG_IP_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_IPTABLES=y
New value: CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_IPTABLES=m

Value of CONFIG_IP_NF_FILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_FILTER is not set
New value: CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_FILTER=m

Value of CONFIG_NF_TABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TABLES is not set
New value: CONFIG_NF_TABLES=y CONFIG_NF_TABLES=m

Value of CONFIG_IP_NF_MANGLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_MANGLE=y
New value: CONFIG_IP_NF_MANGLE=y CONFIG_IP_NF_MANGLE=m

Value of CONFIG_NET_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NET_SCHED is not set
New value: CONFIG_NET_SCHED=y

Value of CONFIG_SECURITY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SECURITY is not set
New value: CONFIG_SECURITY=y

Value of CONFIG_VLAN_8021Q is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VLAN_8021Q is not set
New value: CONFIG_VLAN_8021Q=y

Value of CONFIG_NETFILTER_XT_MATCH_COMMENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_COMMENT=y CONFIG_NETFILTER_XT_MATCH_COMMENT=m

Value of CONFIG_HUGETLBFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HUGETLBFS is not set
New value: CONFIG_HUGETLBFS=y

Value of CONFIG_PSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSI is not set
New value: CONFIG_PSI=y

Value of CONFIG_ANDROID_BINDER_IPC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ANDROID_BINDER_IPC is not set
New value: CONFIG_ANDROID_BINDER_IPC=y

Value of CONFIG_ASHMEM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ASHMEM is not set
New value: CONFIG_ASHMEM=y

Value of CONFIG_VIDEO_GC2093 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2093 is not set
New value: CONFIG_VIDEO_GC2093=y

Value of CONFIG_VIDEO_GC2053 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2053 is not set
New value: CONFIG_VIDEO_GC2053=y

Value of CONFIG_VIDEO_FP5510 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_FP5510 is not set
New value: CONFIG_VIDEO_FP5510=y

Value of CONFIG_VIDEO_S5K3L6XX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_S5K3L6XX is not set
New value: CONFIG_VIDEO_S5K3L6XX=y

Value of CONFIG_CMA_INACTIVE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CMA_INACTIVE is not set
New value: CONFIG_CMA_INACTIVE=y

Value of CONFIG_SENSORS_PWM_FAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_PWM_FAN is not set
New value: CONFIG_SENSORS_PWM_FAN=y

Value of CONFIG_BT_RFCOMM_TTY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RFCOMM_TTY is not set
New value: CONFIG_BT_RFCOMM_TTY=y

Value of CONFIG_BT_BNEP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_BNEP is not set
New value: CONFIG_BT_BNEP=y

Value of CONFIG_BT_RTKBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RTKBTUSB is not set
New value: CONFIG_BT_RTKBTUSB=y CONFIG_BT_RTKBTUSB=m

Value of CONFIG_RTL8821CU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8821CU is not set
New value: CONFIG_RTL8821CU=m

Value of CONFIG_BT_HCIBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BT_HCIBTUSB=y
New value: CONFIG_BT_HCIBTUSB=m

Value of CONFIG_FRAMEBUFFER_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FRAMEBUFFER_CONSOLE is not set
New value: CONFIG_FRAMEBUFFER_CONSOLE=y

Value of CONFIG_BLK_DEV_SD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SD=y
New value: CONFIG_BLK_DEV_SD=m

Value of CONFIG_BLK_DEV_SR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SR=y
New value: CONFIG_BLK_DEV_SR=m

Value of CONFIG_SCSI_SPI_ATTRS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI_SPI_ATTRS=y
New value: CONFIG_SCSI_SPI_ATTRS=m

Value of CONFIG_USB_STORAGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_STORAGE=y
New value: CONFIG_USB_STORAGE=m

Value of CONFIG_USB_UAS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_UAS=y
New value: CONFIG_USB_UAS=m

Value of CONFIG_IP_PNP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_PNP is not set
New value: CONFIG_IP_PNP=y

Value of CONFIG_NFSD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NFSD is not set
New value: CONFIG_NFSD=y

Value of CONFIG_PC9202_WATCHDOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PC9202_WATCHDOG is not set
New value: CONFIG_PC9202_WATCHDOG=y

Value of CONFIG_WIREGUARD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_WIREGUARD is not set
New value: CONFIG_WIREGUARD=y

Value of CONFIG_PSTORE_LZO_COMPRESS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSTORE_LZO_COMPRESS is not set
New value: CONFIG_PSTORE_LZO_COMPRESS=m

Value of CONFIG_SPI_WK2XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SPI_WK2XXX is not set
New value: CONFIG_SPI_WK2XXX=y

Value of CONFIG_AQTION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_AQTION is not set
New value: CONFIG_AQTION=m

Value of CONFIG_TOUCHSCREEN_GT9XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_GT9XXX is not set
New value: CONFIG_TOUCHSCREEN_GT9XXX=y

Value of CONFIG_PARAVIRT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT is not set
New value: CONFIG_PARAVIRT=y

Value of CONFIG_PARAVIRT_TIME_ACCOUNTING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
New value: CONFIG_PARAVIRT_TIME_ACCOUNTING=y

Value of CONFIG_VIRTUALIZATION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTUALIZATION is not set
New value: CONFIG_VIRTUALIZATION=y

Value of CONFIG_KSM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_KSM is not set
New value: CONFIG_KSM=y

Value of CONFIG_VIRTIO_BLK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BLK is not set
New value: CONFIG_VIRTIO_BLK=y

Value of CONFIG_SCSI_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SCSI_VIRTIO is not set
New value: CONFIG_SCSI_VIRTIO=y

Value of CONFIG_VIRTIO_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_NET is not set
New value: CONFIG_VIRTIO_NET=y

Value of CONFIG_VIRT_WIFI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_WIFI is not set
New value: CONFIG_VIRT_WIFI=m

Value of CONFIG_VIRTIO_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_CONSOLE is not set
New value: CONFIG_VIRTIO_CONSOLE=y

Value of CONFIG_HW_RANDOM_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HW_RANDOM_VIRTIO is not set
New value: CONFIG_HW_RANDOM_VIRTIO=y

Value of CONFIG_DRM_VKMS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VKMS is not set
New value: CONFIG_DRM_VKMS=m

Value of CONFIG_DRM_QXL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_QXL is not set
New value: CONFIG_DRM_QXL=m

Value of CONFIG_DRM_VIRTIO_GPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VIRTIO_GPU is not set
New value: CONFIG_DRM_VIRTIO_GPU=y

Value of CONFIG_DRM_CIRRUS_QEMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_CIRRUS_QEMU is not set
New value: CONFIG_DRM_CIRRUS_QEMU=m

Value of CONFIG_FB_VIRTUAL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FB_VIRTUAL is not set
New value: CONFIG_FB_VIRTUAL=y

Value of CONFIG_VIRT_DRIVERS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_DRIVERS is not set
New value: CONFIG_VIRT_DRIVERS=y

Value of CONFIG_VIRTIO_PCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_PCI is not set
New value: CONFIG_VIRTIO_PCI=y

Value of CONFIG_VIRTIO_BALLOON is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BALLOON is not set
New value: CONFIG_VIRTIO_BALLOON=y

Value of CONFIG_VIRTIO_INPUT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_INPUT is not set
New value: CONFIG_VIRTIO_INPUT=y

Value of CONFIG_VIRTIO_MMIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_MMIO is not set
New value: CONFIG_VIRTIO_MMIO=y

Value of CONFIG_VIRTIO_DMA_SHARED_BUFFER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_DMA_SHARED_BUFFER is not set
New value: CONFIG_VIRTIO_DMA_SHARED_BUFFER=y

Value of CONFIG_VDPA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VDPA is not set
New value: CONFIG_VDPA=y

Value of CONFIG_VHOST_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_NET is not set
New value: CONFIG_VHOST_NET=m

Value of CONFIG_VHOST_CROSS_ENDIAN_LEGACY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
New value: CONFIG_VHOST_CROSS_ENDIAN_LEGACY=y

Value of CONFIG_IOMMU_DEFAULT_PASSTHROUGH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
New value: CONFIG_IOMMU_DEFAULT_PASSTHROUGH=y

Value of CONFIG_VIRTIO_IOMMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_IOMMU is not set
New value: CONFIG_VIRTIO_IOMMU=y

Value of CONFIG_VIRTIO_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_FS is not set
New value: CONFIG_VIRTIO_FS=y

Value of CONFIG_CRYPTO_DEV_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_DEV_VIRTIO is not set
New value: CONFIG_CRYPTO_DEV_VIRTIO=y

Value of CONFIG_NF_REJECT_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV4 is not set
New value: CONFIG_NF_REJECT_IPV4=y CONFIG_NF_REJECT_IPV4=m

Value of CONFIG_NF_REJECT_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV6 is not set
New value: CONFIG_NF_REJECT_IPV6=y CONFIG_NF_REJECT_IPV6=m

Value of CONFIG_IP6_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP6_NF_IPTABLES is not set
New value: CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_IPTABLES=m

Value of CONFIG_TUN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TUN is not set
New value: CONFIG_TUN=y

Value of CONFIG_CIFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CIFS is not set
New value: CONFIG_CIFS=y

Value of CONFIG_CRYPTO_MD4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_MD4 is not set
New value: CONFIG_CRYPTO_MD4=y

Value of CONFIG_BPF_SYSCALL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BPF_SYSCALL is not set
New value: CONFIG_BPF_SYSCALL=y

Value of CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is not set
New value: CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY=y

Value of CONFIG_SENSORS_NTC_THERMISTOR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_NTC_THERMISTOR is not set
New value: CONFIG_SENSORS_NTC_THERMISTOR=y

Value of CONFIG_DS18B20 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DS18B20 is not set
New value: CONFIG_DS18B20=y

Value of CONFIG_NETFILTER_XT_MATCH_MAC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MAC is not set
New value: CONFIG_NETFILTER_XT_MATCH_MAC=y CONFIG_NETFILTER_XT_MATCH_MAC=m

Value of CONFIG_DEBUG_SPINLOCK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DEBUG_SPINLOCK is not set
New value: CONFIG_DEBUG_SPINLOCK=y

Value of CONFIG_LEDS_CLASS_FLASH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_LEDS_CLASS_FLASH is not set
New value: CONFIG_LEDS_CLASS_FLASH=y

Value of CONFIG_UIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_UIO is not set
New value: CONFIG_UIO=m

Value of CONFIG_MXGBE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBE is not set
New value: CONFIG_MXGBE=m

Value of CONFIG_MXGBEVF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBEVF is not set
New value: CONFIG_MXGBEVF=m

Value of CONFIG_PCI_IOV is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PCI_IOV is not set
New value: CONFIG_PCI_IOV=y

Value of CONFIG_NETFILTER_NETLINK_ACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_ACCT is not set
New value: CONFIG_NETFILTER_NETLINK_ACCT=m

Value of CONFIG_NETFILTER_NETLINK_QUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_QUEUE is not set
New value: CONFIG_NETFILTER_NETLINK_QUEUE=m

Value of CONFIG_NETFILTER_NETLINK_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_LOG is not set
New value: CONFIG_NETFILTER_NETLINK_LOG=m

Value of CONFIG_NETFILTER_NETLINK_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_OSF is not set
New value: CONFIG_NETFILTER_NETLINK_OSF=m

Value of CONFIG_NETFILTER_XTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_NETFILTER_XTABLES=y
New value: CONFIG_NETFILTER_XTABLES=m

Value of CONFIG_NETFILTER_XT_TARGET_CHECKSUM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
New value: CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m

Value of CONFIG_NETFILTER_XT_TARGET_CLASSIFY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
New value: CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m

Value of CONFIG_NETFILTER_XT_TARGET_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
New value: CONFIG_NETFILTER_XT_TARGET_DSCP=m

Value of CONFIG_NETFILTER_XT_TARGET_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HL is not set
New value: CONFIG_NETFILTER_XT_TARGET_HL=m

Value of CONFIG_NETFILTER_XT_TARGET_HMARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_HMARK=m

Value of CONFIG_NETFILTER_XT_TARGET_IDLETIMER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
New value: CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m

Value of CONFIG_NETFILTER_XT_TARGET_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_LOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_LOG=m

Value of CONFIG_NETFILTER_XT_TARGET_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_MARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_MARK=m

Value of CONFIG_NETFILTER_XT_TARGET_NFLOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFLOG=m

Value of CONFIG_NETFILTER_XT_TARGET_NFQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m

Value of CONFIG_NETFILTER_XT_TARGET_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
New value: CONFIG_NETFILTER_XT_TARGET_RATEEST=m

Value of CONFIG_NETFILTER_XT_TARGET_TEE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TEE is not set
New value: CONFIG_NETFILTER_XT_TARGET_TEE=m

Value of CONFIG_NETFILTER_XT_TARGET_TPROXY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
New value: CONFIG_NETFILTER_XT_TARGET_TPROXY=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPMSS=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

Value of CONFIG_NETFILTER_XT_MATCH_BPF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_BPF is not set
New value: CONFIG_NETFILTER_XT_MATCH_BPF=m

Value of CONFIG_NETFILTER_XT_MATCH_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_CGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_CPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CPU is not set
New value: CONFIG_NETFILTER_XT_MATCH_CPU=m

Value of CONFIG_NETFILTER_XT_MATCH_DCCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DCCP=m

Value of CONFIG_NETFILTER_XT_MATCH_DEVGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DSCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DSCP=m

Value of CONFIG_NETFILTER_XT_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ECN is not set
New value: CONFIG_NETFILTER_XT_MATCH_ECN=m

Value of CONFIG_NETFILTER_XT_MATCH_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ESP is not set
New value: CONFIG_NETFILTER_XT_MATCH_ESP=m

Value of CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HL is not set
New value: CONFIG_NETFILTER_XT_MATCH_HL=m

Value of CONFIG_NETFILTER_XT_MATCH_IPCOMP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPCOMP=m

Value of CONFIG_NETFILTER_XT_MATCH_IPRANGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPRANGE=m

Value of CONFIG_NETFILTER_XT_MATCH_L2TP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
New value: CONFIG_NETFILTER_XT_MATCH_L2TP=m

Value of CONFIG_NETFILTER_XT_MATCH_LENGTH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
New value: CONFIG_NETFILTER_XT_MATCH_LENGTH=m

Value of CONFIG_NETFILTER_XT_MATCH_LIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_LIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MARK is not set
New value: CONFIG_NETFILTER_XT_MATCH_MARK=m

Value of CONFIG_NETFILTER_XT_MATCH_MULTIPORT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
New value: CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m

Value of CONFIG_NETFILTER_XT_MATCH_NFACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
New value: CONFIG_NETFILTER_XT_MATCH_NFACCT=m

Value of CONFIG_NETFILTER_XT_MATCH_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OSF is not set
New value: CONFIG_NETFILTER_XT_MATCH_OSF=m

Value of CONFIG_NETFILTER_XT_MATCH_OWNER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
New value: CONFIG_NETFILTER_XT_MATCH_OWNER=m

Value of CONFIG_NETFILTER_XT_MATCH_POLICY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_POLICY is not set
New value: CONFIG_NETFILTER_XT_MATCH_POLICY=m

Value of CONFIG_NETFILTER_XT_MATCH_PKTTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m

Value of CONFIG_NETFILTER_XT_MATCH_QUOTA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
New value: CONFIG_NETFILTER_XT_MATCH_QUOTA=m

Value of CONFIG_NETFILTER_XT_MATCH_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
New value: CONFIG_NETFILTER_XT_MATCH_RATEEST=m

Value of CONFIG_NETFILTER_XT_MATCH_REALM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_REALM is not set
New value: CONFIG_NETFILTER_XT_MATCH_REALM=m

Value of CONFIG_NETFILTER_XT_MATCH_RECENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_RECENT=m

Value of CONFIG_NETFILTER_XT_MATCH_SCTP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
New value: CONFIG_NETFILTER_XT_MATCH_SCTP=m

Value of CONFIG_NETFILTER_XT_MATCH_SOCKET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
New value: CONFIG_NETFILTER_XT_MATCH_SOCKET=m

Value of CONFIG_NETFILTER_XT_MATCH_STATISTIC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
New value: CONFIG_NETFILTER_XT_MATCH_STATISTIC=m

Value of CONFIG_NETFILTER_XT_MATCH_STRING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STRING is not set
New value: CONFIG_NETFILTER_XT_MATCH_STRING=m

Value of CONFIG_NETFILTER_XT_MATCH_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_MATCH_TCPMSS=m

Value of CONFIG_NETFILTER_XT_MATCH_TIME is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TIME is not set
New value: CONFIG_NETFILTER_XT_MATCH_TIME=m

Value of CONFIG_NETFILTER_XT_MATCH_U32 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_U32 is not set
New value: CONFIG_NETFILTER_XT_MATCH_U32=m

Value of CONFIG_NF_SOCKET_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV4 is not set
New value: CONFIG_NF_SOCKET_IPV4=m

Value of CONFIG_NF_TPROXY_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV4 is not set
New value: CONFIG_NF_TPROXY_IPV4=m

Value of CONFIG_NF_DUP_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV4 is not set
New value: CONFIG_NF_DUP_IPV4=m

Value of CONFIG_NF_LOG_ARP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_ARP is not set
New value: CONFIG_NF_LOG_ARP=m

Value of CONFIG_NF_LOG_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV4 is not set
New value: CONFIG_NF_LOG_IPV4=m

Value of CONFIG_IP_NF_MATCH_AH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_AH is not set
New value: CONFIG_IP_NF_MATCH_AH=m

Value of CONFIG_IP_NF_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_ECN is not set
New value: CONFIG_IP_NF_MATCH_ECN=m

Value of CONFIG_IP_NF_MATCH_RPFILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_RPFILTER is not set
New value: CONFIG_IP_NF_MATCH_RPFILTER=m

Value of CONFIG_IP_NF_MATCH_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_TTL is not set
New value: CONFIG_IP_NF_MATCH_TTL=m

Value of CONFIG_IP_NF_TARGET_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_ECN is not set
New value: CONFIG_IP_NF_TARGET_ECN=m

Value of CONFIG_IP_NF_TARGET_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_TTL is not set
New value: CONFIG_IP_NF_TARGET_TTL=m

Value of CONFIG_IP_NF_RAW is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_RAW is not set
New value: CONFIG_IP_NF_RAW=m

Value of CONFIG_IP_NF_ARPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_ARPTABLES is not set
New value: CONFIG_IP_NF_ARPTABLES=m

Value of CONFIG_NF_SOCKET_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV6 is not set
New value: CONFIG_NF_SOCKET_IPV6=m

Value of CONFIG_NF_TPROXY_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV6 is not set
New value: CONFIG_NF_TPROXY_IPV6=m

Value of CONFIG_NF_DUP_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV6 is not set
New value: CONFIG_NF_DUP_IPV6=m

Value of CONFIG_NF_LOG_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV6 is not set
New value: CONFIG_NF_LOG_IPV6=m

Value of CONFIG_R8125 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_R8125 is not set
New value: CONFIG_R8125=m

Value of CONFIG_RTL8822CE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8822CE is not set
New value: CONFIG_RTL8822CE=m

Value of CONFIG_RTL8852BE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8852BE is not set
New value: CONFIG_RTL8852BE=m

Value of CONFIG_SND_SOC_BT_SCO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_BT_SCO is not set
New value: CONFIG_SND_SOC_BT_SCO=m

#
# merged configuration written to .config (needs make)
#
.config:7144:warning: override: reassigning to symbol BT_RTKBTUSB
.config:7148:warning: override: reassigning to symbol IP_VS
.config:7149:warning: override: reassigning to symbol VXLAN
.config:7152:warning: override: reassigning to symbol SCSI
.config:7189:warning: override: reassigning to symbol VETH
.config:7293:warning: override: reassigning to symbol NF_CONNTRACK
.config:7309:warning: override: reassigning to symbol NF_CONNTRACK_FTP
.config:7318:warning: override: reassigning to symbol NF_CONNTRACK_TFTP
.config:7332:warning: override: reassigning to symbol NF_TABLES
.config:7333:warning: override: reassigning to symbol NF_TABLES_INET
.config:7334:warning: override: reassigning to symbol NF_TABLES_NETDEV
.config:7335:warning: override: reassigning to symbol NFT_NUMGEN
.config:7336:warning: override: reassigning to symbol NFT_CT
.config:7337:warning: override: reassigning to symbol NFT_FLOW_OFFLOAD
.config:7338:warning: override: reassigning to symbol NFT_CONNLIMIT
.config:7339:warning: override: reassigning to symbol NFT_LOG
.config:7340:warning: override: reassigning to symbol NFT_LIMIT
.config:7341:warning: override: reassigning to symbol NFT_MASQ
.config:7342:warning: override: reassigning to symbol NFT_REDIR
.config:7343:warning: override: reassigning to symbol NFT_NAT
.config:7344:warning: override: reassigning to symbol NFT_TUNNEL
.config:7345:warning: override: reassigning to symbol NFT_OBJREF
.config:7347:warning: override: reassigning to symbol NFT_QUOTA
.config:7348:warning: override: reassigning to symbol NFT_REJECT
.config:7350:warning: override: reassigning to symbol NFT_COMPAT
.config:7351:warning: override: reassigning to symbol NFT_HASH
.config:7355:warning: override: reassigning to symbol NFT_SOCKET
.config:7356:warning: override: reassigning to symbol NFT_OSF
.config:7357:warning: override: reassigning to symbol NFT_TPROXY
.config:7360:warning: override: reassigning to symbol NFT_DUP_NETDEV
.config:7361:warning: override: reassigning to symbol NFT_FWD_NETDEV
.config:7364:warning: override: reassigning to symbol NF_FLOW_TABLE_INET
.config:7365:warning: override: reassigning to symbol NF_FLOW_TABLE
.config:7372:warning: override: reassigning to symbol NETFILTER_XT_MARK
.config:7410:warning: override: reassigning to symbol NETFILTER_XT_MATCH_ADDRTYPE
.config:7414:warning: override: reassigning to symbol NETFILTER_XT_MATCH_COMMENT
.config:7419:warning: override: reassigning to symbol NETFILTER_XT_MATCH_CONNTRACK
.config:7431:warning: override: reassigning to symbol NETFILTER_XT_MATCH_IPVS
.config:7435:warning: override: reassigning to symbol NETFILTER_XT_MATCH_MAC
.config:7466:warning: override: reassigning to symbol NFT_DUP_IPV4
.config:7467:warning: override: reassigning to symbol NFT_FIB_IPV4
.config:7468:warning: override: reassigning to symbol NF_TABLES_ARP
.config:7472:warning: override: reassigning to symbol NF_REJECT_IPV4
.config:7476:warning: override: reassigning to symbol IP_NF_IPTABLES
.config:7481:warning: override: reassigning to symbol IP_NF_FILTER
.config:7482:warning: override: reassigning to symbol IP_NF_TARGET_REJECT
.config:7484:warning: override: reassigning to symbol IP_NF_NAT
.config:7485:warning: override: reassigning to symbol IP_NF_TARGET_MASQUERADE
.config:7487:warning: override: reassigning to symbol IP_NF_TARGET_REDIRECT
.config:7488:warning: override: reassigning to symbol IP_NF_MANGLE
.config:7509:warning: override: reassigning to symbol NF_REJECT_IPV6
.config:7511:warning: override: reassigning to symbol IP6_NF_IPTABLES
.config:7523:warning: override: reassigning to symbol IP6_NF_FILTER
.config:7524:warning: override: reassigning to symbol IP6_NF_TARGET_REJECT
.config:7526:warning: override: reassigning to symbol IP6_NF_MANGLE
.config:7527:warning: override: reassigning to symbol IP6_NF_RAW
.config:7529:warning: override: reassigning to symbol IP6_NF_NAT
.config:7530:warning: override: reassigning to symbol IP6_NF_TARGET_MASQUERADE
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  CC      scripts/mod/devicetable-offsets.s
In file included from ./include/linux/types.h:6,
                 from ./include/linux/mod_devicetable.h:12,
                 from scripts/mod/devicetable-offsets.c:3:
./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
    5 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:117: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 1
Makefile:1492: recipe for target 'scripts_mod' failed
make[1]: *** [scripts_mod] Error 2
arch/arm64/Makefile:214: recipe for target 'roc-rk3588-pc-mipi-H245QBN02.img' failed
make: *** [roc-rk3588-pc-mipi-H245QBN02.img] Error 2
ERROR: Running build_extboot failed!
ERROR: exit code 2 from line 785:
    make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$ ls -lt
total 11612
drwxr-xr-x  31 root root    4096 Jan 24 20:27 include
drwxr-xr-x  13 root root    4096 Jan 24 00:35 security
drwxr-xr-x  17 root root    4096 Jan 24 00:35 scripts
-rw-r--r--   1 root root 9204387 Jan 24 00:35 ramdisk.img
drwxr-xr-x  72 root root    4096 Jan 24 00:35 net
drwxr-xr-x   5 root root    4096 Jan 24 00:35 mm
drwxr-xr-x  21 root root   12288 Jan 24 00:35 lib
drwxr-xr-x  20 root root    4096 Jan 24 00:35 kernel
drwxr-xr-x   2 root root    4096 Jan 24 00:35 ipc
drwxr-xr-x   2 root root    4096 Jan 24 00:35 io_uring
drwxr-xr-x   2 root root    4096 Jan 24 00:35 init
drwxr-xr-x  80 root root    4096 Jan 24 00:35 fs
drwxr-xr-x   4 root root    4096 Jan 24 00:35 crypto
drwxr-xr-x   3 root root    4096 Jan 24 00:35 block
-rw-r--r--   1 root root    1325 Jan 24 00:35 build.config.gki.aarch64
-rw-r--r--   1 root root     478 Jan 24 00:35 build.config.rockchip
drwxr-xr-x   2 root root    4096 Jan 24 00:35 certs
drwxr-xr-x   2 root root    4096 Jan 24 00:35 android
-rw-r--r--   1 root root   68971 Jan 24 00:35 Makefile
-rw-r--r--   1 root root  577791 Jan 24 00:35 MAINTAINERS
drwxr-xr-x  82 root root    4096 Jan 24 00:35 Documentation
drwxr-xr-x 144 root root    4096 Jan 24 00:35 drivers
drwxr-xr-x   4 root root    4096 Jan 23 17:24 virt
drwxr-xr-x   3 root root    4096 Jan 23 17:24 usr
drwxr-xr-x  37 root root    4096 Jan 23 17:24 tools
drwxr-xr-x  26 root root    4096 Jan 23 17:24 sound
drwxr-xr-x  33 root root    4096 Jan 23 17:24 samples
-rwxr-xr-x   1 root root 1000056 Jan 23 17:24 logo_stations.bmp
-rw-r--r--   1 root root  415798 Jan 23 17:24 logo_stationm.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo_kernel.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo.bmp
-rw-r--r--   1 root root    1410 Jan 23 17:23 boot.its
-rw-r--r--   1 root root     296 Jan 23 17:23 build.config.aarch64
-rw-r--r--   1 root root     429 Jan 23 17:23 build.config.allmodconfig
-rw-r--r--   1 root root     152 Jan 23 17:23 build.config.allmodconfig.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.allmodconfig.arm
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.allmodconfig.x86_64
-rw-r--r--   1 root root    1214 Jan 23 17:23 build.config.amlogic
-rw-r--r--   1 root root     198 Jan 23 17:23 build.config.arm
-rw-r--r--   1 root root     378 Jan 23 17:23 build.config.common
-rw-r--r--   1 root root     795 Jan 23 17:23 build.config.db845c
-rw-r--r--   1 root root      63 Jan 23 17:23 build.config.gki
-rw-r--r--   1 root root     638 Jan 23 17:23 build.config.gki.aarch64.fips140
-rw-r--r--   1 root root     230 Jan 23 17:23 build.config.gki.aarch64.fips140_eval_testing
-rw-r--r--   1 root root     106 Jan 23 17:23 build.config.gki-debug.aarch64
-rw-r--r--   1 root root     105 Jan 23 17:23 build.config.gki-debug.x86_64
-rw-r--r--   1 root root     664 Jan 23 17:23 build.config.gki_kasan
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.x86_64
-rw-r--r--   1 root root     629 Jan 23 17:23 build.config.gki_kprobes
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.gki_kprobes.aarch64
-rw-r--r--   1 root root     150 Jan 23 17:23 build.config.gki_kprobes.x86_64
-rw-r--r--   1 root root     142 Jan 23 17:23 build.config.gki.x86_64
-rw-r--r--   1 root root     740 Jan 23 17:23 build.config.hikey960
-rw-r--r--   1 root root     544 Jan 23 17:23 build.config.khwasan
-rw-r--r--   1 root root     274 Jan 23 17:23 build.config.x86_64
drwxr-xr-x  26 root root    4096 Jan 23 17:23 arch
-rw-r--r--   1 root root     438 Jan 23 17:23 OWNERS
-rw-r--r--   1 root root     727 Jan 23 17:23 README
-rw-r--r--   1 root root    6402 Jan 23 17:23 README.md
-rw-r--r--   1 root root    1327 Jan 23 17:23 Kbuild
-rw-r--r--   1 root root     555 Jan 23 17:23 Kconfig
drwxr-xr-x   6 root root    4096 Jan 23 17:23 LICENSES
-rw-r--r--   1 root root  100478 Jan 23 17:23 CREDITS
-rw-r--r--   1 root root     496 Jan 23 17:23 COPYING
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ cd ..
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ git status
fatal: not a git repository (or any of the parent directories): .git
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ git status
fatal: detected dubious ownership in repository at '/opt/rk3588/kernel'
To add an exception for this directory, call:

        git config --global --add safe.directory /opt/rk3588/kernel
lxk@ubuntu:/opt/rk3588/kernel$


回复

使用道具 举报

49

积分

0

威望

0

贡献

技术小白

积分
49
发表于 昨天 09:41        只看该作者  9#
板蓝根 发表于 2024-5-27 13:46
./build.sh roc-rk3588-pc-buildroot.mk
./build.sh extboot
提供完整运行 log。

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh roc-rk3588-pc-buildroot.mk
processing option: roc-rk3588-pc-buildroot.mk
switching to board: /opt/rk3588/device/rockchip/rk3588/roc-rk3588-pc-buildroot.mk
/opt/rk3588
/opt/rk3588
lxk@ubuntu:/opt/rk3588$ ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
mkdir: cannot create directory ‘.tmp_34696’: Permission denied
mkdir: cannot create directory ‘.tmp_34698’: Permission denied
mkdir: cannot create directory ‘.tmp_34700’: Permission denied
mkdir: cannot create directory ‘.tmp_34702’: Permission denied
mkdir: cannot create directory ‘.tmp_34704’: Permission denied
mkdir: cannot create directory ‘.tmp_34706’: Permission denied
^Cmake[2]: *** wait: No child processes.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes.  Stop.
Makefile:630: recipe for target 'rockchip_linux_defconfig' failed
make[1]: *** [rockchip_linux_defconfig] Error 2
Makefile:350: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Interrupt

lxk@ubuntu:/opt/rk3588$ sudo ./build.sh extboot
processing option: extboot
============Start building kernel============
TARGET_ARCH          =arm64
TARGET_KERNEL_CONFIG =rockchip_linux_defconfig
TARGET_KERNEL_DTS    =roc-rk3588-pc-mipi-H245QBN02
TARGET_KERNEL_CONFIG_FRAGMENT =rk3588_linux.config firefly-linux.config
==========================================
/opt/rk3588
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/rk3588_linux.config
Value of CONFIG_BCMDHD_PCIE is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_BCMDHD_PCIE is not set
New value: CONFIG_BCMDHD_PCIE=y

Value of CONFIG_MALI_CSF_SUPPORT is redefined by fragment ./arch/arm64/configs/rk3588_linux.config:
Previous value: # CONFIG_MALI_CSF_SUPPORT is not set
New value: CONFIG_MALI_CSF_SUPPORT=y

#
# merged configuration written to .config (needs make)
#
.config:7201:warning: override: BCMDHD_PCIE changes choice state
#
# configuration written to .config
#
Using .config as base
Merging ./arch/arm64/configs/firefly-linux.config
Value of CONFIG_GPIO_PCA953X is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_GPIO_PCA953X is not set
New value: CONFIG_GPIO_PCA953X=y

Value of CONFIG_VIDEO_XC7160 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_XC7160 is not set
New value: CONFIG_VIDEO_XC7160=y

Value of CONFIG_TOUCHSCREEN_HX83102 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_HX83102 is not set
New value: CONFIG_TOUCHSCREEN_HX83102=y

Value of CONFIG_CAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CAN is not set
New value: CONFIG_CAN=y

Value of CONFIG_OVERLAY_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_OVERLAY_FS is not set
New value: CONFIG_OVERLAY_FS=y

Value of CONFIG_SND_SOC_FIREFLY_MULTICODECS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_FIREFLY_MULTICODECS is not set
New value: CONFIG_SND_SOC_FIREFLY_MULTICODECS=y

Value of CONFIG_USB_USBNET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_USBNET is not set
New value: CONFIG_USB_USBNET=y

Value of CONFIG_USB_RTL8150 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8150=y
New value: CONFIG_USB_RTL8150=m

Value of CONFIG_USB_RTL8152 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_RTL8152=y
New value: CONFIG_USB_RTL8152=m

Value of CONFIG_LOCALVERSION_AUTO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_LOCALVERSION_AUTO=y
New value: # CONFIG_LOCALVERSION_AUTO is not set

Value of CONFIG_SCSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI=y
New value: CONFIG_SCSI=y CONFIG_SCSI=m

Value of CONFIG_ATA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_ATA=y
New value: CONFIG_ATA=m

Value of CONFIG_SATA_AHCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI=y
New value: CONFIG_SATA_AHCI=m

Value of CONFIG_SATA_AHCI_PLATFORM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SATA_AHCI_PLATFORM=y
New value: CONFIG_SATA_AHCI_PLATFORM=m

Value of CONFIG_SQUASHFS_XATTR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SQUASHFS_XATTR is not set
New value: CONFIG_SQUASHFS_XATTR=y

Value of CONFIG_USB_CONFIGFS_RNDIS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_CONFIGFS_RNDIS is not set
New value: CONFIG_USB_CONFIGFS_RNDIS=y

Value of CONFIG_POSIX_MQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_POSIX_MQUEUE is not set
New value: CONFIG_POSIX_MQUEUE=y

Value of CONFIG_CGROUP_PIDS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PIDS is not set
New value: CONFIG_CGROUP_PIDS=y

Value of CONFIG_MEMCG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MEMCG is not set
New value: CONFIG_MEMCG=y

Value of CONFIG_CGROUP_PERF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_PERF is not set
New value: CONFIG_CGROUP_PERF=y

Value of CONFIG_RT_GROUP_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RT_GROUP_SCHED is not set
New value: CONFIG_RT_GROUP_SCHED=y

Value of CONFIG_BLK_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_CGROUP is not set
New value: CONFIG_BLK_CGROUP=y

Value of CONFIG_INET_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_INET_ESP is not set
New value: CONFIG_INET_ESP=y

Value of CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m

Value of CONFIG_NETFILTER_XT_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MARK is not set
New value: CONFIG_NETFILTER_XT_MARK=y CONFIG_NETFILTER_XT_MARK=m

Value of CONFIG_IP_VS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_VS is not set
New value: CONFIG_IP_VS=y CONFIG_IP_VS=m

Value of CONFIG_BRIDGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BRIDGE is not set
New value: CONFIG_BRIDGE=y

Value of CONFIG_CGROUP_NET_PRIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CGROUP_NET_PRIO is not set
New value: CONFIG_CGROUP_NET_PRIO=y

Value of CONFIG_BLK_DEV_DM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BLK_DEV_DM is not set
New value: CONFIG_BLK_DEV_DM=y

Value of CONFIG_DUMMY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DUMMY is not set
New value: CONFIG_DUMMY=y

Value of CONFIG_MACVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MACVLAN is not set
New value: CONFIG_MACVLAN=y

Value of CONFIG_IPVLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IPVLAN is not set
New value: CONFIG_IPVLAN=y

Value of CONFIG_VXLAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VXLAN is not set
New value: CONFIG_VXLAN=y CONFIG_VXLAN=m

Value of CONFIG_VETH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VETH is not set
New value: CONFIG_VETH=y CONFIG_VETH=m

Value of CONFIG_USB_SERIAL_CH341 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_USB_SERIAL_CH341 is not set
New value: CONFIG_USB_SERIAL_CH341=y

Value of CONFIG_BTRFS_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BTRFS_FS is not set
New value: CONFIG_BTRFS_FS=y

Value of CONFIG_NF_CONNTRACK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_CONNTRACK is not set
New value: CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK=m

Value of CONFIG_IP_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_IPTABLES=y
New value: CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_IPTABLES=m

Value of CONFIG_IP_NF_FILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_FILTER is not set
New value: CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_FILTER=m

Value of CONFIG_NF_TABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TABLES is not set
New value: CONFIG_NF_TABLES=y CONFIG_NF_TABLES=m

Value of CONFIG_IP_NF_MANGLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_IP_NF_MANGLE=y
New value: CONFIG_IP_NF_MANGLE=y CONFIG_IP_NF_MANGLE=m

Value of CONFIG_NET_SCHED is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NET_SCHED is not set
New value: CONFIG_NET_SCHED=y

Value of CONFIG_SECURITY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SECURITY is not set
New value: CONFIG_SECURITY=y

Value of CONFIG_VLAN_8021Q is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VLAN_8021Q is not set
New value: CONFIG_VLAN_8021Q=y

Value of CONFIG_NETFILTER_XT_MATCH_COMMENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_COMMENT=y CONFIG_NETFILTER_XT_MATCH_COMMENT=m

Value of CONFIG_HUGETLBFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HUGETLBFS is not set
New value: CONFIG_HUGETLBFS=y

Value of CONFIG_PSI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSI is not set
New value: CONFIG_PSI=y

Value of CONFIG_ANDROID_BINDER_IPC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ANDROID_BINDER_IPC is not set
New value: CONFIG_ANDROID_BINDER_IPC=y

Value of CONFIG_ASHMEM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_ASHMEM is not set
New value: CONFIG_ASHMEM=y

Value of CONFIG_VIDEO_GC2093 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2093 is not set
New value: CONFIG_VIDEO_GC2093=y

Value of CONFIG_VIDEO_GC2053 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_GC2053 is not set
New value: CONFIG_VIDEO_GC2053=y

Value of CONFIG_VIDEO_FP5510 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_FP5510 is not set
New value: CONFIG_VIDEO_FP5510=y

Value of CONFIG_VIDEO_S5K3L6XX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIDEO_S5K3L6XX is not set
New value: CONFIG_VIDEO_S5K3L6XX=y

Value of CONFIG_CMA_INACTIVE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CMA_INACTIVE is not set
New value: CONFIG_CMA_INACTIVE=y

Value of CONFIG_SENSORS_PWM_FAN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_PWM_FAN is not set
New value: CONFIG_SENSORS_PWM_FAN=y

Value of CONFIG_BT_RFCOMM_TTY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RFCOMM_TTY is not set
New value: CONFIG_BT_RFCOMM_TTY=y

Value of CONFIG_BT_BNEP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_BNEP is not set
New value: CONFIG_BT_BNEP=y

Value of CONFIG_BT_RTKBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BT_RTKBTUSB is not set
New value: CONFIG_BT_RTKBTUSB=y CONFIG_BT_RTKBTUSB=m

Value of CONFIG_RTL8821CU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8821CU is not set
New value: CONFIG_RTL8821CU=m

Value of CONFIG_BT_HCIBTUSB is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BT_HCIBTUSB=y
New value: CONFIG_BT_HCIBTUSB=m

Value of CONFIG_FRAMEBUFFER_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FRAMEBUFFER_CONSOLE is not set
New value: CONFIG_FRAMEBUFFER_CONSOLE=y

Value of CONFIG_BLK_DEV_SD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SD=y
New value: CONFIG_BLK_DEV_SD=m

Value of CONFIG_BLK_DEV_SR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_BLK_DEV_SR=y
New value: CONFIG_BLK_DEV_SR=m

Value of CONFIG_SCSI_SPI_ATTRS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_SCSI_SPI_ATTRS=y
New value: CONFIG_SCSI_SPI_ATTRS=m

Value of CONFIG_USB_STORAGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_STORAGE=y
New value: CONFIG_USB_STORAGE=m

Value of CONFIG_USB_UAS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_USB_UAS=y
New value: CONFIG_USB_UAS=m

Value of CONFIG_IP_PNP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_PNP is not set
New value: CONFIG_IP_PNP=y

Value of CONFIG_NFSD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NFSD is not set
New value: CONFIG_NFSD=y

Value of CONFIG_PC9202_WATCHDOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PC9202_WATCHDOG is not set
New value: CONFIG_PC9202_WATCHDOG=y

Value of CONFIG_WIREGUARD is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_WIREGUARD is not set
New value: CONFIG_WIREGUARD=y

Value of CONFIG_PSTORE_LZO_COMPRESS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PSTORE_LZO_COMPRESS is not set
New value: CONFIG_PSTORE_LZO_COMPRESS=m

Value of CONFIG_SPI_WK2XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SPI_WK2XXX is not set
New value: CONFIG_SPI_WK2XXX=y

Value of CONFIG_AQTION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_AQTION is not set
New value: CONFIG_AQTION=m

Value of CONFIG_TOUCHSCREEN_GT9XXX is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TOUCHSCREEN_GT9XXX is not set
New value: CONFIG_TOUCHSCREEN_GT9XXX=y

Value of CONFIG_PARAVIRT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT is not set
New value: CONFIG_PARAVIRT=y

Value of CONFIG_PARAVIRT_TIME_ACCOUNTING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
New value: CONFIG_PARAVIRT_TIME_ACCOUNTING=y

Value of CONFIG_VIRTUALIZATION is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTUALIZATION is not set
New value: CONFIG_VIRTUALIZATION=y

Value of CONFIG_KSM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_KSM is not set
New value: CONFIG_KSM=y

Value of CONFIG_VIRTIO_BLK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BLK is not set
New value: CONFIG_VIRTIO_BLK=y

Value of CONFIG_SCSI_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SCSI_VIRTIO is not set
New value: CONFIG_SCSI_VIRTIO=y

Value of CONFIG_VIRTIO_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_NET is not set
New value: CONFIG_VIRTIO_NET=y

Value of CONFIG_VIRT_WIFI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_WIFI is not set
New value: CONFIG_VIRT_WIFI=m

Value of CONFIG_VIRTIO_CONSOLE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_CONSOLE is not set
New value: CONFIG_VIRTIO_CONSOLE=y

Value of CONFIG_HW_RANDOM_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_HW_RANDOM_VIRTIO is not set
New value: CONFIG_HW_RANDOM_VIRTIO=y

Value of CONFIG_DRM_VKMS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VKMS is not set
New value: CONFIG_DRM_VKMS=m

Value of CONFIG_DRM_QXL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_QXL is not set
New value: CONFIG_DRM_QXL=m

Value of CONFIG_DRM_VIRTIO_GPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_VIRTIO_GPU is not set
New value: CONFIG_DRM_VIRTIO_GPU=y

Value of CONFIG_DRM_CIRRUS_QEMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DRM_CIRRUS_QEMU is not set
New value: CONFIG_DRM_CIRRUS_QEMU=m

Value of CONFIG_FB_VIRTUAL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_FB_VIRTUAL is not set
New value: CONFIG_FB_VIRTUAL=y

Value of CONFIG_VIRT_DRIVERS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRT_DRIVERS is not set
New value: CONFIG_VIRT_DRIVERS=y

Value of CONFIG_VIRTIO_PCI is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_PCI is not set
New value: CONFIG_VIRTIO_PCI=y

Value of CONFIG_VIRTIO_BALLOON is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_BALLOON is not set
New value: CONFIG_VIRTIO_BALLOON=y

Value of CONFIG_VIRTIO_INPUT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_INPUT is not set
New value: CONFIG_VIRTIO_INPUT=y

Value of CONFIG_VIRTIO_MMIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_MMIO is not set
New value: CONFIG_VIRTIO_MMIO=y

Value of CONFIG_VIRTIO_DMA_SHARED_BUFFER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_DMA_SHARED_BUFFER is not set
New value: CONFIG_VIRTIO_DMA_SHARED_BUFFER=y

Value of CONFIG_VDPA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VDPA is not set
New value: CONFIG_VDPA=y

Value of CONFIG_VHOST_NET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_NET is not set
New value: CONFIG_VHOST_NET=m

Value of CONFIG_VHOST_CROSS_ENDIAN_LEGACY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
New value: CONFIG_VHOST_CROSS_ENDIAN_LEGACY=y

Value of CONFIG_IOMMU_DEFAULT_PASSTHROUGH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
New value: CONFIG_IOMMU_DEFAULT_PASSTHROUGH=y

Value of CONFIG_VIRTIO_IOMMU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_IOMMU is not set
New value: CONFIG_VIRTIO_IOMMU=y

Value of CONFIG_VIRTIO_FS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_VIRTIO_FS is not set
New value: CONFIG_VIRTIO_FS=y

Value of CONFIG_CRYPTO_DEV_VIRTIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_DEV_VIRTIO is not set
New value: CONFIG_CRYPTO_DEV_VIRTIO=y

Value of CONFIG_NF_REJECT_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV4 is not set
New value: CONFIG_NF_REJECT_IPV4=y CONFIG_NF_REJECT_IPV4=m

Value of CONFIG_NF_REJECT_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_REJECT_IPV6 is not set
New value: CONFIG_NF_REJECT_IPV6=y CONFIG_NF_REJECT_IPV6=m

Value of CONFIG_IP6_NF_IPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP6_NF_IPTABLES is not set
New value: CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_IPTABLES=m

Value of CONFIG_TUN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_TUN is not set
New value: CONFIG_TUN=y

Value of CONFIG_CIFS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CIFS is not set
New value: CONFIG_CIFS=y

Value of CONFIG_CRYPTO_MD4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_CRYPTO_MD4 is not set
New value: CONFIG_CRYPTO_MD4=y

Value of CONFIG_BPF_SYSCALL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_BPF_SYSCALL is not set
New value: CONFIG_BPF_SYSCALL=y

Value of CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY is not set
New value: CONFIG_REGULATOR_FIXED_VOLTAGE_FIREFLY=y

Value of CONFIG_SENSORS_NTC_THERMISTOR is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SENSORS_NTC_THERMISTOR is not set
New value: CONFIG_SENSORS_NTC_THERMISTOR=y

Value of CONFIG_DS18B20 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DS18B20 is not set
New value: CONFIG_DS18B20=y

Value of CONFIG_NETFILTER_XT_MATCH_MAC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MAC is not set
New value: CONFIG_NETFILTER_XT_MATCH_MAC=y CONFIG_NETFILTER_XT_MATCH_MAC=m

Value of CONFIG_DEBUG_SPINLOCK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_DEBUG_SPINLOCK is not set
New value: CONFIG_DEBUG_SPINLOCK=y

Value of CONFIG_LEDS_CLASS_FLASH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_LEDS_CLASS_FLASH is not set
New value: CONFIG_LEDS_CLASS_FLASH=y

Value of CONFIG_UIO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_UIO is not set
New value: CONFIG_UIO=m

Value of CONFIG_MXGBE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBE is not set
New value: CONFIG_MXGBE=m

Value of CONFIG_MXGBEVF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_MXGBEVF is not set
New value: CONFIG_MXGBEVF=m

Value of CONFIG_PCI_IOV is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_PCI_IOV is not set
New value: CONFIG_PCI_IOV=y

Value of CONFIG_NETFILTER_NETLINK_ACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_ACCT is not set
New value: CONFIG_NETFILTER_NETLINK_ACCT=m

Value of CONFIG_NETFILTER_NETLINK_QUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_QUEUE is not set
New value: CONFIG_NETFILTER_NETLINK_QUEUE=m

Value of CONFIG_NETFILTER_NETLINK_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_LOG is not set
New value: CONFIG_NETFILTER_NETLINK_LOG=m

Value of CONFIG_NETFILTER_NETLINK_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_NETLINK_OSF is not set
New value: CONFIG_NETFILTER_NETLINK_OSF=m

Value of CONFIG_NETFILTER_XTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: CONFIG_NETFILTER_XTABLES=y
New value: CONFIG_NETFILTER_XTABLES=m

Value of CONFIG_NETFILTER_XT_TARGET_CHECKSUM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
New value: CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m

Value of CONFIG_NETFILTER_XT_TARGET_CLASSIFY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
New value: CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m

Value of CONFIG_NETFILTER_XT_TARGET_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
New value: CONFIG_NETFILTER_XT_TARGET_DSCP=m

Value of CONFIG_NETFILTER_XT_TARGET_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HL is not set
New value: CONFIG_NETFILTER_XT_TARGET_HL=m

Value of CONFIG_NETFILTER_XT_TARGET_HMARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_HMARK=m

Value of CONFIG_NETFILTER_XT_TARGET_IDLETIMER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
New value: CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m

Value of CONFIG_NETFILTER_XT_TARGET_LOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_LOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_LOG=m

Value of CONFIG_NETFILTER_XT_TARGET_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_MARK is not set
New value: CONFIG_NETFILTER_XT_TARGET_MARK=m

Value of CONFIG_NETFILTER_XT_TARGET_NFLOG is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFLOG=m

Value of CONFIG_NETFILTER_XT_TARGET_NFQUEUE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
New value: CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m

Value of CONFIG_NETFILTER_XT_TARGET_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
New value: CONFIG_NETFILTER_XT_TARGET_RATEEST=m

Value of CONFIG_NETFILTER_XT_TARGET_TEE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TEE is not set
New value: CONFIG_NETFILTER_XT_TARGET_TEE=m

Value of CONFIG_NETFILTER_XT_TARGET_TPROXY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
New value: CONFIG_NETFILTER_XT_TARGET_TPROXY=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPMSS=m

Value of CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
New value: CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

Value of CONFIG_NETFILTER_XT_MATCH_BPF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_BPF is not set
New value: CONFIG_NETFILTER_XT_MATCH_BPF=m

Value of CONFIG_NETFILTER_XT_MATCH_CGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_CGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_CPU is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_CPU is not set
New value: CONFIG_NETFILTER_XT_MATCH_CPU=m

Value of CONFIG_NETFILTER_XT_MATCH_DCCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DCCP=m

Value of CONFIG_NETFILTER_XT_MATCH_DEVGROUP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m

Value of CONFIG_NETFILTER_XT_MATCH_DSCP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_DSCP is not set
New value: CONFIG_NETFILTER_XT_MATCH_DSCP=m

Value of CONFIG_NETFILTER_XT_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ECN is not set
New value: CONFIG_NETFILTER_XT_MATCH_ECN=m

Value of CONFIG_NETFILTER_XT_MATCH_ESP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_ESP is not set
New value: CONFIG_NETFILTER_XT_MATCH_ESP=m

Value of CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_HL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_HL is not set
New value: CONFIG_NETFILTER_XT_MATCH_HL=m

Value of CONFIG_NETFILTER_XT_MATCH_IPCOMP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPCOMP=m

Value of CONFIG_NETFILTER_XT_MATCH_IPRANGE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
New value: CONFIG_NETFILTER_XT_MATCH_IPRANGE=m

Value of CONFIG_NETFILTER_XT_MATCH_L2TP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
New value: CONFIG_NETFILTER_XT_MATCH_L2TP=m

Value of CONFIG_NETFILTER_XT_MATCH_LENGTH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
New value: CONFIG_NETFILTER_XT_MATCH_LENGTH=m

Value of CONFIG_NETFILTER_XT_MATCH_LIMIT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
New value: CONFIG_NETFILTER_XT_MATCH_LIMIT=m

Value of CONFIG_NETFILTER_XT_MATCH_MARK is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MARK is not set
New value: CONFIG_NETFILTER_XT_MATCH_MARK=m

Value of CONFIG_NETFILTER_XT_MATCH_MULTIPORT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
New value: CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m

Value of CONFIG_NETFILTER_XT_MATCH_NFACCT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
New value: CONFIG_NETFILTER_XT_MATCH_NFACCT=m

Value of CONFIG_NETFILTER_XT_MATCH_OSF is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OSF is not set
New value: CONFIG_NETFILTER_XT_MATCH_OSF=m

Value of CONFIG_NETFILTER_XT_MATCH_OWNER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
New value: CONFIG_NETFILTER_XT_MATCH_OWNER=m

Value of CONFIG_NETFILTER_XT_MATCH_POLICY is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_POLICY is not set
New value: CONFIG_NETFILTER_XT_MATCH_POLICY=m

Value of CONFIG_NETFILTER_XT_MATCH_PKTTYPE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
New value: CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m

Value of CONFIG_NETFILTER_XT_MATCH_QUOTA is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
New value: CONFIG_NETFILTER_XT_MATCH_QUOTA=m

Value of CONFIG_NETFILTER_XT_MATCH_RATEEST is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
New value: CONFIG_NETFILTER_XT_MATCH_RATEEST=m

Value of CONFIG_NETFILTER_XT_MATCH_REALM is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_REALM is not set
New value: CONFIG_NETFILTER_XT_MATCH_REALM=m

Value of CONFIG_NETFILTER_XT_MATCH_RECENT is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
New value: CONFIG_NETFILTER_XT_MATCH_RECENT=m

Value of CONFIG_NETFILTER_XT_MATCH_SCTP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SCTP is not set
New value: CONFIG_NETFILTER_XT_MATCH_SCTP=m

Value of CONFIG_NETFILTER_XT_MATCH_SOCKET is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
New value: CONFIG_NETFILTER_XT_MATCH_SOCKET=m

Value of CONFIG_NETFILTER_XT_MATCH_STATISTIC is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
New value: CONFIG_NETFILTER_XT_MATCH_STATISTIC=m

Value of CONFIG_NETFILTER_XT_MATCH_STRING is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_STRING is not set
New value: CONFIG_NETFILTER_XT_MATCH_STRING=m

Value of CONFIG_NETFILTER_XT_MATCH_TCPMSS is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
New value: CONFIG_NETFILTER_XT_MATCH_TCPMSS=m

Value of CONFIG_NETFILTER_XT_MATCH_TIME is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_TIME is not set
New value: CONFIG_NETFILTER_XT_MATCH_TIME=m

Value of CONFIG_NETFILTER_XT_MATCH_U32 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NETFILTER_XT_MATCH_U32 is not set
New value: CONFIG_NETFILTER_XT_MATCH_U32=m

Value of CONFIG_NF_SOCKET_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV4 is not set
New value: CONFIG_NF_SOCKET_IPV4=m

Value of CONFIG_NF_TPROXY_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV4 is not set
New value: CONFIG_NF_TPROXY_IPV4=m

Value of CONFIG_NF_DUP_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV4 is not set
New value: CONFIG_NF_DUP_IPV4=m

Value of CONFIG_NF_LOG_ARP is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_ARP is not set
New value: CONFIG_NF_LOG_ARP=m

Value of CONFIG_NF_LOG_IPV4 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV4 is not set
New value: CONFIG_NF_LOG_IPV4=m

Value of CONFIG_IP_NF_MATCH_AH is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_AH is not set
New value: CONFIG_IP_NF_MATCH_AH=m

Value of CONFIG_IP_NF_MATCH_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_ECN is not set
New value: CONFIG_IP_NF_MATCH_ECN=m

Value of CONFIG_IP_NF_MATCH_RPFILTER is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_RPFILTER is not set
New value: CONFIG_IP_NF_MATCH_RPFILTER=m

Value of CONFIG_IP_NF_MATCH_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_MATCH_TTL is not set
New value: CONFIG_IP_NF_MATCH_TTL=m

Value of CONFIG_IP_NF_TARGET_ECN is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_ECN is not set
New value: CONFIG_IP_NF_TARGET_ECN=m

Value of CONFIG_IP_NF_TARGET_TTL is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_TARGET_TTL is not set
New value: CONFIG_IP_NF_TARGET_TTL=m

Value of CONFIG_IP_NF_RAW is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_RAW is not set
New value: CONFIG_IP_NF_RAW=m

Value of CONFIG_IP_NF_ARPTABLES is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_IP_NF_ARPTABLES is not set
New value: CONFIG_IP_NF_ARPTABLES=m

Value of CONFIG_NF_SOCKET_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_SOCKET_IPV6 is not set
New value: CONFIG_NF_SOCKET_IPV6=m

Value of CONFIG_NF_TPROXY_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_TPROXY_IPV6 is not set
New value: CONFIG_NF_TPROXY_IPV6=m

Value of CONFIG_NF_DUP_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_DUP_IPV6 is not set
New value: CONFIG_NF_DUP_IPV6=m

Value of CONFIG_NF_LOG_IPV6 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_NF_LOG_IPV6 is not set
New value: CONFIG_NF_LOG_IPV6=m

Value of CONFIG_R8125 is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_R8125 is not set
New value: CONFIG_R8125=m

Value of CONFIG_RTL8822CE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8822CE is not set
New value: CONFIG_RTL8822CE=m

Value of CONFIG_RTL8852BE is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_RTL8852BE is not set
New value: CONFIG_RTL8852BE=m

Value of CONFIG_SND_SOC_BT_SCO is redefined by fragment ./arch/arm64/configs/firefly-linux.config:
Previous value: # CONFIG_SND_SOC_BT_SCO is not set
New value: CONFIG_SND_SOC_BT_SCO=m

#
# merged configuration written to .config (needs make)
#
.config:7144:warning: override: reassigning to symbol BT_RTKBTUSB
.config:7148:warning: override: reassigning to symbol IP_VS
.config:7149:warning: override: reassigning to symbol VXLAN
.config:7152:warning: override: reassigning to symbol SCSI
.config:7189:warning: override: reassigning to symbol VETH
.config:7293:warning: override: reassigning to symbol NF_CONNTRACK
.config:7309:warning: override: reassigning to symbol NF_CONNTRACK_FTP
.config:7318:warning: override: reassigning to symbol NF_CONNTRACK_TFTP
.config:7332:warning: override: reassigning to symbol NF_TABLES
.config:7333:warning: override: reassigning to symbol NF_TABLES_INET
.config:7334:warning: override: reassigning to symbol NF_TABLES_NETDEV
.config:7335:warning: override: reassigning to symbol NFT_NUMGEN
.config:7336:warning: override: reassigning to symbol NFT_CT
.config:7337:warning: override: reassigning to symbol NFT_FLOW_OFFLOAD
.config:7338:warning: override: reassigning to symbol NFT_CONNLIMIT
.config:7339:warning: override: reassigning to symbol NFT_LOG
.config:7340:warning: override: reassigning to symbol NFT_LIMIT
.config:7341:warning: override: reassigning to symbol NFT_MASQ
.config:7342:warning: override: reassigning to symbol NFT_REDIR
.config:7343:warning: override: reassigning to symbol NFT_NAT
.config:7344:warning: override: reassigning to symbol NFT_TUNNEL
.config:7345:warning: override: reassigning to symbol NFT_OBJREF
.config:7347:warning: override: reassigning to symbol NFT_QUOTA
.config:7348:warning: override: reassigning to symbol NFT_REJECT
.config:7350:warning: override: reassigning to symbol NFT_COMPAT
.config:7351:warning: override: reassigning to symbol NFT_HASH
.config:7355:warning: override: reassigning to symbol NFT_SOCKET
.config:7356:warning: override: reassigning to symbol NFT_OSF
.config:7357:warning: override: reassigning to symbol NFT_TPROXY
.config:7360:warning: override: reassigning to symbol NFT_DUP_NETDEV
.config:7361:warning: override: reassigning to symbol NFT_FWD_NETDEV
.config:7364:warning: override: reassigning to symbol NF_FLOW_TABLE_INET
.config:7365:warning: override: reassigning to symbol NF_FLOW_TABLE
.config:7372:warning: override: reassigning to symbol NETFILTER_XT_MARK
.config:7410:warning: override: reassigning to symbol NETFILTER_XT_MATCH_ADDRTYPE
.config:7414:warning: override: reassigning to symbol NETFILTER_XT_MATCH_COMMENT
.config:7419:warning: override: reassigning to symbol NETFILTER_XT_MATCH_CONNTRACK
.config:7431:warning: override: reassigning to symbol NETFILTER_XT_MATCH_IPVS
.config:7435:warning: override: reassigning to symbol NETFILTER_XT_MATCH_MAC
.config:7466:warning: override: reassigning to symbol NFT_DUP_IPV4
.config:7467:warning: override: reassigning to symbol NFT_FIB_IPV4
.config:7468:warning: override: reassigning to symbol NF_TABLES_ARP
.config:7472:warning: override: reassigning to symbol NF_REJECT_IPV4
.config:7476:warning: override: reassigning to symbol IP_NF_IPTABLES
.config:7481:warning: override: reassigning to symbol IP_NF_FILTER
.config:7482:warning: override: reassigning to symbol IP_NF_TARGET_REJECT
.config:7484:warning: override: reassigning to symbol IP_NF_NAT
.config:7485:warning: override: reassigning to symbol IP_NF_TARGET_MASQUERADE
.config:7487:warning: override: reassigning to symbol IP_NF_TARGET_REDIRECT
.config:7488:warning: override: reassigning to symbol IP_NF_MANGLE
.config:7509:warning: override: reassigning to symbol NF_REJECT_IPV6
.config:7511:warning: override: reassigning to symbol IP6_NF_IPTABLES
.config:7523:warning: override: reassigning to symbol IP6_NF_FILTER
.config:7524:warning: override: reassigning to symbol IP6_NF_TARGET_REJECT
.config:7526:warning: override: reassigning to symbol IP6_NF_MANGLE
.config:7527:warning: override: reassigning to symbol IP6_NF_RAW
.config:7529:warning: override: reassigning to symbol IP6_NF_NAT
.config:7530:warning: override: reassigning to symbol IP6_NF_TARGET_MASQUERADE
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  CC      scripts/mod/devicetable-offsets.s
In file included from ./include/linux/types.h:6,
                 from ./include/linux/mod_devicetable.h:12,
                 from scripts/mod/devicetable-offsets.c:3:
./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
    5 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:117: recipe for target 'scripts/mod/devicetable-offsets.s' failed
make[2]: *** [scripts/mod/devicetable-offsets.s] Error 1
Makefile:1492: recipe for target 'scripts_mod' failed
make[1]: *** [scripts_mod] Error 2
arch/arm64/Makefile:214: recipe for target 'roc-rk3588-pc-mipi-H245QBN02.img' failed
make: *** [roc-rk3588-pc-mipi-H245QBN02.img] Error 2
ERROR: Running build_extboot failed!
ERROR: exit code 2 from line 785:
    make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$ ls -lt
total 11612
drwxr-xr-x  31 root root    4096 Jan 24 20:27 include
drwxr-xr-x  13 root root    4096 Jan 24 00:35 security
drwxr-xr-x  17 root root    4096 Jan 24 00:35 scripts
-rw-r--r--   1 root root 9204387 Jan 24 00:35 ramdisk.img
drwxr-xr-x  72 root root    4096 Jan 24 00:35 net
drwxr-xr-x   5 root root    4096 Jan 24 00:35 mm
drwxr-xr-x  21 root root   12288 Jan 24 00:35 lib
drwxr-xr-x  20 root root    4096 Jan 24 00:35 kernel
drwxr-xr-x   2 root root    4096 Jan 24 00:35 ipc
drwxr-xr-x   2 root root    4096 Jan 24 00:35 io_uring
drwxr-xr-x   2 root root    4096 Jan 24 00:35 init
drwxr-xr-x  80 root root    4096 Jan 24 00:35 fs
drwxr-xr-x   4 root root    4096 Jan 24 00:35 crypto
drwxr-xr-x   3 root root    4096 Jan 24 00:35 block
-rw-r--r--   1 root root    1325 Jan 24 00:35 build.config.gki.aarch64
-rw-r--r--   1 root root     478 Jan 24 00:35 build.config.rockchip
drwxr-xr-x   2 root root    4096 Jan 24 00:35 certs
drwxr-xr-x   2 root root    4096 Jan 24 00:35 android
-rw-r--r--   1 root root   68971 Jan 24 00:35 Makefile
-rw-r--r--   1 root root  577791 Jan 24 00:35 MAINTAINERS
drwxr-xr-x  82 root root    4096 Jan 24 00:35 Documentation
drwxr-xr-x 144 root root    4096 Jan 24 00:35 drivers
drwxr-xr-x   4 root root    4096 Jan 23 17:24 virt
drwxr-xr-x   3 root root    4096 Jan 23 17:24 usr
drwxr-xr-x  37 root root    4096 Jan 23 17:24 tools
drwxr-xr-x  26 root root    4096 Jan 23 17:24 sound
drwxr-xr-x  33 root root    4096 Jan 23 17:24 samples
-rwxr-xr-x   1 root root 1000056 Jan 23 17:24 logo_stations.bmp
-rw-r--r--   1 root root  415798 Jan 23 17:24 logo_stationm.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo_kernel.bmp
-rw-r--r--   1 root root  127818 Jan 23 17:24 logo.bmp
-rw-r--r--   1 root root    1410 Jan 23 17:23 boot.its
-rw-r--r--   1 root root     296 Jan 23 17:23 build.config.aarch64
-rw-r--r--   1 root root     429 Jan 23 17:23 build.config.allmodconfig
-rw-r--r--   1 root root     152 Jan 23 17:23 build.config.allmodconfig.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.allmodconfig.arm
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.allmodconfig.x86_64
-rw-r--r--   1 root root    1214 Jan 23 17:23 build.config.amlogic
-rw-r--r--   1 root root     198 Jan 23 17:23 build.config.arm
-rw-r--r--   1 root root     378 Jan 23 17:23 build.config.common
-rw-r--r--   1 root root     795 Jan 23 17:23 build.config.db845c
-rw-r--r--   1 root root      63 Jan 23 17:23 build.config.gki
-rw-r--r--   1 root root     638 Jan 23 17:23 build.config.gki.aarch64.fips140
-rw-r--r--   1 root root     230 Jan 23 17:23 build.config.gki.aarch64.fips140_eval_testing
-rw-r--r--   1 root root     106 Jan 23 17:23 build.config.gki-debug.aarch64
-rw-r--r--   1 root root     105 Jan 23 17:23 build.config.gki-debug.x86_64
-rw-r--r--   1 root root     664 Jan 23 17:23 build.config.gki_kasan
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.aarch64
-rw-r--r--   1 root root     148 Jan 23 17:23 build.config.gki_kasan.x86_64
-rw-r--r--   1 root root     629 Jan 23 17:23 build.config.gki_kprobes
-rw-r--r--   1 root root     151 Jan 23 17:23 build.config.gki_kprobes.aarch64
-rw-r--r--   1 root root     150 Jan 23 17:23 build.config.gki_kprobes.x86_64
-rw-r--r--   1 root root     142 Jan 23 17:23 build.config.gki.x86_64
-rw-r--r--   1 root root     740 Jan 23 17:23 build.config.hikey960
-rw-r--r--   1 root root     544 Jan 23 17:23 build.config.khwasan
-rw-r--r--   1 root root     274 Jan 23 17:23 build.config.x86_64
drwxr-xr-x  26 root root    4096 Jan 23 17:23 arch
-rw-r--r--   1 root root     438 Jan 23 17:23 OWNERS
-rw-r--r--   1 root root     727 Jan 23 17:23 README
-rw-r--r--   1 root root    6402 Jan 23 17:23 README.md
-rw-r--r--   1 root root    1327 Jan 23 17:23 Kbuild
-rw-r--r--   1 root root     555 Jan 23 17:23 Kconfig
drwxr-xr-x   6 root root    4096 Jan 23 17:23 LICENSES
-rw-r--r--   1 root root  100478 Jan 23 17:23 CREDITS
-rw-r--r--   1 root root     496 Jan 23 17:23 COPYING
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ cd ..
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ cd
app/       device/    external/  prebuilts/ rkbin/     tools/     uefi/
buildroot/ docs/      kernel/    .repo/     rockdev/   u-boot/    yocto/
lxk@ubuntu:/opt/rk3588$ git status
fatal: not a git repository (or any of the parent directories): .git
lxk@ubuntu:/opt/rk3588$ cd kernel/
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$
lxk@ubuntu:/opt/rk3588/kernel$ git status
fatal: detected dubious ownership in repository at '/opt/rk3588/kernel'
To add an exception for this directory, call:

        git config --global --add safe.directory /opt/rk3588/kernel
lxk@ubuntu:/opt/rk3588/kernel$


1.rar

5.59 KB, 下载次数: 0, 下载积分: 灯泡 -1 , 经验 -1

回复

使用道具 举报

1万

积分

14

威望

13

贡献

管理员

Rank: 9Rank: 9Rank: 9

积分
11149

优秀版主

发表于 昨天 16:31        只看该作者  10#


先确认一下,sdk 目录的权限有没有问题,怎么连创建文件都无权限?

普通用户在 root 用户创建的目录编译?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表