projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4c368
)
[packages_10.03.2] pcmciautils: merge r29199
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Feb 2012 16:51:33 +0000
(16:51 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 5 Feb 2012 16:51:33 +0000
(16:51 +0000)
SVN-Revision: 30297
utils/pcmciautils/Makefile
patch
|
blob
|
history
diff --git
a/utils/pcmciautils/Makefile
b/utils/pcmciautils/Makefile
index d2e272051cdb3da367d9a208702867abb1592016..3936aca4217d3102f36c0c2a7ff5107d493b880e 100644
(file)
--- a/
utils/pcmciautils/Makefile
+++ b/
utils/pcmciautils/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcmciautils
PKG_VERSION:=018
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/pcmcia
@@
-45,4
+45,9
@@
define Package/pcmciautils/install
$(CP) $(PKG_BUILD_DIR)/config/config.opts $(1)/etc/pcmcia/
$(CP) files/* $(1)/
endef
+
+define Package/pcmciautils/conffiles
+/etc/pcmcia/config.opts
+endef
+
$(eval $(call BuildPackage,pcmciautils))