Ignore:
Timestamp:
07/31/2023 01:44:37 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
2fbed80
Parents:
08c3c25
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 10:49:37 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:37 PM)
Message:

kernel-config: Update the script

  1. Don't throw unspecified entries too early. Doing so caused various rendering glitches. And we can now also check if an entry is selected but it's parent not.
  2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/iptables-kernel.xml

    r08c3c25 r1417643  
    88    [*] Network packet filtering framework (Netfilter) ---&gt;          [NETFILTER]
    99      [*] Advanced netfilter configuration                  [NETFILTER_ADVANCED]
    10         Core Netfilter Configuration ---&gt;
    11         &lt;*/M&gt;   Netfilter connection tracking support             [NF_CONNTRACK]
    12         &lt;*/M&gt;   Netfilter Xtables support (required for ip_tables)
     10      Core Netfilter Configuration ---&gt;
     11        &lt;*/M&gt; Netfilter connection tracking support               [NF_CONNTRACK]
     12        &lt;*/M&gt; Netfilter Xtables support (required for ip_tables)
    1313                                                        ...  [NETFILTER_XTABLES]
    14         &lt;*/M&gt;     LOG target support                   [NETFILTER_XT_TARGET_LOG]
     14        &lt;*/M&gt;   LOG target support                     [NETFILTER_XT_TARGET_LOG]
    1515      IP: Netfilter Configuration ---&gt;
    1616        &lt;*/M&gt; IP tables support (required for filtering/masq/NAT)
Note: See TracChangeset for help on using the changeset viewer.