[packages_10.03.2] pcmciautils: merge r29199
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 5 Feb 2012 16:51:33 +0000 (16:51 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 5 Feb 2012 16:51:33 +0000 (16:51 +0000)
SVN-Revision: 30297

utils/pcmciautils/Makefile

index d2e272051cdb3da367d9a208702867abb1592016..3936aca4217d3102f36c0c2a7ff5107d493b880e 100644 (file)
@@ -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))