kumquat-buildroot/package/mtd/mtd.mk
Hamish Moffatt bb4906c5f8 Remove old mtd snapshot option, as the source tarball is no longer available
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also
2008-03-26 06:35:31 +00:00

13 lines
356 B
Makefile

ifeq ($(strip $(BR2_PACKAGE_MTD_UTILS)),y)
include package/mtd/mtd-utils/mtd.mk
endif
ifeq ($(strip $(BR2_PACKAGE_MTD_20061007)),y)
include package/mtd/20061007/mtd.mk
endif
ifeq ($(strip $(BR2_PACKAGE_MTD_20050122)),y)
include package/mtd/20050122/mtd.mk
endif
ifeq ($(strip $(BR2_PACKAGE_MTD_UTILS_GIT)),y)
include package/mtd/mtd-utils.git/mtd.mk
endif