diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 18:03:48 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 18:03:48 +0000 |
commit | 01e1f0304e1b8825414edf74ca2a3be7764ef324 (patch) | |
tree | 589f35899275527fbbeee1bac0b7ec3d4eb21b62 /openwrt/package/Makefile | |
parent | a222a16893d3553cc4791edfdb8629659e47de39 (diff) |
add aircrack package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2148 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7b07613632..6593baf113 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |