mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:30:37 +02:00
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
This commit is contained in:
parent
52def47d88
commit
d1d593a977
@ -29,7 +29,7 @@ endef
|
|||||||
|
|
||||||
define Package/hostapd
|
define Package/hostapd
|
||||||
$(call Package/hostapd/Default)
|
$(call Package/hostapd/Default)
|
||||||
DEPENDS:=+libopenssl @!LINUX_2_6_AVR32
|
DEPENDS:=+libopenssl @!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX
|
||||||
TITLE+= (full)
|
TITLE+= (full)
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
|
This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS \\\
|
||||||
@ -42,7 +42,7 @@ endef
|
|||||||
|
|
||||||
define Package/hostapd-mini
|
define Package/hostapd-mini
|
||||||
$(call Package/hostapd/Default)
|
$(call Package/hostapd/Default)
|
||||||
DEPENDS:=@!LINUX_2_6_AVR32
|
DEPENDS:=@!LINUX_2_6_AVR32 @!LINUX_2_6_ETRAX
|
||||||
TITLE+= (WPA-PSK only)
|
TITLE+= (WPA-PSK only)
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\
|
This package contains a minimal IEEE 802.1x/WPA/EAP/RADIUS Authenticator \\\
|
||||||
|
@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/ipset
|
define Package/ipset
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
|
DEPENDS:=@!LINUX_2_6_ETRAX
|
||||||
TITLE:=Netfilter ip sets administration utility
|
TITLE:=Netfilter ip sets administration utility
|
||||||
URL:=http://ipset.netfilter.org/
|
URL:=http://ipset.netfilter.org/
|
||||||
endef
|
endef
|
||||||
|
@ -81,7 +81,7 @@ endif
|
|||||||
define KernelPackage/madwifi
|
define KernelPackage/madwifi
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Driver for Atheros wireless chipsets
|
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:=\
|
DESCRIPTION:=\
|
||||||
This package contains a driver for Atheros 802.11a/b/g chipsets.
|
This package contains a driver for Atheros 802.11a/b/g chipsets.
|
||||||
URL:=http://madwifi.org/
|
URL:=http://madwifi.org/
|
||||||
|
@ -30,6 +30,7 @@ endef
|
|||||||
define Package/fdisk
|
define Package/fdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Partition table manipulation utility
|
TITLE:=Partition table manipulation utility
|
||||||
|
DEPENDS:=@!LINUX_2_6_ETRAX
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a utility for managing disk partition tables.
|
This package contains a utility for managing disk partition tables.
|
||||||
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
|
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
@ -38,7 +39,7 @@ endef
|
|||||||
define Package/cfdisk
|
define Package/cfdisk
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Partition table manipulation utility
|
TITLE:=Partition table manipulation utility
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses @!LINUX_2_6_ETRAX
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a utility for managing disk partition tables.
|
This package contains a utility for managing disk partition tables.
|
||||||
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
|
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
@ -47,6 +48,7 @@ endef
|
|||||||
define Package/losetup
|
define Package/losetup
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Loopback devices setup and control utility
|
TITLE:=Loopback devices setup and control utility
|
||||||
|
DEPENDS:=@!LINUX_2_6_ETRAX
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a utility for managing loopback devices.
|
This package contains a utility for managing loopback devices.
|
||||||
endef
|
endef
|
||||||
@ -54,6 +56,7 @@ endef
|
|||||||
define Package/swap-utils
|
define Package/swap-utils
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Swap space management utilities
|
TITLE:=Swap space management utilities
|
||||||
|
DEPENDS:=@!LINUX_2_6_ETRAX
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a collection of tools for managing swap space: \\\
|
This package contains a collection of tools for managing swap space: \\\
|
||||||
- mkswap\\\
|
- mkswap\\\
|
||||||
@ -64,6 +67,7 @@ endef
|
|||||||
define Package/hwclock
|
define Package/hwclock
|
||||||
$(call Package/util-linux/Default)
|
$(call Package/util-linux/Default)
|
||||||
TITLE:=Utilities for managing the hardware clock
|
TITLE:=Utilities for managing the hardware clock
|
||||||
|
DEPENDS:=@!LINUX_2_6_ETRAX
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains a utility for managing the hardware clock
|
This package contains a utility for managing the hardware clock
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user