On 09/09/2011 08:42 AM, Manuel Munz wrote:
Hi
this patch fixes 3 things in the imagebuilder, one of them is literally big:
When running package_install the imagebuilder generates package list(s),
which are stored in $(TARGET_DIR)/usr/lib/opkg/lists/ and then copied
into the final image, which wastes around 200kB in the resulting image
(or 2x200kB if also external repos are used). The simple fix is to
delete these list(s) after packages were installed and before stuff is
copied to the final image.
A fix for this is already done, see https://dev.openwrt.org/ticket/9866
* When we have selected a profile then only build images that are needed
for the devices we want it for.
I've had quite some debate with Felix over this. I don't think this is
correct in general. https://dev.openwrt.org/ticket/9861 The best
thing right now is to select only the profiles from menuconfig you want to
with to end up in image builder.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel