diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-23 00:06:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-23 00:06:14 +0000 |
commit | a3b1ddab5ecf27724aa8db21c85998b94ce8eb20 (patch) | |
tree | 2a6056712dc4430e1125e4e6db559c1119e5a4c7 /package/kismet/Makefile | |
parent | 188ab5ff62e03bfd603885cb2610329a487387e8 (diff) |
update kismet package and fix broken ssid handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet/Makefile')
-rw-r--r-- | package/kismet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kismet/Makefile b/package/kismet/Makefile index 0cd3299d78..dab9e02781 100644 --- a/package/kismet/Makefile +++ b/package/kismet/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kismet -PKG_VERSION:=2005-07-R1a +PKG_VERSION:=2005-08-R1 PKG_RELEASE:=1 -PKG_MD5SUM:=9f59bce7d6cc8504ff602f150e578ab5 +PKG_MD5SUM:=17edb7688e04dd28028d5268a77d0ce7 PKG_SOURCE_URL:=http://www.kismetwireless.net/code PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |