diff options
Diffstat (limited to 'conf/distro/openprotium.conf')
-rw-r--r-- | conf/distro/openprotium.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf index fc50cefe40..928817d815 100644 --- a/conf/distro/openprotium.conf +++ b/conf/distro/openprotium.conf @@ -8,7 +8,6 @@ DISTRO_TYPE = "alpha" # # Naming schemes # -#PARALLEL_INSTALL_MODULES = "1" INHERIT += "debian" # @@ -19,6 +18,9 @@ IMAGE_BASENAME = "openprotium" IMAGE_FSTYPES = "jffs2" FEED_URIS = "openprotium##http://www.openprotium.org/ipkg.ppc.v1.0" +# For protium on the turbostation +IMAGE_BASENAME_turbostation = "openprotium-ts" + # # binutils and compilers # @@ -47,7 +49,6 @@ PREFERRED_VERSION_glibc-initial = "2.3.2" # USE_NLS ?= "no" TARGET_OS = "linux" -TARGET_FPU = "hard" HOTPLUG = "udev" PREFERRED_PROVIDER_virtual/libiconv = "glibc" PREFERRED_PROVIDER_virtual/libintl = "glibc" |