summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-21 21:25:51 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-21 21:25:51 +0000
commit7962741d945c38aae17fe4e5f7ffdcabef5394da (patch)
tree0cf388c4560a108cc7d7698cb1b6961820658f59 /target
parent35da5f1d47720e17fea5f66aff5ebd5db915b3ce (diff)
[rdc] include swconfig in ar525w profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/rdc/profiles/ar525w.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/profiles/ar525w.mk b/target/linux/rdc/profiles/ar525w.mk
index e86f47a49..c0659df1d 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))