diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-09 10:45:47 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-09 10:45:47 +0000 |
commit | d45dc5e820b5589662236143a68928eaec01e83e (patch) | |
tree | 64a1434b436174e77545a6b7234612c5f0fdb3da /target/linux/ar71xx/patches-2.6.35/300-mips_fw_myloader.patch | |
parent | bef7ceff095e5e648b45b4cf0c73fb7ad588b676 (diff) | |
download | mtk-20170518-d45dc5e820b5589662236143a68928eaec01e83e.zip mtk-20170518-d45dc5e820b5589662236143a68928eaec01e83e.tar.gz mtk-20170518-d45dc5e820b5589662236143a68928eaec01e83e.tar.bz2 |
ar71xx: add kernel 2.6.35 preliminary support
SVN-Revision: 21734
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.35/300-mips_fw_myloader.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.35/300-mips_fw_myloader.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.35/300-mips_fw_myloader.patch b/target/linux/ar71xx/patches-2.6.35/300-mips_fw_myloader.patch new file mode 100644 index 0000000..48d0de8 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.35/300-mips_fw_myloader.patch @@ -0,0 +1,22 @@ +--- a/arch/mips/Makefile ++++ b/arch/mips/Makefile +@@ -190,6 +190,7 @@ endif + # + libs-$(CONFIG_ARC) += arch/mips/fw/arc/ + libs-$(CONFIG_CFE) += arch/mips/fw/cfe/ ++libs-$(CONFIG_MYLOADER) += arch/mips/fw/myloader/ + libs-$(CONFIG_SNIPROM) += arch/mips/fw/sni/ + libs-y += arch/mips/fw/lib/ + +--- a/arch/mips/Kconfig ++++ b/arch/mips/Kconfig +@@ -877,6 +877,9 @@ config MIPS_NILE4 + config MIPS_DISABLE_OBSOLETE_IDE + bool + ++config MYLOADER ++ bool ++ + config SYNC_R4K + bool + |