diff options
author | John Crispin <blogic@openwrt.org> | 2010-03-31 17:24:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2010-03-31 17:24:43 +0000 |
commit | 56c8b05d3aeb1a76f21208551fc6a36ed0e46b1c (patch) | |
tree | 4bf28f3ec51671ab76502ad934944ad28b514c6e /package/ifxos/Makefile | |
parent | 5c331607b9f1c8413330d17b278457c43cda6186 (diff) | |
download | upstream-56c8b05d3aeb1a76f21208551fc6a36ed0e46b1c.tar.gz upstream-56c8b05d3aeb1a76f21208551fc6a36ed0e46b1c.tar.bz2 upstream-56c8b05d3aeb1a76f21208551fc6a36ed0e46b1c.zip |
[ifxmips] update os abstraction layer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20639 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifxos/Makefile')
-rw-r--r-- | package/ifxos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ifxos/Makefile b/package/ifxos/Makefile index 2a84eb53e4..5b453aed62 100644 --- a/package/ifxos/Makefile +++ b/package/ifxos/Makefile @@ -10,16 +10,16 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=lib_ifxos -PKG_VERSION:=1.5.10 +PKG_VERSION:=1.5.12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_RELEASE:=1 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources -PKG_MD5SUM:=3602797b0f531f37546c6beb748d50cf +#PKG_MD5SUM:=3602797b0f531f37546c6beb748d50cf include $(INCLUDE_DIR)/package.mk define KernelPackage/ifxos - SUBMENU:=Lantiq + SUBMENU:=Other modules TITLE:=Lantiq OS abstraction library URL:=http://www.lantiq.com/ MAINTAINER:=Lantiq |