adde88 / openwrt-useful-tools

A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
237 stars 47 forks source link

hostapd mana light #1

Closed hASVAN closed 6 years ago

hASVAN commented 6 years ago

Soo im trying to install hostapd mana light but iget this error

root@OpenWrt:~# opkg install hostapd-mana-light_2.6-3_ar71xx.ipk Installing hostapd-mana-light (2.6-3) to root... Configuring hostapd-mana-light. //usr/lib/opkg/info/hostapd-mana-light.postinst: line 4: default_postinst: not found Collected errors:

adde88 commented 6 years ago

That's the same "error message" your're getting, as when you tried installing asleap. opkg is just whining about the IPK missing a postinst script, which it doesn't need. So ANY error messages regarding default_postinst: not found can safely be ignored.

I also need to add that the IPK you're trying to install is compiled with this SDK. So i cannot guarantee that it will work for your device. After installing, test it by trying to run: hostapd-mana in your terminal.