diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-21 09:53:59 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-21 09:53:59 +0000 |
commit | 1077a214196232b1c41e9e7a2b18914e0a1e94f5 (patch) | |
tree | 6438e75231feb554e51ddb1a30422f811cf69e6d /target/linux/rdc/profiles | |
parent | 3a6ab6a0e4fcf860fcceb6ce7a39a95c26b13518 (diff) |
[rdc] add r6040 phylib support which allows to use the ip175c switch driver on ar525w
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21521 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/profiles')
-rw-r--r-- | target/linux/rdc/profiles/ar525w.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rdc/profiles/ar525w.mk b/target/linux/rdc/profiles/ar525w.mk index c2faee9da6..e86f47a49a 100644 --- a/target/linux/rdc/profiles/ar525w.mk +++ b/target/linux/rdc/profiles/ar525w.mk @@ -6,7 +6,7 @@ # define Profile/ar525w - NAME:=Airlink AR525W - PACKAGES:=kmod-rt61-pci + NAME:=Airlink AR525W + PACKAGES:=kmod-rt61-pci kmod-switch-ip175c endef $(eval $(call Profile,ar525w)) |