diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-08 22:05:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-08 22:05:30 +0000 |
commit | 9ecde6afd9e76ddedead9bc5dc2bf132a5297b5e (patch) | |
tree | 18005615a2928bf879eb628bb323fd996cc08ba7 /package/kexec-tools | |
parent | c6adce11442a3cd6b04d8fff76c46db86a717451 (diff) | |
download | upstream-9ecde6afd9e76ddedead9bc5dc2bf132a5297b5e.tar.gz upstream-9ecde6afd9e76ddedead9bc5dc2bf132a5297b5e.tar.bz2 upstream-9ecde6afd9e76ddedead9bc5dc2bf132a5297b5e.zip |
kexec-tools builds fine again on 2.6.27, unmask it and also make it available for mips (be) targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13552 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools')
-rw-r--r-- | package/kexec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index c3543f9858..cef46db4fe 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/kexec-tools SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@i386||@TARGET_ps3||@mipsel +zlib @!LINUX_2_6_27 + DEPENDS:=@i386||@TARGET_ps3||@mipsel||@mips +zlib TITLE:=Kernel boots kernel URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/ MENU:=1 |