diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-03 02:38:38 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-03 02:38:38 +0000 |
commit | 5c8a9ed64d4bccdc01eec87d3f8702484fa43a85 (patch) | |
tree | 2b667a49886768223aa20f5f857866806da9c4fa /openwrt/target/linux/Config.in | |
parent | d6b9d21390f64e7a14918cf4122f065ace435422 (diff) |
add 2.6 support for x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2320 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 443dca463..8f4ac1880 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" |