- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Base system
-
Assigned To
Matthias Schiffer - Operating System All
- Severity Low
- Priority Very Low
- Reported Version lede-17.01
- Due in Version Undecided
-
Due Date
Undecided
- Private
Attached to Project: OpenWrt/LEDE Project
Opened by Federico Capoano - 03.05.2017
Last edited by Matthias Schiffer - 04.05.2017
Opened by Federico Capoano - 03.05.2017
Last edited by Matthias Schiffer - 04.05.2017
FS#755 - [SUNXI] ImageBuilder fails because of kmod-eeprom-sunxi
soc: sunxi
LEDE 17.01.1
How to reproduce:
- clone lede source
- checkout to 17.01 branch
- configure a build with sunxi target (i’m trying with Lomobo R1)
- compile imagebuilder
- extract imagebuilder
- try to generate images
The imagebuilder will fail, complaining that kmod-eeprom-sunxi is missing.
Looking for this module in make menuconfig, I found:
Depends on: TARGET_sunxi [=y] && !LINUX_4_4 [=y]
It seems it doesn’t want the Kernel 4.4 but according to more devs this doesn’t make much sense, hence a cleanup would be desirable.
Closed by Matthias Schiffer
04.05.2017 05:10
Reason for closing: Fixed
Additional comments about closing:
04.05.2017 05:10
Reason for closing: Fixed
Additional comments about closing:
Fixed in
be40d0a144937a788fa8902e3335a25586acaa95
.
Launching the image builder with the following flags works:
I have tested the resulting image, which seems to work fine