Skip to content

Commit

Permalink
hostpad: install missing hostapd.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Żyjewski <tomasz.zyjewski@3mdeb.com>
  • Loading branch information
TomaszAIR committed Feb 22, 2021
1 parent 3b2b24f commit d06611a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-tweaks/hostapd/hostapd_%.bbappend
Expand Up @@ -33,6 +33,7 @@ do_install_append() {

install -m 0755 ${WORKDIR}/git/openwrt/package/kernel/mac80211/files/lib/wifi/mac80211.sh ${D}${base_libdir}/wifi/mac80211.sh
install -m 0755 ${WORKDIR}/git/openwrt/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh ${D}${base_libdir}/netifd/wireless/mac80211.sh
install -m 0755 ${WORKDIR}/git/openwrt/package/network/services/hostapd/files/hostapd.sh ${D}${base_libdir}/netifd/hostapd.sh
install -m 0755 ${WORKDIR}/git/openwrt/package/network/services/ppp/files/ppp.sh ${D}${base_libdir}/netifd/proto/ppp.sh
}

Expand Down

0 comments on commit d06611a

Please sign in to comment.