Skip to content

Commit

Permalink
wpa-supplicant: remove unused start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jhofstee committed Feb 18, 2025
1 parent 9c803ca commit 237cff4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ do_configure:append() {
echo CONFIG_CTRL_IFACE_DBUS_INTRO=y >> wpa_supplicant/.config
echo CONFIG_DEBUG_SYSLOG=y >> wpa_supplicant/.config
}

# wpa-supplicant is started by dbus, not by the scripts below see:
# /usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
do_install:append() {
rm -rf ${D}${sysconfdir}/network/if-pre-up.d
rm -rf ${D}${sysconfdir}/network/if-post-down.d
}

0 comments on commit 237cff4

Please sign in to comment.