2
0
forked from Ivasoft/openwrt

add annex selection support to ltq_dsl package

SVN-Revision: 30518
This commit is contained in:
John Crispin
2012-02-14 15:05:49 +00:00
parent 9a0e17857e
commit 976d3eb854
4 changed files with 60 additions and 7 deletions

View 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"
}