projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: don't break the existing network configuration in the wget2nand script
[openwrt.git]
/
target
/
linux
/
ar71xx
/
profiles
/
atheros.mk
diff --git
a/target/linux/ar71xx/profiles/atheros.mk
b/target/linux/ar71xx/profiles/atheros.mk
index
91494a8
..
a7ed714
100644
(file)
--- a/
target/linux/ar71xx/profiles/atheros.mk
+++ b/
target/linux/ar71xx/profiles/atheros.mk
@@
-7,7
+7,7
@@
define Profile/AP81
NAME:=Atheros AP81 reference board
define Profile/AP81
NAME:=Atheros AP81 reference board
- PACKAGES:=
hostap
d-mini kmod-ath9k kmod-usb-core kmod-usb2
+ PACKAGES:=
wpa
d-mini kmod-ath9k kmod-usb-core kmod-usb2
endef
define Profile/AP81/Description
endef
define Profile/AP81/Description
@@
-18,7
+18,8
@@
$(eval $(call Profile,AP81))
define Profile/AP83
NAME:=Atheros AP83 reference board
define Profile/AP83
NAME:=Atheros AP83 reference board
- PACKAGES:=hostapd-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
endef
define Profile/AP83/Description
@@
-29,7
+30,7
@@
$(eval $(call Profile,AP83))
define Profile/PB42
NAME:=Atheros PB42 reference board
define Profile/PB42
NAME:=Atheros PB42 reference board
- PACKAGES:=
hostap
d-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
+ PACKAGES:=
wpa
d-mini kmod-ath9k kmod-usb-core kmod-usb-ohci kmod-usb2
endef
define Profile/PB42/Description
endef
define Profile/PB42/Description
@@
-40,7
+41,8
@@
$(eval $(call Profile,PB42))
define Profile/PB44
NAME:=Atheros PB44 reference board
define Profile/PB44
NAME:=Atheros PB44 reference board
- PACKAGES:=hostapd-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
endef
define Profile/PB44/Description
This page took
0.023788 seconds
and
4
git commands to generate.