diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm47xx/profiles/WRT350Nv1.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/profiles/WRT350Nv1.mk b/target/linux/brcm47xx/profiles/WRT350Nv1.mk index 4141964845..82be93aa88 100644 --- a/target/linux/brcm47xx/profiles/WRT350Nv1.mk +++ b/target/linux/brcm47xx/profiles/WRT350Nv1.mk @@ -13,4 +13,4 @@ endef define Profile/WRT350Nv1/Description Package set compatible with the Linksys WRT350Nv1. Contains USB support endef -$(eval $(call Profile,WRT350Nv1) +$(eval $(call Profile,WRT350Nv1)) |