aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/olpc/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-01-04 19:16:38 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-01-04 19:16:38 +0000
commit645de91184a233f27f4ed344253428f0641c2ce3 (patch)
tree53f79f0bc37bea765b280126530fbe720ed9c7ff /target/linux/olpc/Makefile
parentbe3fb2440d60b4cc600fa29d9552e544f7e71dda (diff)
downloadmaster-187ad058-645de91184a233f27f4ed344253428f0641c2ce3.tar.gz
master-187ad058-645de91184a233f27f4ed344253428f0641c2ce3.tar.bz2
master-187ad058-645de91184a233f27f4ed344253428f0641c2ce3.zip
[olpc] remove target since it was merged as a subtarget of x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19035 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/olpc/Makefile')
-rw-r--r--target/linux/olpc/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile
deleted file mode 100644
index 2f756290cf..0000000000
--- a/target/linux/olpc/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# Copyright (C) 2006-2009 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-include $(TOPDIR)/rules.mk
-
-ARCH:=i386
-BOARD:=olpc
-BOARDNAME:=OLPC XO-1
-FEATURES:=squashfs ext2
-
-LINUX_VERSION:=2.6.30.10
-
-include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci kmod-libertas
-
-$(eval $(call Target,generic))
-$(eval $(call BuildTarget))
-$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
- Please install mkisofs. \
-))