mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)
SVN-Revision: 8475
This commit is contained in:
parent
d3288401c2
commit
b176f181a1
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=pcmcia-cs
|
||||
PKG_VERSION:=3.2.8
|
||||
|
@ -21,12 +22,12 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define Package/pcmcia-cs
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=@PCMCIA_SUPPORT
|
||||
DEPENDS:=@LINUX_2_4 @PCMCIA_SUPPORT
|
||||
TITLE:=PCMCIA/Cardbus management utilities
|
||||
URL:=http://pcmcia-cs.sourceforge.net/
|
||||
endef
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
|
||||
$(STAMP_CONFIGURED): $(LINUX_DIR)/.config
|
||||
|
||||
define Build/Configure
|
||||
( cd $(PKG_BUILD_DIR); \
|
||||
|
|
Loading…
Reference in a new issue