Changeset 47947
- Timestamp:
- 2015-12-19T12:28:30+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
r47878 r47947 1 1 #!/bin/sh 2 3 [ -e /lib/firmware/$FIRMWARE ] && exit 0 4 5 . /lib/ar71xx.sh 6 . /lib/functions.sh 7 . /lib/functions/system.sh 2 8 3 9 ath9k_eeprom_die() { … … 27 33 macaddr_2bin $mac | dd of=/lib/firmware/$FIRMWARE conv=notrunc bs=1 seek=2 count=6 28 34 } 29 30 [ -e /lib/firmware/$FIRMWARE ] && exit 031 32 . /lib/ar71xx.sh33 . /lib/functions.sh34 . /lib/functions/system.sh35 35 36 36 board=$(ar71xx_board_name)
Note: See TracChangeset
for help on using the changeset viewer.