diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 21:26:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 21:26:43 +0000 |
commit | 1430462520bb27fd0f60495be00a3f3fb6d4b04e (patch) | |
tree | 969af184f3123a8cfe999a223ff900cbc918b328 /openwrt/target/linux/package | |
parent | c6c07d95f226a1621274437202d82fb4868e542f (diff) | |
download | mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.zip mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.tar.gz mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.tar.bz2 |
upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfs
SVN-Revision: 3068
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r-- | openwrt/target/linux/package/shfs/patches/102-gcc4_fix.patch | 23 | ||||
-rw-r--r-- | openwrt/target/linux/package/spca5xx/Makefile | 4 |
2 files changed, 25 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/shfs/patches/102-gcc4_fix.patch b/openwrt/target/linux/package/shfs/patches/102-gcc4_fix.patch new file mode 100644 index 0000000..c4fd366 --- /dev/null +++ b/openwrt/target/linux/package/shfs/patches/102-gcc4_fix.patch @@ -0,0 +1,23 @@ +diff -ur shfs-0.35/shfs/Linux-2.6/dir.c shfs-0.35-new/shfs/Linux-2.6/dir.c +--- shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 09:16:19.000000000 -0400 ++++ shfs-0.35-new/shfs/Linux-2.6/dir.c 2005-02-11 18:12:00.000000000 -0500 +@@ -19,6 +19,8 @@ + #include "shfs_debug.h" + #include "proc.h" + ++static struct dentry_operations shfs_dentry_operations; ++ + static int + shfs_dir_open(struct inode *inode, struct file *filp) + { +diff -ur shfs-0.35/shfs/Linux-2.6/shfs_fs.h shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h +--- shfs-0.35/shfs/Linux-2.6/shfs_fs.h 2004-06-01 09:16:19.000000000 -0400 ++++ shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h 2005-02-11 18:12:03.000000000 -0500 +@@ -50,7 +50,6 @@ + #define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0) + + /* shfs/dir.c */ +-extern struct dentry_operations shfs_dentry_operations; + extern struct file_operations shfs_dir_operations; + extern struct inode_operations shfs_dir_inode_operations; + extern void shfs_new_dentry(struct dentry *dentry); diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index 8dc193a..95ffe59 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 |