disable libpam until shadow passwords are configurable

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10044 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-12-30 03:13:56 +00:00
parent 5efaac9b82
commit 1bef785265

View File

@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libpam
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@BROKEN
TITLE:=free implementation of the following DCE-RFC from Sunsoft.
URL:=http://www.kernel.org/pub/linux/libs/pam
endef