let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / bc / Config.in
1 config BR2_COMPILE_BC
2 tristate
3 depends BR2_PACKAGE_BC || BR2_PACKAGE_DC
4 default n
5
6 config BR2_PACKAGE_BC
7 prompt "bc................................ Arbitrary precision calculator language"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_BC
11 help
12 bc is a language that supports arbitrary precision numbers with
13 interactive execution of statements.
14
15 config BR2_PACKAGE_DC
16 prompt "dc................................ Arbitrary precision calculator"
17 tristate
18 default m if CONFIG_DEVEL
19 select BR2_COMPILE_BC
20 help
21 dc is a reverse-polish desk calculator which supports unlimited
22 precision arithmetic.