diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-29 21:26:43 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-29 21:26:43 +0000 |
commit | 26019d329a92d6aac0811d4f6bfc34211ce3fbbc (patch) | |
tree | f4638cc0bd20000cdc140f4e704ca09c51a01efc /openwrt/target/linux/package/spca5xx/Makefile | |
parent | 2ecdf1880e14a6e0c15c78bd1807d68126f3d50f (diff) |
upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3068 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/spca5xx/Makefile')
-rw-r--r-- | openwrt/target/linux/package/spca5xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index 8dc193ae1..95ffe5966 100644 --- a/openwrt/target/linux/package/spca5xx/Makefile +++ b/openwrt/target/linux/package/spca5xx/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=spca5xx -PKG_VERSION:=20051212 +PKG_VERSION:=20060101 PKG_RELEASE:=1 -PKG_MD5SUM:=f8212aa6f5e412201eefd328c3608c8d +PKG_MD5SUM:=2a4dc191262c16c14bfd2fd563c3e8a1 PKG_SOURCE_URL:=http://mxhaard.free.fr/spca50x/Download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |