mirror of https://github.com/hak5/openwrt.git
mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)
SVN-Revision: 8475lede-17.01
parent
d3288401c2
commit
b176f181a1
|
@ -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…
Reference in New Issue