diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 12:25:50 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 12:25:50 +0000 |
commit | 94db5a4acc6c3489df3e7fb1a9f011babed9c379 (patch) | |
tree | e62a2fbcb087566a3b9d4f208b710076d8dfc2fa /target/linux/ar71xx/patches-2.6.34/300-mips_fw_myloader.patch | |
parent | d138f99bb2325af7821b5ea592bf7e5602ef228e (diff) | |
download | mtk-20170518-94db5a4acc6c3489df3e7fb1a9f011babed9c379.zip mtk-20170518-94db5a4acc6c3489df3e7fb1a9f011babed9c379.tar.gz mtk-20170518-94db5a4acc6c3489df3e7fb1a9f011babed9c379.tar.bz2 |
ar71xx: add 2.6.34 preliminary support (patches)
SVN-Revision: 20141
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.34/300-mips_fw_myloader.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.34/300-mips_fw_myloader.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.34/300-mips_fw_myloader.patch b/target/linux/ar71xx/patches-2.6.34/300-mips_fw_myloader.patch new file mode 100644 index 0000000..dd4905a --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.34/300-mips_fw_myloader.patch @@ -0,0 +1,22 @@ +--- a/arch/mips/Makefile ++++ b/arch/mips/Makefile +@@ -181,6 +181,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 + |