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 | 181a743a722cb5d2d5b757ca84c2c7f58aa8d8f8 (patch) | |
tree | cf190d50d153dcb8d4151abae611fdebf3d3496b | |
parent | 6acf4c2a19d8855c539d4a33d2845e7fff7bde89 (diff) | |
download | upstream-181a743a722cb5d2d5b757ca84c2c7f58aa8d8f8.tar.gz upstream-181a743a722cb5d2d5b757ca84c2c7f58aa8d8f8.tar.bz2 upstream-181a743a722cb5d2d5b757ca84c2c7f58aa8d8f8.zip |
kexec-tools builds fine again on 2.6.27, unmask it and also make it available for mips (be) targets
SVN-Revision: 13552
-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 |