Upgrade aircrack-ng to 0.9, add a description
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 May 2007 21:54:37 +0000 (21:54 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 May 2007 21:54:37 +0000 (21:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7266 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/aircrack-ng/Makefile
net/aircrack-ng/patches/100-if_include.patch [deleted file]

index 3fff441..7156b68 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=aircrack-ng
-PKG_VERSION:=0.7
+PKG_VERSION:=0.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.aircrack-ng.org/
-PKG_MD5SUM:=34c0447951d438d76fa32d08eab5da01
+PKG_MD5SUM:=0fbf52827132d2996fc64afaef19cf68
 PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@@ -26,7 +26,8 @@ define Package/aircrack-ng
   SECTION:=net
   CATEGORY:=Network
   DEPENDS:=+libpthread
-  TITLE:=Aircrack-ng is the next generation of aircrack with new features
+  TITLE:=next generation of aircrack with new features
+  DESCRIPTION:=Aircrack-ng is the next generation of aircrack with new features
   URL:=http://www.aircrack-ng.org/
 endef
 
diff --git a/net/aircrack-ng/patches/100-if_include.patch b/net/aircrack-ng/patches/100-if_include.patch
deleted file mode 100644 (file)
index c123286..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- aircrack-ng-0.7.orig/src/airtun-ng.c     2007-02-02 00:01:36.000000000 +0100
-+++ aircrack-ng-0.7/src/airtun-ng.c  2007-02-01 23:58:44.000000000 +0100
-@@ -32,6 +32,7 @@
-
- #include <netpacket/packet.h>
- #include <linux/if_ether.h>
-+#include <linux/if.h>
- #include <linux/wireless.h>
- #include <arpa/inet.h>
- #include <unistd.h>