diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-08 22:05:30 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-08 22:05:30 +0000 |
commit | 1cbeaa9944f594ff069dd0b261a102e16ed0fa33 (patch) | |
tree | 18005615a2928bf879eb628bb323fd996cc08ba7 | |
parent | 573fbdce9c91092bc68035e469ce6e98ae2eeadf (diff) |
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
-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 c3543f985..cef46db4f 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 |