[source] ar71xx: drop references to madwifi
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 10 04:08:23 PST 2017
stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/0d3dc169316616103dc30252c9aae4de27ab3d50
commit 0d3dc169316616103dc30252c9aae4de27ab3d50
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Jan 9 16:02:21 2017 +0100
ar71xx: drop references to madwifi
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
Acked-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/ar71xx/image/ubnt.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/ar71xx/image/ubnt.mk b/target/linux/ar71xx/image/ubnt.mk
index ed3d8ea..68fe8ad 100644
--- a/target/linux/ar71xx/image/ubnt.mk
+++ b/target/linux/ar71xx/image/ubnt.mk
@@ -223,7 +223,7 @@ define Device/ubnt-rs
$(Device/ubnt-routerstation)
DEVICE_TITLE := Ubiquiti RouterStation
BOARDNAME := UBNT-RS
- DEVICE_PROFILE := Madwifi UBNT UBNTRS
+ DEVICE_PROFILE := UBNT UBNTRS
UBNT_BOARD := RS
UBNT_TYPE := RSx
UBNT_CHIP := ar7100
@@ -233,7 +233,7 @@ define Device/ubnt-rspro
$(Device/ubnt-routerstation)
DEVICE_TITLE := Ubiquiti RouterStation Pro
BOARDNAME := UBNT-RSPRO
- DEVICE_PROFILE := Madwifi UBNT UBNTRSPRO
+ DEVICE_PROFILE := UBNT UBNTRSPRO
UBNT_BOARD := RSPRO
UBNT_TYPE := RSPRO
UBNT_CHIP := ar7100pro
@@ -243,7 +243,7 @@ define Device/ubnt-ls-sr71
$(Device/ubnt-routerstation)
DEVICE_TITLE := Ubiquiti LS-SR71
BOARDNAME := UBNT-LS-SR71
- DEVICE_PROFILE := Madwifi UBNT
+ DEVICE_PROFILE := UBNT
UBNT_BOARD := LS-SR71
UBNT_TYPE := LS-SR71
UBNT_CHIP := ar7100
More information about the lede-commits
mailing list