[OpenWrt-Devel] [PATCH v4] [ramips] mt7621: add support for netis WF-2881‏

Srdjan Rosic srdjan.rosic at gmail.com
Tue Nov 24 19:50:55 EST 2015


It looks like the problem was on my end, I was trying to rebase my
patches onto trunk, and I suspect that as I rebased, make didn't pick
up that before and after rebase patches have changed in the src tree
as part of the a7ff025 commit, and the kernel in build_dir needed to
be re-patched. Running
  make target/linux/{clean,prepare} V=s QUILT=1
caused the patches to be reapplied, including a7ff025, which enables
the build to happen,

Sorry for the noise,
-risk
Srdjan Rosic


On Tue, Nov 24, 2015 at 11:28 PM, YounJae Rho <luxflow at live.com> wrote:
> After git commit
> a7ff0259c76b39c10898403f3c8e3590cae64e95
> (in trunk)
>
> Building works well
>
> Could you check this again?
>
> 2015-11-25 오전 8:01에 Srdjan Rosic 이(가) 쓴 글:
>> not to be a spoil sport, I like seeing new devices supported, but this
>> one (commit id 5baf40d) causes a dependency of mtd/nand to be pulled
>> in, which has some bugs from before, which breaks the build at least
>> for ramips
>>
>> I haven't tried other nand arches to see if they build at this same commit.
>>
>> Maybe git revert 5baf40d would be a good thing to do until we figure
>> out how build is broken?
>>
>> That is unless you already have an idea?
>>
>> Do you have a commit where this patch worked, so we can perhaps bisect?
>>
>> --------------
>>
>>   LD      fs/built-in.o
>>   LD      crypto/built-in.o
>>   CC      drivers/mtd/nand/mtk_nand.o
>> drivers/mtd/nand/mtk_nand.c:113:25: error: 'NAND_MAX_OOBSIZE'
>> undeclared here (not in a function)
>>  static u8 local_oob_buf[NAND_MAX_OOBSIZE];
>>                          ^
>> drivers/mtd/nand/mtk_nand.c: In function 'mtk_nand_erase_hw':
>> drivers/mtd/nand/mtk_nand.c:1425:6: error: 'struct nand_chip' has no
>> member named 'erase_cmd'
>>   chip->erase_cmd(mtd, page);
>>       ^
>> drivers/mtd/nand/mtk_nand.c: At top level:
>> drivers/mtd/nand/mtk_nand.c:113:11: warning: 'local_oob_buf' defined
>> but not used [-Wunused-variable]
>>  static u8 local_oob_buf[NAND_MAX_OOBSIZE];
>>            ^
>> drivers/mtd/nand/mtk_nand.c:1392:1: warning: 'mtk_nand_read_page'
>> defined but not used [-Wunused-function]
>>  mtk_nand_read_page(struct mtd_info *mtd, struct nand_chip *chip, u8 *
>> buf, int page)
>>  ^
>> drivers/mtd/nand/mtk_nand.c:1431:1: warning: 'mtk_nand_erase' defined
>> but not used [-Wunused-function]
>>  mtk_nand_erase(struct mtd_info *mtd, int page)
>>  ^
>> drivers/mtd/nand/mtk_nand.c: In function 'mtk_nand_write_oob_hw':
>> drivers/mtd/nand/mtk_nand.c:1647:1: warning: control reaches end of
>> non-void function [-Wreturn-type]
>>  }
>>  ^
>> scripts/Makefile.build:257: recipe for target
>> 'drivers/mtd/nand/mtk_nand.o' failed
>> make[8]: *** [drivers/mtd/nand/mtk_nand.o] Error 1
>> scripts/Makefile.build:402: recipe for target 'drivers/mtd/nand' failed
>> make[7]: *** [drivers/mtd/nand] Error 2
>>
>> --------------
>>
>>
>> Thank you,
>> -risk
>>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list