forked from Ivasoft/openwrt
ar71xx: add userspace support for D-Link DIR-869 A1, generate images
Signed-off-by: Florian Beier <beier.florian@gmail.com> [Matthias Schiffer: fix factory image, improve commit message] Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
committed by
Matthias Schiffer
parent
594f0e80ce
commit
5abeba3450
@@ -285,6 +285,7 @@ ar71xx_setup_interfaces()
|
||||
ucidef_add_switch "switch0" \
|
||||
"0:lan" "1:lan" "3@eth1"
|
||||
;;
|
||||
dir-869-a1|\
|
||||
epg5000|\
|
||||
esr1750)
|
||||
ucidef_add_switch "switch0" \
|
||||
@@ -434,6 +435,7 @@ ar71xx_setup_macs()
|
||||
esr900)
|
||||
wan_mac=$(mtd_get_mac_ascii u-boot-env "wanaddr")
|
||||
;;
|
||||
dir-869-a1|\
|
||||
mynet-n750)
|
||||
wan_mac=$(mtd_get_mac_ascii devdata "wanmac")
|
||||
;;
|
||||
|
||||
@@ -110,6 +110,9 @@ get_status_led() {
|
||||
dir-835-a1)
|
||||
status_led="d-link:amber:power"
|
||||
;;
|
||||
dir-869-a1)
|
||||
status_led="d-link:white:status"
|
||||
;;
|
||||
dlan-hotspot)
|
||||
status_led="devolo:green:wifi"
|
||||
;;
|
||||
|
||||
@@ -62,6 +62,7 @@ case "$FIRMWARE" in
|
||||
ath10kcal_extract "caldata" 20480 2116
|
||||
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) +2)
|
||||
;;
|
||||
dir-869-a1 | \
|
||||
qihoo-c301)
|
||||
ath10kcal_extract "radiocfg" 20480 2116
|
||||
ath10kcal_patch_mac $(mtd_get_mac_ascii devdata wlan5mac)
|
||||
|
||||
Reference in New Issue
Block a user