summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-09 08:11:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-09 08:11:49 +0000
commita2cda74350e3fe7d984af8217f5b949422b62673 (patch)
tree8323a631ec4b53c1e4e99f78e0d50b4382e55a0e /target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch
parent0de40f55dc5e818f91e2266790ca410502e9cee7 (diff)
downloadmtk-20170518-a2cda74350e3fe7d984af8217f5b949422b62673.zip
mtk-20170518-a2cda74350e3fe7d984af8217f5b949422b62673.tar.gz
mtk-20170518-a2cda74350e3fe7d984af8217f5b949422b62673.tar.bz2
preliminary 2.6.28 support
SVN-Revision: 13559
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch b/target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch
new file mode 100644
index 0000000..511fbbf
--- /dev/null
+++ b/target/linux/ar71xx/patches-2.6.28/300-mips_fw_myloader.patch
@@ -0,0 +1,22 @@
+--- a/arch/mips/Makefile
++++ b/arch/mips/Makefile
+@@ -160,6 +160,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/
+ libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
+--- a/arch/mips/Kconfig
++++ b/arch/mips/Kconfig
+@@ -778,6 +778,9 @@ config MIPS_NILE4
+ config MIPS_DISABLE_OBSOLETE_IDE
+ bool
+
++config MYLOADER
++ bool
++
+ config SYNC_R4K
+ bool
+