diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-03-28 00:05:52 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-03-28 00:05:52 +0000 |
| commit | d5eb9d6d91d69bbeb2459c00a253a45b292b487a (patch) | |
| tree | c9fc1a09d568117520c0271c0e59879ef18bd465 /openwrt/package/osiris/Makefile | |
| parent | 21a54709f0d9888fd52921f015b55c93daabc407 (diff) | |
| download | mtk-20170518-d5eb9d6d91d69bbeb2459c00a253a45b292b487a.zip mtk-20170518-d5eb9d6d91d69bbeb2459c00a253a45b292b487a.tar.gz mtk-20170518-d5eb9d6d91d69bbeb2459c00a253a45b292b487a.tar.bz2 | |
update osiris to v4.2.0, add mod_if module, add short desc to mod_* patches, fix openssl-related build issue (could break compatibility).
SVN-Revision: 3515
Diffstat (limited to 'openwrt/package/osiris/Makefile')
| -rw-r--r-- | openwrt/package/osiris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/osiris/Makefile b/openwrt/package/osiris/Makefile index 54a4a99..900a149 100644 --- a/openwrt/package/osiris/Makefile +++ b/openwrt/package/osiris/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=osiris -PKG_VERSION:=4.1.9 +PKG_VERSION:=4.2.0 PKG_RELEASE:=1 -PKG_MD5SUM:=a8e3720b05a8dc5d257a7effb6d68224 +PKG_MD5SUM:=ad30995660e506ee6d1d6460601f6107 PKG_SOURCE_URL:=http://www.hostintegrity.com/osiris/data/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
