mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
ar71xx: select vsc73x5 microcode in the AP83/PB44 profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19842 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2f2789be81
commit
4bb6d1d93a
@ -18,7 +18,8 @@ $(eval $(call Profile,AP81))
|
||||
|
||||
define Profile/AP83
|
||||
NAME:=Atheros AP83 reference board
|
||||
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2
|
||||
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb2 \
|
||||
vsc7385-ucode-ap83 vsc7395-ucode-ap83
|
||||
endef
|
||||
|
||||
define Profile/AP83/Description
|
||||
@ -40,7 +41,8 @@ $(eval $(call Profile,PB42))
|
||||
|
||||
define Profile/PB44
|
||||
NAME:=Atheros PB44 reference board
|
||||
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=wpad-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2 \
|
||||
vsc7385-ucode-pb44 vsc7395-ucode-pb44
|
||||
endef
|
||||
|
||||
define Profile/PB44/Description
|
||||
|
Loading…
Reference in New Issue
Block a user