Hi,

On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens <ha...@hauke-m.de> wrote:
> +define Package/dsl-vr9-firmware-xdsl/install
> +       $(INSTALL_DIR) $(1)/lib/firmware/
> +       $(INSTALL_DATA) $(PKG_BUILD_DIR)/LICENSE 
> $(1)/lib/firmware/xcpe_574306_571801.LICENSE
> +       $(INSTALL_DATA) $(PKG_BUILD_DIR)/xcpe_574306_571801.bin 
> $(1)/lib/firmware/
> +       ln -s xcpe_574306_571801.bin $(1)/lib/firmware/vdsl.bin
> +endef

this adds +900kb to the root fs, at least on my TD-W8970 there's a MTD
partition which I use for the dsl firmware.
That gets tmpfs mounted at boot, see /etc/init.d/dsl_fs and
/sbin/vdsl_fw_install.sh.

Can we use that instead?

Regards,
Andre
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to