projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Really add the LED driver :)
[openwrt.git]
/
package
/
hostapd
/
Makefile
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index
e500b87
..
7e0f087
100644
(file)
--- a/
package/hostapd/Makefile
+++ b/
package/hostapd/Makefile
@@
-29,7
+29,7
@@
endef
define Package/hostapd
$(call Package/hostapd/Default)
define Package/hostapd
$(call Package/hostapd/Default)
- DEPENDS:=+libopenssl
+ DEPENDS:=+libopenssl
@!LINUX_2_6_AVR32
TITLE+= (full)
DESCRIPTION:=\
This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
TITLE+= (full)
DESCRIPTION:=\
This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
@@
-42,6
+42,7
@@
endef
define Package/hostapd-mini
$(call Package/hostapd/Default)
define Package/hostapd-mini
$(call Package/hostapd/Default)
+ DEPENDS:=@!LINUX_2_6_AVR32
TITLE+= (WPA-PSK only)
DESCRIPTION:=\
This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\
TITLE+= (WPA-PSK only)
DESCRIPTION:=\
This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\
This page took
0.019708 seconds
and
4
git commands to generate.