aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-12-15 18:27:31 +0000
committerNicolas Thill <nico@openwrt.org>2006-12-15 18:27:31 +0000
commit6aafca5d034164994fd1f0b0f5bfff3bf8fc8589 (patch)
tree6cd4ae86107462261ce9a738c33b912b85d33a4a
parent961324876b40f5e4a2cb64f189a2d5d32f7b82c5 (diff)
downloadupstream-6aafca5d034164994fd1f0b0f5bfff3bf8fc8589.tar.gz
upstream-6aafca5d034164994fd1f0b0f5bfff3bf8fc8589.tar.bz2
upstream-6aafca5d034164994fd1f0b0f5bfff3bf8fc8589.zip
mark pwc & shfs as broken (they don't build on 2.6.19)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5803 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/pwc/Makefile2
-rw-r--r--package/shfs/Makefile5
2 files changed, 4 insertions, 3 deletions
diff --git a/package/pwc/Makefile b/package/pwc/Makefile
index 0b5925b4c8..229fce378d 100644
--- a/package/pwc/Makefile
+++ b/package/pwc/Makefile
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/kmod-pwc
SECTION:=kernel
CATEGORY:=Kernel drivers
- DEPENDS:=@LINUX_2_6
+ DEPENDS:=@BROKEN @LINUX_2_6
TITLE:=USB Philips camera driver
URL:=http://www.saillard.org/linux/pwc/
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
diff --git a/package/shfs/Makefile b/package/shfs/Makefile
index 2562001b79..0ba866b0f1 100644
--- a/package/shfs/Makefile
+++ b/package/shfs/Makefile
@@ -24,6 +24,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/shfs/Default
+ DEPENDS:=@BROKEN
TITLE:=ShFS
DESCRIPTION:=\
ShFS is a simple and easy to use Linux kernel module which allows you to \\\
@@ -37,7 +38,7 @@ define Package/kmod-shfs
$(call Package/shfs/Default)
SECTION:=kernel
CATEGORY:=Kernel drivers
- DEPENDS:=
+ DEPENDS+=
TITLE+= (kernel module)
DESCRIPTION+=\\\
\\\
@@ -49,7 +50,7 @@ define Package/shfs-utils
$(call Package/shfs/Default)
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+kmod-shfs
+ DEPENDS+=+kmod-shfs
TITLE+= (utilities)
DESCRIPTION+=\\\
\\\