-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
l to o #1
base: openwrt-18.06
Are you sure you want to change the base?
l to o #1
Conversation
加入helloworld编译出很多问题,差的依赖太多了,希望能更新。 |
How do I get write access? |
Fixes a build error seen when applying the kernel patches. Applying patch generic/435-mtd-add-routerbootpart-parser-config.patch patching file drivers/mtd/parsers/Kconfig Hunk #1 FAILED at 160. 1 out of 1 hunk FAILED -- rejects in file drivers/mtd/parsers/Kconfig patching file drivers/mtd/parsers/Makefile Hunk #1 FAILED at 10. 1 out of 1 hunk FAILED -- rejects in file drivers/mtd/parsers/Makefile This was missed as 5.4 is currently set as testing kernel while the main kernel being used is 4.19 Fixes: 2976e42 ("generic: routerboot partition build bits") Signed-off-by: Koen Vandeputte <[email protected]>
The code uses get_mtd_device_nm() which must be followed by a call to put_mtd_device() once the handle is no longer used. This fixes spurious shutdown console messages such as: [ 83.099037] Removing MTD device #1 (hard_config) with use count 1 Reported-by: Koen Vandeputte <[email protected]> Tested-by: Koen Vandeputte <[email protected]> Signed-off-by: Thibaut VARÈNE <[email protected]> [Backported from master] Signed-off-by: Koen Vandeputte <[email protected]>
AX1800 wifi 驱动是自动适配吗 还是需要手动选择 |
Sorry,May I found a wrong warehouse, and pushed some things. 不好意思,可能是我找错了仓库,提交了一些东西。 |
Thanks for your contribution to OpenWrt!
To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches
Please remove this message before posting the pull request.