diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-08 18:28:03 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-08 18:28:03 +0000 |
commit | 30035993e16200dc6c83fae596182409c9b80daa (patch) | |
tree | 46d0c20dd0f4ca658da1b63746890911df675ad4 /package/kexec-tools/Makefile | |
parent | f70c186cb6897b1b5dd2a9c2ac0680941815d63c (diff) | |
download | upstream-30035993e16200dc6c83fae596182409c9b80daa.tar.gz upstream-30035993e16200dc6c83fae596182409c9b80daa.tar.bz2 upstream-30035993e16200dc6c83fae596182409c9b80daa.zip |
kexec is also available on armel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools/Makefile')
-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 978bb6fd50..a9a1544bda 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/kexec-tools SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@armeb||@i386||@powerpc64||@mipsel||@mips +zlib + DEPENDS:=@armeb||@arm||@i386||@powerpc64||@mipsel||@mips +zlib TITLE:=Kernel boots kernel URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/ MENU:=1 |