let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / pptp / Config.in
1 config BR2_PACKAGE_PPTP
2 prompt "pptp.............................. PPTP (Point-to-Point Tunneling Protocol) client"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_KMOD_GRE
6 select BR2_PACKAGE_PPP
7 help
8 A Point-to-Point Tunneling Protocol Client
9
10 http://pptpclient.sourceforge.net/
11