diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:31:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:31:08 +0000 |
commit | e0a74da1e867b737f9a017b31f959bcbe49e8636 (patch) | |
tree | 8c863529b9cea9ef472e5766646e1bc96e96cc51 /openwrt/package/pcmcia-cs/ipkg | |
parent | e22e54164a12041ce4ce89baf93cdf9c20f0df4d (diff) | |
download | mtk-20170518-e0a74da1e867b737f9a017b31f959bcbe49e8636.zip mtk-20170518-e0a74da1e867b737f9a017b31f959bcbe49e8636.tar.gz mtk-20170518-e0a74da1e867b737f9a017b31f959bcbe49e8636.tar.bz2 |
add pcmcia-cs package
SVN-Revision: 2546
Diffstat (limited to 'openwrt/package/pcmcia-cs/ipkg')
-rw-r--r-- | openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.conffiles | 10 | ||||
-rw-r--r-- | openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.control | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.conffiles b/openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.conffiles new file mode 100644 index 0000000..04ca204 --- /dev/null +++ b/openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.conffiles @@ -0,0 +1,10 @@ +/etc/pcmcia/config.opts +/etc/pcmcia/ftl.opts +/etc/pcmcia/ide.opts +/etc/pcmcia/ieee1394.opts +/etc/pcmcia/memory.opts +/etc/pcmcia/network.opts +/etc/pcmcia/parport.opts +/etc/pcmcia/scsi.opts +/etc/pcmcia/serial.opts +/etc/pcmcia/wireless.opts diff --git a/openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.control b/openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.control new file mode 100644 index 0000000..ba760a6 --- /dev/null +++ b/openwrt/package/pcmcia-cs/ipkg/pcmcia-utils.control @@ -0,0 +1,5 @@ +Package: pcmcia-utils +Priority: optional +Section: sys +Depends: kmod-pcmcia-core +Description: PCMCIA/Cardbus management utilities |