4ab8b75213dad7837e267967cdabaea4cb7639fe
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-2.6.26 / 300-mips_fw_myloader.patch
1 --- a/arch/mips/Makefile
2 +++ b/arch/mips/Makefile
3 @@ -158,6 +158,7 @@
4 #
5 libs-$(CONFIG_ARC) += arch/mips/fw/arc/
6 libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
7 +libs-$(CONFIG_MYLOADER) += arch/mips/fw/myloader/
8 libs-$(CONFIG_SNIPROM) += arch/mips/fw/sni/
9 libs-y += arch/mips/fw/lib/
10 libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
11 --- a/arch/mips/Kconfig
12 +++ b/arch/mips/Kconfig
13 @@ -873,6 +873,9 @@
14 config MIPS_DISABLE_OBSOLETE_IDE
15 bool
16
17 +config MYLOADER
18 + bool
19 +
20 config SYNC_R4K
21 bool
22