wifi-scripts: add new package, move wifi scripts to a single place
authorFelix Fietkau <nbd@nbd.name>
Fri, 26 Jan 2024 10:03:39 +0000 (11:03 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 3 Feb 2024 15:16:36 +0000 (16:16 +0100)
commit2716853132d23a35fc18cbe8b438aa70e4d2c563
treeba91e297003c55e428748eb8184ff9ea90c33cca
parent32b4498c15964f4fa1da76fa5610c10683677421
wifi-scripts: add new package, move wifi scripts to a single place

Signed-off-by: Felix Fietkau <nbd@nbd.name>
20 files changed:
package/base-files/files/sbin/wifi [deleted file]
package/kernel/broadcom-wl/Makefile
package/kernel/mac80211/Makefile
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh [deleted file]
package/kernel/mac80211/files/lib/wifi/mac80211.sh [deleted file]
package/kernel/mac80211/files/mac80211.hotplug [deleted file]
package/network/config/netifd/Makefile
package/network/config/wifi-scripts/Makefile [new file with mode: 0644]
package/network/config/wifi-scripts/files/etc/hotplug.d/ieee80211/10-wifi-detect [new file with mode: 0644]
package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh [new file with mode: 0644]
package/network/config/wifi-scripts/files/lib/netifd/netifd-wireless.sh [new file with mode: 0644]
package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh [new file with mode: 0755]
package/network/config/wifi-scripts/files/lib/wifi/mac80211.sh [new file with mode: 0644]
package/network/config/wifi-scripts/files/sbin/wifi [new file with mode: 0755]
package/network/config/wifi-scripts/files/usr/share/hostap/common.uc [new file with mode: 0644]
package/network/config/wifi-scripts/files/usr/share/hostap/wdev.uc [new file with mode: 0644]
package/network/services/hostapd/Makefile
package/network/services/hostapd/files/common.uc [deleted file]
package/network/services/hostapd/files/hostapd.sh [deleted file]
package/network/services/hostapd/files/wdev.uc [deleted file]