bb4906c5f8
Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
13 lines
356 B
Makefile
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
|