let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / linux-atm / Config.in
1 config BR2_PACKAGE_LINUX_ATM
2 prompt "linux-atm......................... ATM Library/Utilities for Linux"
3 tristate
4 default y if BR2_LINUX_2_4_AR7
5 default n
6 help
7 ATM Library for linux
8
9 http://ftp.debian.org/debian/pool/main/l/linux-atm/
10
11 config BR2_PACKAGE_BR2684CTL
12 prompt "br2684ctl....................... RFC2684 bridging utility"
13 tristate
14 default y if BR2_LINUX_2_4_AR7
15 default n
16 depends BR2_PACKAGE_LINUX_ATM
17 help
18 Utility for setting up ATM RFC2684 bridging mode
19 Useful for PPPoE
20
21 http://ftp.debian.org/debian/pool/main/l/linux-atm/
22