diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-28 17:38:01 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-28 17:38:01 +0000 |
commit | a6240c5d038088feb218dfd7ef4c64f25acceb38 (patch) | |
tree | d97b02f15baace5792df32f5ab243fb89e7e3901 /target/linux/package/alsa/Makefile | |
parent | 56dae2ef2e802381c633c2b71ed6092ce590c2da (diff) |
update alsa, fix compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3526 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/alsa/Makefile')
-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 11b12cab5..665fc0045 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.10 +PKG_VERSION:=1.0.11rc4 PKG_RELEASE:=1 -PKG_MD5SUM:=e9e7c1ca664a14275d67185049f933f9 +PKG_MD5SUM:=8e5794026082a964b09b46f9d881e6ec PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/driver/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |