diff options
author | John Crispin <blogic@openwrt.org> | 2007-07-29 15:50:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-07-29 15:50:32 +0000 |
commit | a036fad72f4eeb0dba4ef80051265667e7708141 (patch) | |
tree | 546d9e3d3922ab79df564ef322fcdf4755852463 /package/hostapd/Makefile | |
parent | c249e776b4761acae33074ea606aaa7a3c16e9b6 (diff) | |
download | upstream-a036fad72f4eeb0dba4ef80051265667e7708141.tar.gz upstream-a036fad72f4eeb0dba4ef80051265667e7708141.tar.bz2 upstream-a036fad72f4eeb0dba4ef80051265667e7708141.zip |
Some packages make no sense or do not build for etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 7e0f0877f6..86ce414573 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -29,7 +29,7 @@ endef define Package/hostapd $(call Package/hostapd/Default) - DEPENDS:=+libopenssl @!LINUX_2_6_AVR32 + DEPENDS:=+libopenssl @!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX TITLE+= (full) DESCRIPTION:=\ This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\ @@ -42,7 +42,7 @@ endef define Package/hostapd-mini $(call Package/hostapd/Default) - DEPENDS:=@!LINUX_2_6_AVR32 + DEPENDS:=@!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX TITLE+= (WPA-PSK only) DESCRIPTION:=\ This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\ |