merge the control file and the .ipk file targets into one to prevent them from going...
[openwrt.git] / package / e2fsprogs / Makefile
index cab4746..9d6bc16 100644 (file)
@@ -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
@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define Package/e2fsprogs/Default
   URL:=http://e2fsprogs.sourceforge.net/
+  SUBMENU:=Filesystem
 endef
 
 define Package/e2fsprogs
This page took 0.024333 seconds and 4 git commands to generate.