summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-04 14:33:35 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-04 14:33:35 +0000
commitef82936dd08e14efc5eaf74a6e7205c08e3bbfc8 (patch)
tree0d87125969d347eceee330d93b3ba019c7d5ca99 /package
parent4680c9125b25098f4e6df695b9905da64115e136 (diff)
[package] grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27109 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/grub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index ee527be13..80b79f29e 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -104,7 +104,7 @@ ifeq ($(HOST_ARCH),x86_64)
endif
$(eval $(call Require,working-gcc-m32, \
- Please install 32 bits development files. (gcc-multilib on Debian/Ubuntu, gcc.i686 and libgcc.i686 on CentOS/Fedora/RHEL) \
+ Please install 32 bit development files. (gcc-multilib on Debian/Ubuntu, gcc.i686, libgcc.i686, and glibc-devel.i686 on CentOS/Fedora/RHEL) \
))
$(eval $(call HostBuild))