diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-01-27 21:49:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-01-27 21:49:39 +0000 |
commit | 7c2bebb4d4adaed91b53a9cc6edb15211fb85984 (patch) | |
tree | 39d04c34a2de68ba62a9fed067d40c4700de134a | |
parent | 0fbfb17bdf02b04a111b348fc1a409f2a75d37fc (diff) | |
download | upstream-7c2bebb4d4adaed91b53a9cc6edb15211fb85984.tar.gz upstream-7c2bebb4d4adaed91b53a9cc6edb15211fb85984.tar.bz2 upstream-7c2bebb4d4adaed91b53a9cc6edb15211fb85984.zip |
[adm5120] zyxel: use acx-mac80211 driver by default
Signed-off-by: Alexey Torkhov <atorkhov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25170 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/adm5120/router_be/profiles/200-ZyXEL.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk b/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk index 4ce8ecadf7..19ac9f5e97 100644 --- a/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk +++ b/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk @@ -7,7 +7,7 @@ define Profile/P334WT NAME:=ZyXEL Prestige 334WT - PACKAGES:=kmod-acx + PACKAGES:=kmod-acx-mac80211 endef define Profile/P334WT/Description @@ -16,7 +16,7 @@ endef define Profile/P335WT NAME:=ZyXEL Prestige 335WT - PACKAGES:=kmod-acx kmod-usb-core kmod-usb-adm5120 + PACKAGES:=kmod-acx-mac80211 kmod-usb-core kmod-usb-adm5120 endef define Profile/P335WT/Description |