summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-07 08:34:51 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-07 08:34:51 +0000
commitc4b73fa154ce47702ee9b3bbe621d8f079eb7fa5 (patch)
tree0f9b6c1a366e3cdca242f1fbebe68337d21e3b7b /package/hostapd
parenta2f0b8eb3e1896bf83e696a4e06757c6ead43fd4 (diff)
move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile28
1 files changed, 17 insertions, 11 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index a4acb5171..76376f528 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -35,38 +35,44 @@ define Package/hostapd/Default
endef
define Package/hostapd
- $(call Package/hostapd/Default)
+$(call Package/hostapd/Default)
DEPENDS:=+libopenssl @!TARGET_AVR32 @!TARGET_ETRAX
TITLE+= (full)
- DESCRIPTION:=\
- This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
- Authenticator.
endef
define Package/hostapd/conffiles
/etc/hostapd.conf
endef
+define Package/hostapd/description
+ This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS
+ Authenticator.
+endef
+
define Package/hostapd-mini
- $(call Package/hostapd/Default)
+$(call Package/hostapd/Default)
DEPENDS:=@!TARGET_AVR32 @!TARGET_ETRAX
TITLE+= (WPA-PSK only)
- DESCRIPTION:=\
- This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\
- (WPA-PSK only).
endef
define Package/hostapd-mini/conffiles
/etc/hostapd.conf
endef
+define Package/hostapd-mini/description
+ This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator
+ (WPA-PSK only).
+endef
+
define Package/hostapd-utils
$(call Package/hostapd/Default)
DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini
TITLE+= (utils)
- DESCRIPTION:=\
- This package contains a command line utility to control the \\\
- IEEE 802.1x/WPA/EAP/RADIUS Authenticator.
+endef
+
+define Package/hostapd-utils/description
+ This package contains a command line utility to control the
+ IEEE 802.1x/WPA/EAP/RADIUS Authenticator.
endef
define Build/ConfigureTarget