diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
commit | 8dfd8956ce7f3aaeef8734295bca7ead2812c749 (patch) | |
tree | 5227ada8f5ff6d6270b23a19dc2354fba84785c7 /package/rp-pppoe | |
parent | 9722bc08f17d76f11c19e6e6068e34978609983b (diff) | |
download | upstream-8dfd8956ce7f3aaeef8734295bca7ead2812c749.tar.gz upstream-8dfd8956ce7f3aaeef8734295bca7ead2812c749.tar.bz2 upstream-8dfd8956ce7f3aaeef8734295bca7ead2812c749.zip |
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rp-pppoe')
-rw-r--r-- | package/rp-pppoe/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rp-pppoe/Config.in b/package/rp-pppoe/Config.in index 2b4d9f21bd..a88b09b0cf 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 |