From: Florian Fainelli Date: Fri, 21 May 2010 21:25:51 +0000 (+0000) Subject: include swconfig in ar525w profile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3bce8f0db923bf432fd26073146f9b852592118;p=lede.git include swconfig in ar525w profile SVN-Revision: 21532 --- diff --git a/target/linux/rdc/profiles/ar525w.mk b/target/linux/rdc/profiles/ar525w.mk index e86f47a49a..c0659df1d6 100644 --- a/target/linux/rdc/profiles/ar525w.mk +++ b/target/linux/rdc/profiles/ar525w.mk @@ -7,6 +7,6 @@ define Profile/ar525w NAME:=Airlink AR525W - PACKAGES:=kmod-rt61-pci kmod-switch-ip175c + PACKAGES:=kmod-rt61-pci kmod-switch-ip175c swconfig endef $(eval $(call Profile,ar525w))