Re: [PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-30 Thread Linus Walleij
On Sat, Sep 2, 2023 at 6:33 PM Linus Walleij wrote: > Building the DIR-890L image requires U-Boot to be built > so list it as a device package. > > Reported-by: Arınç ÜNAL > Signed-off-by: Linus Walleij Scratch this, Rani has made a proper solution to the problem, see:

Re: [PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-05 Thread Linus Walleij
On Tue, Sep 5, 2023 at 10:27 AM Arınç ÜNAL wrote: > To make it clear, what needs fixing is making OpenWrt SDK not compile an > image for the devices that are not selected on menuconfig. You're right it does, that's really weird! The BMIPS target doesn't behave like this at all. Yours, Linus

Re: [PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-05 Thread Jonas Gorski
On Mon, 4 Sept 2023 at 23:00, Linus Walleij wrote: > > On Mon, Sep 4, 2023 at 12:03 PM Rafał Miłecki wrote: > > > I don't see anything incorrect with Linus's original patch. Maybe we > > just have some dependency handling issue in u-boot generic .mk code? > > I have transient problem with the

Re: [PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-05 Thread Arınç ÜNAL
On 4.09.2023 23:58, Linus Walleij wrote: On Mon, Sep 4, 2023 at 12:03 PM Rafał Miłecki wrote: I don't see anything incorrect with Linus's original patch. Maybe we just have some dependency handling issue in u-boot generic .mk code? I have transient problem with the dependencies at times,

Re: [PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-04 Thread Linus Walleij
On Mon, Sep 4, 2023 at 12:03 PM Rafał Miłecki wrote: > I don't see anything incorrect with Linus's original patch. Maybe we > just have some dependency handling issue in u-boot generic .mk code? I have transient problem with the dependencies at times, then I just chose another target (entirely

Re: [PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-04 Thread Rafał Miłecki
On 2023-09-02 18:33, Linus Walleij wrote: Building the DIR-890L image requires U-Boot to be built so list it as a device package. Reported-by: Arınç ÜNAL Signed-off-by: Linus Walleij --- Missed to enforce U-Boot build. Mea Culpa. --- target/linux/bcm53xx/image/Makefile | 2 +- 1 file

[PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L

2023-09-02 Thread Linus Walleij
Building the DIR-890L image requires U-Boot to be built so list it as a device package. Reported-by: Arınç ÜNAL Signed-off-by: Linus Walleij --- Missed to enforce U-Boot build. Mea Culpa. --- target/linux/bcm53xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git