2564ddf81bac968fc7292dfe96c042c9aba1ce6b
[openwrt.git] / openwrt / package / popt / Config.in
1 config BR2_PACKAGE_POPT
2         tristate "popt (a command line option parsing library)"
3         default m if CONFIG_DEVEL
4         help
5           A command line option parsing library
6           
7           ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/
8           
9
10 config BR2_PACKAGE_LIBPOPT
11         tristate
12         default BR2_PACKAGE_POPT
13