diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-03 02:38:38 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-03 02:38:38 +0000 |
commit | 863bd41e5e0dfe3dfb93dfb08fd4916549f7bf2b (patch) | |
tree | 5cc8c82b39ba140f36305bcc7e58262509d9b552 /openwrt/target/linux/Config.in | |
parent | 84a6c9dda3131869da6349d367b2b20df8d2216d (diff) | |
download | mtk-20170518-863bd41e5e0dfe3dfb93dfb08fd4916549f7bf2b.zip mtk-20170518-863bd41e5e0dfe3dfb93dfb08fd4916549f7bf2b.tar.gz mtk-20170518-863bd41e5e0dfe3dfb93dfb08fd4916549f7bf2b.tar.bz2 |
add 2.6 support for x86
SVN-Revision: 2320
Diffstat (limited to 'openwrt/target/linux/Config.in')
-rw-r--r-- | openwrt/target/linux/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 443dca4..8f4ac18 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -36,6 +36,14 @@ config BR2_LINUX_2_6_BRCM Build firmware images for Broadcom based routers (e.g. Netgear WGT634u) +config BR2_LINUX_2_6_X86 + bool "Support for x86 boards [2.6]" + default n + depends BR2_i386 + help + Build firmware images for x86 based boards + (e.g. Soekris net4521 and net4801, PC Engines WRAP...) + endchoice comment "Device specific modules" |