--- zzzz-none-000/linux-4.1.52/net/netfilter/xt_LED.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/net/netfilter/xt_LED.c 2022-03-02 11:37:14.000000000 +0000 @@ -59,6 +59,12 @@ struct xt_led_info_internal *ledinternal = ledinfo->internal_data; unsigned long led_delay = XT_LED_BLINK_DELAY; +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG_FEATURE) + skb->ipt_check |= IPT_TARGET_LED; + if ( skb->ipt_check & IPT_TARGET_CHECK ) + return XT_CONTINUE; +#endif + /* * If "always blink" is enabled, and there's still some time until the * LED will switch off, briefly switch it off now.