diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-21 21:25:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-21 21:25:51 +0000 |
commit | 3bbc276e5dc43d53e9e89182ac308e28361ef0dc (patch) | |
tree | 0cf388c4560a108cc7d7698cb1b6961820658f59 /target | |
parent | b8420e1fb8c2cd842ccb843e0c9b8345c3c10847 (diff) | |
download | master-187ad058-3bbc276e5dc43d53e9e89182ac308e28361ef0dc.tar.gz master-187ad058-3bbc276e5dc43d53e9e89182ac308e28361ef0dc.tar.bz2 master-187ad058-3bbc276e5dc43d53e9e89182ac308e28361ef0dc.zip |
[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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |