diff options
author | John Crispin <john@openwrt.org> | 2012-07-24 20:38:43 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-07-24 20:38:43 +0000 |
commit | 799d6deab07bb0412b5f18c1c35a21183c9dbd87 (patch) | |
tree | eff79339c492e86022358fe0c8e09595bbf55277 /target/linux/ramips/base-files/etc/hotplug.d/firmware | |
parent | b891eec7001663f8ec4ca4a141ad31ea78163350 (diff) | |
download | mtk-20170518-799d6deab07bb0412b5f18c1c35a21183c9dbd87.zip mtk-20170518-799d6deab07bb0412b5f18c1c35a21183c9dbd87.tar.gz mtk-20170518-799d6deab07bb0412b5f18c1c35a21183c9dbd87.tar.bz2 |
D-Link DAP-1350 initial support
The initial support for the D-Link DAP-1350.
USB related functionality is not tested.
Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp>
SVN-Revision: 32821
Diffstat (limited to 'target/linux/ramips/base-files/etc/hotplug.d/firmware')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index 841aac4..d293357 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -38,6 +38,10 @@ case "$FIRMWARE" in rt2x00_eeprom_extract "devdata" 16384 272 ;; + dap-1350) + rt2x00_eeprom_extract "devdata" 0 272 + ;; + rt-n10-plus | \ rt-g32-b1) rt2x00_eeprom_extract "devconf" 0 272 |