+define Package/badblocks
+$(call Package/e2fsprogs)
+ TITLE:=Ext2 Filesystem badblocks utility
+ DEPENDS:=e2fsprogs
+endef
+
+define Package/blkid
+$(call Package/e2fsprogs)
+ TITLE:=Command-line utility to locate/print block device attributes
+ DEPENDS:=libuuid libblkid
+endef
+
+TARGET_CFLAGS += $(FPIC)
+