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 | 294c9e8c0eda5777ef9a920b2c99be1c880b69be (patch) | |
tree | 19be7c2e016285fcb70642454cad5c58ba0cbc63 | |
parent | 068c5fd92342f6c04da184cfaee7f3618bf92104 (diff) |
add md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3371 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/xsupplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/xsupplicant/Makefile b/openwrt/package/xsupplicant/Makefile index 40e78da19f..2dcf371d07 100644 --- a/openwrt/package/xsupplicant/Makefile +++ b/openwrt/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 |