summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-29 15:50:32 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-29 15:50:32 +0000
commitd1d593a9772d2f1861c67f01a0924200a2ca98d8 (patch)
tree546d9e3d3922ab79df564ef322fcdf4755852463 /package
parent52def47d88ad74b0224e2cb5fa57f01ead8cc834 (diff)
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')
-rw-r--r--package/hostapd/Makefile4
-rw-r--r--package/ipset/Makefile1
-rw-r--r--package/madwifi/Makefile2
-rw-r--r--package/util-linux/Makefile6
4 files changed, 9 insertions, 4 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 7e0f0877f..86ce41457 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 \\\
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index bcc80840a..62e63d36e 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ipset
SECTION:=net
CATEGORY:=Network
+ DEPENDS:=@!LINUX_2_6_ETRAX
TITLE:=Netfilter ip sets administration utility
URL:=http://ipset.netfilter.org/
endef
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 907f19117..f063af800 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -81,7 +81,7 @@ endif
define KernelPackage/madwifi
SUBMENU:=Wireless Drivers
TITLE:=Driver for Atheros wireless chipsets
- DEPENDS:=+wireless-tools @!LINUX_2_6_AVR32
+ DEPENDS:=+wireless-tools @!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX
DESCRIPTION:=\
This package contains a driver for Atheros 802.11a/b/g chipsets.
URL:=http://madwifi.org/
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index f624e92cc..6c5a6972f 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -30,6 +30,7 @@ endef
define Package/fdisk
$(call Package/util-linux/Default)
TITLE:=Partition table manipulation utility
+ DEPENDS:=@!LINUX_2_6_ETRAX
DESCRIPTION:=\
This package contains a utility for managing disk partition tables.
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
@@ -38,7 +39,7 @@ endef
define Package/cfdisk
$(call Package/util-linux/Default)
TITLE:=Partition table manipulation utility
- DEPENDS:=+libncurses
+ DEPENDS:=+libncurses @!LINUX_2_6_ETRAX
DESCRIPTION:=\
This package contains a utility for managing disk partition tables.
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
@@ -47,6 +48,7 @@ endef
define Package/losetup
$(call Package/util-linux/Default)
TITLE:=Loopback devices setup and control utility
+ DEPENDS:=@!LINUX_2_6_ETRAX
DESCRIPTION:=\
This package contains a utility for managing loopback devices.
endef
@@ -54,6 +56,7 @@ endef
define Package/swap-utils
$(call Package/util-linux/Default)
TITLE:=Swap space management utilities
+ DEPENDS:=@!LINUX_2_6_ETRAX
DESCRIPTION:=\
This package contains a collection of tools for managing swap space: \\\
- mkswap\\\
@@ -64,6 +67,7 @@ endef
define Package/hwclock
$(call Package/util-linux/Default)
TITLE:=Utilities for managing the hardware clock
+ DEPENDS:=@!LINUX_2_6_ETRAX
DESCRIPTION:=\
This package contains a utility for managing the hardware clock
endef