diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-30 10:53:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-30 10:53:47 +0000 |
commit | 527afd0e9ad14751e4b26c70aa9e9883c839218e (patch) | |
tree | d478bdde0069ca371b27ff57f86cb7e92d1c5cfb /target/linux/ubicom32/Makefile | |
parent | a68f386663f09d3abb315fd8d01e5733547c3005 (diff) | |
download | mtk-20170518-527afd0e9ad14751e4b26c70aa9e9883c839218e.zip mtk-20170518-527afd0e9ad14751e4b26c70aa9e9883c839218e.tar.gz mtk-20170518-527afd0e9ad14751e4b26c70aa9e9883c839218e.tar.bz2 |
remove target
This target is unused, does not support any off the shelf hardware and
has been a maintenance burden for quite some time now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34430
Diffstat (limited to 'target/linux/ubicom32/Makefile')
-rw-r--r-- | target/linux/ubicom32/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/ubicom32/Makefile b/target/linux/ubicom32/Makefile deleted file mode 100644 index 96e5b53..0000000 --- a/target/linux/ubicom32/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# -# Copyright (C) 2006-2008 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -#Add target specific (nommu) flags -TARGET_CFLAGS+= -DNO_FORK - -ARCH:=ubicom32 -BOARD:=ubicom32 -BOARDNAME:=Ubicom IPxx -FEATURES:=nommu ramdisk broken - -LINUX_VERSION:=2.6.30.10 - -include $(INCLUDE_DIR)/target.mk - -KERNEL_MAKEOPTS += LDFLAGS_BUILD_ID="" - -define Target/Description - Build firmware images for Ubicom based routers and media devices. -endef - -$(eval $(call BuildTarget)) |