X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fuboot-xburst%2Fpatches%2F009-n516.patch;fp=package%2Fboot%2Fuboot-xburst%2Fpatches%2F009-n516.patch;h=49eaf3da44b3b689a4551a23ef1de69545bf1a1b;hb=e75106aa0d82a64122954b5990b50ec80d8e4040;hp=0000000000000000000000000000000000000000;hpb=254d851d8a9434e9c8a12a6ec96538ba13101600;p=openwrt%2Fstaging%2Fjogo.git diff --git a/package/boot/uboot-xburst/patches/009-n516.patch b/package/boot/uboot-xburst/patches/009-n516.patch new file mode 100644 index 0000000000..49eaf3da44 --- /dev/null +++ b/package/boot/uboot-xburst/patches/009-n516.patch @@ -0,0 +1,23 @@ +diff --git a/Makefile b/Makefile +index ed848f5..04cd32e 100644 +--- a/Makefile ++++ b/Makefile +@@ -3448,6 +3448,18 @@ pavo_nand_config : unconfig + @echo "TEXT_BASE = 0x80100000" > $(obj)board/qi_lb60/config.tmp + @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk + ++n516_config : unconfig ++ @ >include/config.h ++ @echo "#define CONFIG_N516 1" >>include/config.h ++ @./mkconfig -a n516 mips mips n516 ++ ++n516_nand_config : unconfig ++ @echo "#define CONFIG_NAND_U_BOOT" > $(obj)include/config.h ++ @echo "Compile NAND boot image for n516" ++ @./mkconfig -a n516 mips mips n516 ++ @echo "TEXT_BASE = 0x80100000" > $(obj)board/n516/config.tmp ++ @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk ++ + ######################################################################### + ## MIPS64 5Kc + #########################################################################