[Add script to ease sync from OpenWRT]
[Description]
Add script to ease sync from OpenWRT
1. cover mac80211/mt76/firmware sync
[Release-log]
N/A
diff --git a/recipes-connectivity/hostapd/files/001-rdkb-remove-ubus-support.patch b/recipes-connectivity/hostapd/files/001-rdkb-remove-ubus-support.patch
new file mode 100644
index 0000000..3544981
--- /dev/null
+++ b/recipes-connectivity/hostapd/files/001-rdkb-remove-ubus-support.patch
@@ -0,0 +1,14 @@
+diff -urN a/src/ap/hostapd.h b/src/ap/hostapd.h
+--- a/src/ap/hostapd.h 2022-04-28 12:18:51.607377262 +0800
++++ b/src/ap/hostapd.h 2022-04-28 12:20:10.510028480 +0800
+@@ -81,7 +81,9 @@
+ #ifdef CONFIG_CTRL_IFACE_UDP
+ unsigned char ctrl_iface_cookie[CTRL_IFACE_COOKIE_LEN];
+ #endif /* CONFIG_CTRL_IFACE_UDP */
+- struct ubus_object ubus;
++#ifdef UBUS_SUPPORT
++ struct ubus_object ubus;
++#endif
+ };
+
+ enum hostapd_chan_status {