How to create/kept patch specific to luci components

I have added our own script to trigger from webui. So introduced the below patch under luci-base. While build the OpenWrt repo. Patch was not applied and shows no file to patch. Where shall i need to keep patches individually for each components instead of keeping it series file using quilt. Kindly suggest

**feeds/luci/luci-base/patches/0001_sample_script_exec.patch:**
diff --git a/root/usr/share/rpcd/acl.d/luci-base.json b/root/usr/share/rpcd/acl.d/luci-base.json
index 8b8481b1c..e60210ebd 100644
--- a/root/usr/share/rpcd/acl.d/luci-base.json
+++ b/root/usr/share/rpcd/acl.d/luci-base.json
@@ -83,6 +83,7 @@
                                "/etc/sysupgrade.conf": [ "write" ],
                                "/sbin/block": [ "exec" ],
                                "/sbin/firstboot": [ "exec" ],
+                               "/sbin/sample_script": [ "exec" ],
                                "/sbin/ifdown": [ "exec" ],
                                "/sbin/ifup": [ "exec" ],
                                "/sbin/reboot": [ "exec" ],