#@TYPE: Distribution #@NAME: SLUGOS-BTU #@DESCRIPTION: Linux Distribution for the NSLU2 # See slugos.conf for an explanation of this file. # This slugos variant corresponds to UcSlugC DISTRO_NAME ?= "slugos-btu" # DISTRO_VERSION = "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" # DISTRO_FEED ?= "unstable" DISTRO_TYPE ?= "beta" ARCH_BYTE_SEX = "be" ARM_INSTRUCTION_SET = "thumb" TARGET_OS = "linux-uclibc" SLUGOS_IMAGESEX ?= "big-endian" FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/slugos-btu/cross/${DISTRO_FEED}" FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/slugos-btu/native/${DISTRO_FEED}" require conf/distro/include/slugos.inc