diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-10 10:40:37 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-10 10:40:37 +0000 |
commit | f5eda193b4a1e57b9c9b013d25a05618900a1863 (patch) | |
tree | 2e74d8864f8c4749a589a7f1c6d0aeaaf5819163 /package/ltq-ifxos | |
parent | 5f6719e705d1eca5c2985c7ab61cad2631208fd5 (diff) |
wrong md5sum in ltq-ifxos
Signed-off-by: Luka Perkov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27575 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-ifxos')
-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 |