DESCRIPTION = "Packages that are compatible with the Unslung binary kernel firmware"
LICENSE = "MIT"
PR = "r2"
COMPATIBLE_MACHINE = "nslu2"

ALLOW_EMPTY = "1"
PACKAGES = "${PN}"

inherit meta

UNSLUNG_PACKAGES = "\
	"

BROKEN_PACKAGES = "\
	"

DEPENDS = 'unslung-image \
	${UNSLUNG_PACKAGES} \
	package-index'