diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-12-15 15:45:15 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-12-15 15:45:15 +0000 |
commit | 3836d35a2643bcec8c3674a57de7f531e19a9e2e (patch) | |
tree | c86a34323ade83c56d3bf9aca8922f1c7c4e1812 /package/alsa/Makefile | |
parent | 8c1e1f53c43f815a6bdc0b13ac8e54931a9e1dbf (diff) | |
download | upstream-3836d35a2643bcec8c3674a57de7f531e19a9e2e.tar.gz upstream-3836d35a2643bcec8c3674a57de7f531e19a9e2e.tar.bz2 upstream-3836d35a2643bcec8c3674a57de7f531e19a9e2e.zip |
update alsa-driver to 1.1.14rc1 (fix build on 2.6.19)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5798 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/alsa/Makefile')
-rw-r--r-- | package/alsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile index 7bd155078e..320a918414 100644 --- a/package/alsa/Makefile +++ b/package/alsa/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=alsa-driver -PKG_VERSION:=1.0.11 +PKG_VERSION:=1.0.14rc1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/driver/ -PKG_MD5SUM:=57534e4297cd683371402220e3753885 +PKG_MD5SUM:=4cff99be4b225e96663fbd61cabe3182 PKG_CAT:=bzcat PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |