diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 12:50:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 12:50:03 +0000 |
commit | 4d50b3ffd68a1a2fb264bf84fd86a0dd9a574857 (patch) | |
tree | 2489db021be1e150ba13bd4a08acc9b13b22143c | |
parent | b4ab709dd4964fcdf13886eab4181006f25959bb (diff) | |
download | mtk-20170518-4d50b3ffd68a1a2fb264bf84fd86a0dd9a574857.zip mtk-20170518-4d50b3ffd68a1a2fb264bf84fd86a0dd9a574857.tar.gz mtk-20170518-4d50b3ffd68a1a2fb264bf84fd86a0dd9a574857.tar.bz2 |
cosmetic fix for iproute2 config
SVN-Revision: 427
-rw-r--r-- | openwrt/package/iproute2/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/iproute2/Config.in b/openwrt/package/iproute2/Config.in index 6f64eb5..8ffe739 100644 --- a/openwrt/package/iproute2/Config.in +++ b/openwrt/package/iproute2/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_IPROUTE2 - bool + tristate depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC default n |