diff options
author | John Crispin <john@openwrt.org> | 2011-07-10 10:40:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-10 10:40:37 +0000 |
commit | 1af1682eb2a5a6109fc497240d259415babfb5bb (patch) | |
tree | bcbde3cc8bba6ee14e3d8f6e165a46b8e482f489 /package | |
parent | 97248baa3e2511d8e6c5ec56d4f85194efe59e38 (diff) | |
download | upstream-1af1682eb2a5a6109fc497240d259415babfb5bb.tar.gz upstream-1af1682eb2a5a6109fc497240d259415babfb5bb.tar.bz2 upstream-1af1682eb2a5a6109fc497240d259415babfb5bb.zip |
wrong md5sum in ltq-ifxos
Signed-off-by: Luka Perkov
SVN-Revision: 27575
Diffstat (limited to 'package')
-rw-r--r-- | package/ltq-ifxos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-ifxos/Makefile b/package/ltq-ifxos/Makefile index 2dd26740fb..a43a10be3c 100644 --- a/package/ltq-ifxos/Makefile +++ b/package/ltq-ifxos/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=1.5.14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_RELEASE:=3 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources -PKG_MD5SUM:=ba775356bdd5e1b73b3e11a152710ed6 +PKG_MD5SUM:=bc107f9d8ff6bed4c2760a2817bbb029 include $(INCLUDE_DIR)/package.mk |