let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / rp-l2tp / Config.in
1 #menu "rp-l2tp............................ Roaring Penguin PPPoE (PPP over Ethernet) implementation"
2
3 config BR2_COMPILE_RP_L2TP
4 tristate
5 default n
6 depends BR2_PACKAGE_RP_L2TPD
7
8 config BR2_PACKAGE_RP_L2TPD
9 prompt "rp-l2tpd.......................... an L2TP (Layer 2 Tunneling Protocol) daemon"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_RP_L2TP
13 help
14 An L2TP (Layer 2 Tunneling Protocol) daemon.
15
16 http://sourceforge.net/projects/rp-l2tp/
17
18 config BR2_PACKAGE_RP_L2TPD_MOD_CMD
19 prompt "rp-l2tpd-mod-cmd................ a simple command handler for the L2TP daemon"
20 tristate
21 default m if CONFIG_DEVEL
22 depends BR2_PACKAGE_RP_L2TPD
23 help
24 A simple command handler for the L2TP daemon.
25
26 config BR2_PACKAGE_RP_L2TPD_MOD_PPP
27 prompt "rp-l2tpd-mod-ppp................ a PPP handler for the L2TP daeomon"
28 tristate
29 default m if CONFIG_DEVEL
30 depends BR2_PACKAGE_RP_L2TPD
31 help
32 A PPP handler for the L2TP daeomon.
33
34 #endmenu