[package] pcmciautils: depends on libsysfs, not sysfsutils
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27248 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2009 OpenWrt.org
|
# Copyright (C) 2008-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pcmciautils
|
PKG_NAME:=pcmciautils
|
||||||
PKG_VERSION:=015
|
PKG_VERSION:=015
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/pcmcia
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/pcmcia
|
||||||
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/pcmciautils
|
define Package/pcmciautils
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+sysfsutils @!LINUX_2_4 @PCMCIA_SUPPORT
|
DEPENDS:=+libsysfs @!LINUX_2_4 @PCMCIA_SUPPORT
|
||||||
TITLE:=PCMCIA Utilities
|
TITLE:=PCMCIA Utilities
|
||||||
URL:=http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
|
URL:=http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
|
||||||
endef
|
endef
|
||||||
|
Reference in New Issue
Block a user