summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-15 18:27:31 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-15 18:27:31 +0000
commitb6b04d49cd04f6b3a701cd10e95c59b380a14de2 (patch)
tree6cd4ae86107462261ce9a738c33b912b85d33a4a /package
parent50627e295da9f69953f764e80a206361d9f50fb4 (diff)
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
Diffstat (limited to 'package')
-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 0b5925b4c..229fce378 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 2562001b7..0ba866b0f 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+=\\\
\\\