[ltq-dsl] add annex selection support to ltq_dsl package
[openwrt.git] / target / linux / lantiq / base-files / lib / lantiq.sh
index 3d36ed0..e4f1471 100644 (file)
@@ -11,3 +11,7 @@ lantiq_soc_name() {
 lantiq_board_name() {
        grep ^machine /proc/cpuinfo | sed "s/machine.*: \(.*\)/\1/g" | sed "s/\(.*\) - .*/\1/g"
 }
+
+lantiq_dsl_fwannex() {
+       ls /lib/firmware/dsl-fw-*.bin 2> /dev/null | sed "s/.*\([ab]\)\.bin/\1/g"
+}
This page took 0.019847 seconds and 4 git commands to generate.