diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-05-15 23:13:49 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-05-15 23:13:49 +0000 |
| commit | e90b9b95b926a030e2be551fc59255208a2d02d7 (patch) | |
| tree | 80e3f7bef78a06a0335f9682a5dbb1b3357df417 /openwrt/package/pptp | |
| parent | 7db51089509c6fb62a4d9f8f3f64e961d4178883 (diff) | |
| download | mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.zip mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.tar.gz mtk-20170518-e90b9b95b926a030e2be551fc59255208a2d02d7.tar.bz2 | |
more BR2_ / CONFIG_ patches
SVN-Revision: 3784
Diffstat (limited to 'openwrt/package/pptp')
| -rw-r--r-- | openwrt/package/pptp/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in index 88da237..425473a 100644 --- a/openwrt/package/pptp/Config.in +++ b/openwrt/package/pptp/Config.in @@ -1,9 +1,9 @@ -config BR2_PACKAGE_PPTP +config PACKAGE_PPTP prompt "pptp.............................. PPTP (Point-to-Point Tunneling Protocol) client" tristate - default m if CONFIG_DEVEL - select BR2_PACKAGE_KMOD_GRE - select BR2_PACKAGE_PPP + default m if DEVEL + select PACKAGE_KMOD_GRE + select PACKAGE_PPP help A Point-to-Point Tunneling Protocol Client |
