mac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)
[openwrt/svn-archive/archive.git] / package / uboot-xburst / patches / 009-n516.patch
1 diff --git a/Makefile b/Makefile
2 index ed848f5..04cd32e 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -3448,6 +3448,18 @@ pavo_nand_config : unconfig
6 @echo "TEXT_BASE = 0x80100000" > $(obj)board/qi_lb60/config.tmp
7 @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
8
9 +n516_config : unconfig
10 + @ >include/config.h
11 + @echo "#define CONFIG_N516 1" >>include/config.h
12 + @./mkconfig -a n516 mips mips n516
13 +
14 +n516_nand_config : unconfig
15 + @echo "#define CONFIG_NAND_U_BOOT" > $(obj)include/config.h
16 + @echo "Compile NAND boot image for n516"
17 + @./mkconfig -a n516 mips mips n516
18 + @echo "TEXT_BASE = 0x80100000" > $(obj)board/n516/config.tmp
19 + @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
20 +
21 #########################################################################
22 ## MIPS64 5Kc
23 #########################################################################