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 | 0fdc96aba90805bded8d96a3d1162af77f8c9b88 (patch) | |
tree | 51c3ffccdd66f0b97a52c313788b60feccfcb8f1 /target | |
parent | 961a7ea9c693f0f6cecc12dcac74d2e182c359d6 (diff) | |
download | upstream-0fdc96aba90805bded8d96a3d1162af77f8c9b88.tar.gz upstream-0fdc96aba90805bded8d96a3d1162af77f8c9b88.tar.bz2 upstream-0fdc96aba90805bded8d96a3d1162af77f8c9b88.zip |
as we only support 2.6, remove the useless bool for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23246 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |