mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ltq-dsl] add annex selection support to ltq_dsl package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30518 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user