diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:19:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:19:00 +0000 |
commit | 27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9 (patch) | |
tree | 679a46eeb0dd7510b28484f84d954b42d97ea384 /target | |
parent | 7fa8ba095bd2dc2759e586ca9c82f31fdb0cf2f6 (diff) | |
download | upstream-27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9.tar.gz upstream-27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9.tar.bz2 upstream-27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9.zip |
as we only support 2.6, remove the useless bool for it
SVN-Revision: 23246
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/Config.in b/target/Config.in index 6e45b640df..4476a89854 100644 --- a/target/Config.in +++ b/target/Config.in @@ -2,9 +2,6 @@ source "tmp/.config-target.in" # Kernel/Hardware features -config LINUX_2_6 - bool - config HAS_FPU bool |