diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 17:38:01 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 17:38:01 +0000 |
commit | 5c9577c8651eb33fcc58e606661c444e6aa83080 (patch) | |
tree | 73ac74981a320c6c3ad5a4305e5080dffbfaab89 /openwrt | |
parent | 8639e7dfb5e2afeb51605c630271aecfb04205df (diff) | |
download | mtk-20170518-5c9577c8651eb33fcc58e606661c444e6aa83080.zip mtk-20170518-5c9577c8651eb33fcc58e606661c444e6aa83080.tar.gz mtk-20170518-5c9577c8651eb33fcc58e606661c444e6aa83080.tar.bz2 |
update alsa, fix compile
SVN-Revision: 3526
Diffstat (limited to 'openwrt')
-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 11b12ca..665fc00 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.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 |