mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 02:14:43 +02: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:
parent
91da1a0fc8
commit
b74a66fbd4
@ -7,6 +7,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=pcmcia-cs
|
PKG_NAME:=pcmcia-cs
|
||||||
PKG_VERSION:=3.2.8
|
PKG_VERSION:=3.2.8
|
||||||
@ -21,12 +22,12 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/pcmcia-cs
|
define Package/pcmcia-cs
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@PCMCIA_SUPPORT
|
DEPENDS:=@LINUX_2_4 @PCMCIA_SUPPORT
|
||||||
TITLE:=PCMCIA/Cardbus management utilities
|
TITLE:=PCMCIA/Cardbus management utilities
|
||||||
URL:=http://pcmcia-cs.sourceforge.net/
|
URL:=http://pcmcia-cs.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
|
$(STAMP_CONFIGURED): $(LINUX_DIR)/.config
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
( cd $(PKG_BUILD_DIR); \
|
( cd $(PKG_BUILD_DIR); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user