diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-04 20:27:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-04 20:27:03 +0000 |
commit | 9bb13d59d9bc2fbce00c59ff47775aa5f2fb363d (patch) | |
tree | 1f278641a045d3f9089594df9b5c792cc5751f1c /target/linux/ar71xx/patches-2.6.32/300-mips_fw_myloader.patch | |
parent | 3184772820190de3dfca6528dc67002974eb96b5 (diff) | |
download | mtk-20170518-9bb13d59d9bc2fbce00c59ff47775aa5f2fb363d.zip mtk-20170518-9bb13d59d9bc2fbce00c59ff47775aa5f2fb363d.tar.gz mtk-20170518-9bb13d59d9bc2fbce00c59ff47775aa5f2fb363d.tar.bz2 |
ar71xx: experimental 2.6.32 support
SVN-Revision: 18638
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.32/300-mips_fw_myloader.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.32/300-mips_fw_myloader.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.32/300-mips_fw_myloader.patch b/target/linux/ar71xx/patches-2.6.32/300-mips_fw_myloader.patch new file mode 100644 index 0000000..8a83460 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.32/300-mips_fw_myloader.patch @@ -0,0 +1,22 @@ +--- a/arch/mips/Makefile ++++ b/arch/mips/Makefile +@@ -169,6 +169,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 +@@ -880,6 +880,9 @@ config MIPS_NILE4 + config MIPS_DISABLE_OBSOLETE_IDE + bool + ++config MYLOADER ++ bool ++ + config SYNC_R4K + bool + |