diff options
author | John Crispin <john@openwrt.org> | 2007-07-29 15:50:32 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-07-29 15:50:32 +0000 |
commit | dd0a1806eafd0239e7a4b85e3420e711e67d935f (patch) | |
tree | 2a1b7de5b56eda88c92195c44c049d15993ddf27 /package/util-linux | |
parent | 1496b6c88be94ab056cf48039c8437a97db5fb4e (diff) | |
download | openwrt-dd0a1806eafd0239e7a4b85e3420e711e67d935f.tar.gz openwrt-dd0a1806eafd0239e7a4b85e3420e711e67d935f.tar.bz2 openwrt-dd0a1806eafd0239e7a4b85e3420e711e67d935f.zip |
Some packages make no sense or do not build for etrax
SVN-Revision: 8216
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index f624e92ccc..6c5a6972f6 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 |