diff options
author | John Crispin <john@openwrt.org> | 2014-07-10 19:16:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-10 19:16:19 +0000 |
commit | 94802dca60ef6f723618feb6e3ee23afb6d8d6b3 (patch) | |
tree | ebe9e1b4eae9c00bc4ea644b0637ceeda469e425 /target/linux/ramips/rt305x | |
parent | 0f76f8a16ec51704d7ba9238ebb1f42f9730f869 (diff) | |
download | upstream-94802dca60ef6f723618feb6e3ee23afb6d8d6b3.tar.gz upstream-94802dca60ef6f723618feb6e3ee23afb6d8d6b3.tar.bz2 upstream-94802dca60ef6f723618feb6e3ee23afb6d8d6b3.zip |
ralink: wpa does not exist, use wpad-mini instead
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41561
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/asus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/profiles/asus.mk b/target/linux/ramips/rt305x/profiles/asus.mk index fcf4aa4759..dff569720c 100644 --- a/target/linux/ramips/rt305x/profiles/asus.mk +++ b/target/linux/ramips/rt305x/profiles/asus.mk @@ -7,7 +7,7 @@ define Profile/RT-N10-PLUS NAME:=Asus RT-N10+ - PACKAGES:=kmod-leds-gpio wpa + PACKAGES:=kmod-leds-gpio wpad-mini endef define Profile/RT-N10-PLUS/Description |