diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-14 21:15:07 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-14 21:15:07 +0000 |
commit | 7d707ca5ebb31da0e84da9051ada8a489ac25c33 (patch) | |
tree | c1de4f9300bb14ab10bc61fe53e367779ad66567 | |
parent | bf2474f5220df0bbee7b8d5e782c1b3e9f17296c (diff) | |
download | upstream-7d707ca5ebb31da0e84da9051ada8a489ac25c33.tar.gz upstream-7d707ca5ebb31da0e84da9051ada8a489ac25c33.tar.bz2 upstream-7d707ca5ebb31da0e84da9051ada8a489ac25c33.zip |
add md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3371 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 40e78da19f..2dcf371d07 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 |