diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/slugos.inc | 2 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 2 | ||||
-rw-r--r-- | conf/machine/gesbc-9302.conf | 29 |
3 files changed, 31 insertions, 2 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 177a0edfe8..ea4980b55a 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -16,7 +16,7 @@ #TARGET_OS "linux" or "linux-uclibc" # The following may be overridden to make sub-versions -SLUGOS_VERSION = "4.8" +SLUGOS_VERSION = "4.9" DISTRO_REVISION ?= "" DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}" # For release (only): diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index a946734831..5246df3990 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 DISTRO_NAME = "Unslung" -DISTRO_VERSION = "6.10-beta" +DISTRO_VERSION = "6.11-beta" DISTRO_TYPE = "beta" FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" diff --git a/conf/machine/gesbc-9302.conf b/conf/machine/gesbc-9302.conf new file mode 100644 index 0000000000..ce45606dbd --- /dev/null +++ b/conf/machine/gesbc-9302.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@Name: Glomation GESBC-9302 single board computer +#@DESCRIPTION: Low cost SBC based on Cirrus Logic EP9302 CPU + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux ?= "2.6.23+2.6.24-rc5" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen" + +# used by sysvinit_2 +SERIAL_CONSOLE = "57600 ttyAM0" + +# used by some images +ROOT_FLASH_SIZE = "8" +#extra jffs2 tweaks +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " + +#tune for ep93xx cpus +#can be used for crunch support later on +#require conf/machine/include/tune-ep9312.inc + +require conf/machine/include/tune-arm920t.inc + |