Skip to content
Snippets Groups Projects
Commit 6509fe46 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

change the uClibc-0.9.29 check (#5165)

SVN-Revision: 15937
parent f0fe3392
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
ifneq ($(CONFIG_UCLIBC_VERSION_0_9_29),y)
ifneq ($(findstring "0.9.29",$(CONFIG_UCLIBC_VERSION)),"0.9.29")
PKG_VERSION:=1.41.5
PKG_MD5SUM:=e218df6c84fc17c1126d31de9472a76c
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment