remove Maintainer: and Source: fields from ipkg control files
[openwrt.git] / openwrt / package / pcmcia-cs / Config.in
1 config BR2_COMPILE_PCMCIA_CS
2 tristate
3 default n
4 depends BR2_PACKAGE_PCMCIA_UTILS
5
6 config BR2_PACKAGE_PCMCIA_UTILS
7 prompt "pcmcia-utils...................... PCMCIA/Cardbus management utilities"
8 tristate
9 select BR2_COMPILE_PCMCIA_CS
10 select BR2_PACKAGE_KMOD_PCMCIA_CORE
11 default m if CONFIG_DEVEL
12 help
13 PCMCIA/Cardbus management utilities
14
15 http://pcmcia-cs.sourceforge.net/
16
This page took 0.039133 seconds and 5 git commands to generate.