diff options
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index e91089201d..3d5e01d9ad 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -77,6 +77,11 @@ config BR2_LINUX_2_6_X86 Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) +config BR2_LINUX_2_6_SIBYTE + bool "SiByte [2.6]" + select BR2_mips + select BR2_LINUX_2_6 + if CONFIG_DEVEL config BR2_LINUX_2_6_MIPS64 |