diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-14 21:15:07 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-14 21:15:07 +0000 |
commit | 27de7a050d264aa73df1c83eeab8b9967ad57b55 (patch) | |
tree | c1de4f9300bb14ab10bc61fe53e367779ad66567 /package | |
parent | beaa2eba509a2a307d78a574fcc3e9abaacb3da9 (diff) |
add md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/xsupplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xsupplicant/Makefile b/package/xsupplicant/Makefile index 40e78da19..2dcf371d0 100644 --- a/package/xsupplicant/Makefile +++ b/package/xsupplicant/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xsupplicant PKG_VERSION:=1.2.3 PKG_RELEASE:=1 -PKG_MD5SUM:=x +PKG_MD5SUM:=c9b17b2e1879bac85c583980338fed85 PKG_SOURCE_URL:=@SF/open1x PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |