Skip to content

Commit

Permalink
Unclear if necessary kernel config additions
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Jan 11, 2024
1 parent 0817da6 commit bc700d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.mips64eb
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ CONFIG_VIRTIO_MMIO=y
CONFIG_STAGING=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
CONFIG_UFS_FS=y
CONFIG_UFS_FS_WRITE=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
Expand Down Expand Up @@ -464,4 +466,5 @@ CONFIG_IP_NF_TARGET_TTL=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_ANON_INODES=y

0 comments on commit bc700d5

Please sign in to comment.