[OpenWrt-Devel] [PATCH 2/8] lantiq: add dsl-vr9-firmware-xdsl
Andre Heider
a.heider at gmail.com
Wed Nov 25 04:53:00 EST 2015
Hi,
On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens <hauke at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list