1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8475 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-08-24 11:10:48 +00:00
parent 91da1a0fc8
commit b74a66fbd4

View File

@ -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); \