probonopd / minikrebs

OpenWrt-based webradio firmware generator for A5-V11, D-Link DIR-505, TP-LINK TL-WR710N and TP-LINK TL-WR703N and USB sound card
13 stars 5 forks source link

trunk images too large for WR703n #10

Open probonopd opened 8 years ago

probonopd commented 8 years ago

The radio profile fits (barely) into the 703n using OpenWrt Chaos Calmer. It does not fit anymore using OpenWrt snapshot.

I would have hoped for musl-based trunk to generate smaller, not larger, images. Oh well.

The following set of packages gets installed:

alsa-utils announce base-files busybox coreutils-stty dropbear fstools kernel kmod-ath9k kmod-gpio-button-hotplug kmod-hid-generic kmod-input-evdev kmod-sound-core kmod-usb-acm kmod-usb-audio kmod-usb-core kmod-usb-hid kmod-usb2 libc libgcc libiwinfo-lua luci-mod-admin-full luci-theme-bootstrap madplay mtd netifd openssh-sftp-server opkg swconfig triggerhappy uboot-envtools uci uhttpd wpad-mini

https://s3.amazonaws.com/archive.travis-ci.org/jobs/99252529/log.txt

(...)
openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin
[mktplinkfw] kernel length aligned to 1328372
[mktplinkfw] *** error: images are too big by 288706 bytes
(...)
openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin
[mktplinkfw] kernel length aligned to 1328372
[mktplinkfw] *** error: images are too big by 288706 bytes

Could the kernel be trimmed down using http://elinux.org/Kernel_Size_Tuning_Guide?