aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-19 08:27:18 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-19 08:29:00 +0200
commit0ee1b49034f90c9d8a2541bf512872130a55660a (patch)
tree71b2984922c6c31303d1cae7299e9c63d0f810c4 /conf
parent244ecae83fe79deb4cf409c275abeec470b3fcb4 (diff)
downloadopenembedded-0ee1b49034f90c9d8a2541bf512872130a55660a.tar.gz
asusoe: distro removed
removed after discussion on irc with, and getting permission from rwhitby who created this. Rod stated this distro was never alive Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/asusoe.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/conf/distro/asusoe.conf b/conf/distro/asusoe.conf
deleted file mode 100644
index efc4efccd4..0000000000
--- a/conf/distro/asusoe.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-#@TYPE: Distribution
-#@NAME: AsusOE Linux
-#@DESCRIPTION: Distribution configuration for the WL500g Linux
-
-DISTRO_NAME = "AsusOE"
-DISTRO_VERSION = "0.1-alpha"
-
-TARGET_OS = "linux-uclibc"
-TARGET_SYS = "${TARGET_ARCH}-uclibc"
-LIBC = "uclibc"
-require conf/distro/include/${LIBC}.inc
-
-CROSS_DIR = "/opt/brcm/hndtools-mipsel-uclibc"
-
-INHIBIT_DEFAULT_DEPS = "1"
-
-USE_NLS ?= "no"
-
-INHERIT += "package_ipk debian"
-
-export prefix = "/opt"
-export sysconfdir = "/opt/etc"
-export localstatedir = "/opt/var"