diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-10-15 08:40:48 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-10-15 08:40:48 +0000 |
commit | 6530fd33fa3534006a7be584ee1261dd0ee75f72 (patch) | |
tree | 98e29a303bd7840f4497dbcc77f73eb9328c1dde /target/linux/Config.in | |
parent | 5c78989de15038b00f6625b0fe0fe6e9166374e8 (diff) | |
download | upstream-6530fd33fa3534006a7be584ee1261dd0ee75f72.tar.gz upstream-6530fd33fa3534006a7be584ee1261dd0ee75f72.tar.bz2 upstream-6530fd33fa3534006a7be584ee1261dd0ee75f72.zip |
small comment, only one target should be activated
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Config.in')
-rw-r--r-- | target/linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 0f9a0a27bb..f59ba787a8 100644 --- a/target/linux/Config.in +++ b/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 |