diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-06-03 16:23:17 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-06-03 16:23:17 +0000 |
| commit | 3f3deee507e6ff8ecb996e343f59682ccb701117 (patch) | |
| tree | ace2ac8a41c11da56210e0292cac2dee46b7cb45 /openwrt/package/Makefile | |
| parent | 11fdda8fce5c21680051197e0cc51efc484cafff (diff) | |
| download | mtk-20170518-3f3deee507e6ff8ecb996e343f59682ccb701117.zip mtk-20170518-3f3deee507e6ff8ecb996e343f59682ccb701117.tar.gz mtk-20170518-3f3deee507e6ff8ecb996e343f59682ccb701117.tar.bz2 | |
add aircrack-ng package (thanks to Gerd, closes: #572, #581).
SVN-Revision: 3900
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index b22ba17..e5b2269 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/package/depend.mk package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel package-$(BR2_PACKAGE_AICCU) += aiccu package-$(BR2_PACKAGE_AIRCRACK) += aircrack +package-$(BR2_PACKAGE_AIRCRACK_NG) += aircrack-ng package-$(BR2_PACKAGE_AMWALL) += amwall package-$(BR2_PACKAGE_ARPD) += arpd package-$(BR2_PACKAGE_ARPTABLES) += arptables |
