From 97c31ddb562ac6e5829e29bf416fe94e8eec569f Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 7 Nov 2005 18:26:35 +0000 Subject: change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/-install calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/rp-pppoe/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/rp-pppoe') diff --git a/package/rp-pppoe/Config.in b/package/rp-pppoe/Config.in index 2b4d9f21b..a88b09b0c 100644 --- a/package/rp-pppoe/Config.in +++ b/package/rp-pppoe/Config.in @@ -1,7 +1,7 @@ #menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation" config BR2_COMPILE_RP_PPPOE - bool + tristate default n depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF -- cgit v1.2.3