projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi: enable txstop workaround for ap and ibss mode only
[openwrt.git]
/
package
/
pcmcia-cs
/
Makefile
diff --git
a/package/pcmcia-cs/Makefile
b/package/pcmcia-cs/Makefile
index
2241c6f
..
0f1a7f7
100644
(file)
--- a/
package/pcmcia-cs/Makefile
+++ b/
package/pcmcia-cs/Makefile
@@
-15,21
+15,19
@@
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=0d6d65be8896eff081aee996049afaa5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=0d6d65be8896eff081aee996049afaa5
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/pcmcia-cs
SECTION:=utils
CATEGORY:=Utilities
include $(INCLUDE_DIR)/package.mk
define Package/pcmcia-cs
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@
LINUX_2_4&&
PCMCIA_SUPPORT
+ DEPENDS:=@PCMCIA_SUPPORT
TITLE:=PCMCIA/Cardbus management utilities
URL:=http://pcmcia-cs.sourceforge.net/
endef
TITLE:=PCMCIA/Cardbus management utilities
URL:=http://pcmcia-cs.sourceforge.net/
endef
+$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
+
define Build/Configure
( cd $(PKG_BUILD_DIR); \
./Configure \
define Build/Configure
( cd $(PKG_BUILD_DIR); \
./Configure \
@@
-51,6
+49,8
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
+ rm -rf $(PKG_INSTALL_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \
$(call Build/Compile/Default, \
CFLAGS="$(TARGET_CFLAGS)" \
all install \
@@
-58,9
+58,9
@@
define Build/Compile
endef
define Package/pcmcia-cs/install
endef
define Package/pcmcia-cs/install
-
install -d -m0755
$(1)/etc
+
$(INSTALL_DIR)
$(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/pcmcia $(1)/etc/
$(CP) $(PKG_INSTALL_DIR)/etc/pcmcia $(1)/etc/
-
install -d -m0755
$(1)/usr/sbin
+
$(INSTALL_DIR)
$(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/sbin/cardctl $(1)/usr/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/cardmgr $(1)/usr/sbin/
endef
$(CP) $(PKG_INSTALL_DIR)/sbin/cardctl $(1)/usr/sbin/
$(CP) $(PKG_INSTALL_DIR)/sbin/cardmgr $(1)/usr/sbin/
endef
This page took
0.02223 seconds
and
4
git commands to generate.