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 | b0a24bc42b7bcd5132f3be27760bf803ccc5e63d (patch) | |
tree | c2a4d4167a0c31b76b343e08158beec66f4c3e91 /target | |
parent | 1d6f122b7972b330703d8260c11545d676162ae4 (diff) | |
download | upstream-b0a24bc42b7bcd5132f3be27760bf803ccc5e63d.tar.gz upstream-b0a24bc42b7bcd5132f3be27760bf803ccc5e63d.tar.bz2 upstream-b0a24bc42b7bcd5132f3be27760bf803ccc5e63d.zip |
update alsa to latest stable upstream release (v1.0.10)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2555 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/package/alsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/alsa/Makefile b/target/linux/package/alsa/Makefile index db944ee1a9..eea05a0748 100644 --- a/target/linux/package/alsa/Makefile +++ b/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 |