diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-10-15 08:40:48 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-10-15 08:40:48 +0000 |
commit | 80b059f42044c3e87fc05017a23f6218e11bb5c8 (patch) | |
tree | a11a387e94e199f12358c2a9948d2f9fc178e353 /openwrt/target | |
parent | 1791170e5fbb23734ac415bc60d09788825059b2 (diff) | |
download | mtk-20170518-80b059f42044c3e87fc05017a23f6218e11bb5c8.zip mtk-20170518-80b059f42044c3e87fc05017a23f6218e11bb5c8.tar.gz mtk-20170518-80b059f42044c3e87fc05017a23f6218e11bb5c8.tar.bz2 |
small comment, only one target should be activated
SVN-Revision: 2111
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 0f9a0a2..f59ba78 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -1,6 +1,6 @@ config BR2_LINUX_2_4 - bool "Linux 2.4" + bool "Linux 2.4 (choose only one target board)" default y config BR2_LINUX_2_4_BRCM |