diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-27 16:52:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-27 16:52:10 +0000 |
commit | ee81a26c37d0cbfb57e267cbd0b3de6530e24c1c (patch) | |
tree | 9f128980a68774f70bb28f5a3d07f524030583c1 | |
parent | 1af8bb9c59b8a360990d1584006dc5100aa6f9d3 (diff) | |
download | mtk-20170518-ee81a26c37d0cbfb57e267cbd0b3de6530e24c1c.zip mtk-20170518-ee81a26c37d0cbfb57e267cbd0b3de6530e24c1c.tar.gz mtk-20170518-ee81a26c37d0cbfb57e267cbd0b3de6530e24c1c.tar.bz2 |
update alsa to latest stable upstream release (v1.0.10)
SVN-Revision: 2555
-rw-r--r-- | openwrt/target/linux/package/alsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/alsa/Makefile b/openwrt/target/linux/package/alsa/Makefile index db944ee..eea05a0 100644 --- a/openwrt/target/linux/package/alsa/Makefile +++ b/openwrt/target/linux/package/alsa/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=alsa-driver -PKG_VERSION:=1.0.10rc1 +PKG_VERSION:=1.0.10 PKG_RELEASE:=1 -PKG_MD5SUM:=0fb6b4163c3ed8f4930f00791b8a25c1 +PKG_MD5SUM:=e9e7c1ca664a14275d67185049f933f9 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/driver/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |