Re: [PATCH] rtl838x: clean up build instructions

2020-09-29 Thread Sander Vanheule
Hi Adrian, On Tue, 2020-09-29 at 19:44 +0200, Adrian Schmutzler wrote: > > -define Build/custom-uimage > > - mkimage -A $(LINUX_KARCH) \ > > - -O linux -T kernel \ > > - -C gzip -a $(KERNEL_LOADADDR) $(if $(UIMAGE_MAGIC),-M > > $(UIMAGE_MAGIC),) \ > > - -e $(if > >

RE: [PATCH] rtl838x: clean up build instructions

2020-09-29 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Sander Vanheule > Sent: Dienstag, 29. September 2020 18:20 > To: openwrt-devel@lists.openwrt.org > Cc: Sander Vanheule > Subject: [PATCH] rtl838x: clean

[PATCH] rtl838x: clean up build instructions

2020-09-29 Thread Sander Vanheule
The Device/Default recipe was defined, but never used. Move definitions that are not device-specific to Device/Default, and use it for allnet_all-sg8208m. This should make it more straightforward to add new devices. The modified uImage recipe can also be simplified, similar to how ath79/common-net