diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 18:03:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 18:03:48 +0000 |
commit | 67e73b4ebaf665222607095422a6759f2cf40c4a (patch) | |
tree | 38a37f550cc1b62a14410be41bac73e710be23ed /package/Makefile | |
parent | 57da90c4c715180dab402768e67391b765ec5515 (diff) | |
download | upstream-67e73b4ebaf665222607095422a6759f2cf40c4a.tar.gz upstream-67e73b4ebaf665222607095422a6759f2cf40c4a.tar.bz2 upstream-67e73b4ebaf665222607095422a6759f2cf40c4a.zip |
add aircrack package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 7b07613632..6593baf113 100644 --- a/package/Makefile +++ b/package/Makefile @@ -5,6 +5,7 @@ package-:=tcp_wrappers package-y:=nvram package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel package-$(BR2_PACKAGE_AICCU) += aiccu +package-$(BR2_PACKAGE_AIRCRACK) += aircrack package-$(BR2_PACKAGE_AMWALL) += amwall package-$(BR2_PACKAGE_ARPD) += arpd package-$(BR2_PACKAGE_ARPTABLES) += arptables |