diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-17 22:16:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-17 22:16:28 +0000 |
commit | 11aecf7bfdb789eab2a5e5a36a3172a250158501 (patch) | |
tree | 981a17cf8a33a4f9088c64dfa14f42a6e9c7f748 /target/linux/rb1xx-2.6/Makefile | |
parent | 54a10cd62697ff67ad261902837907da6aa49b37 (diff) |
Remove this target since rb-2.6 will build both rb532 and adm5120 later on
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb1xx-2.6/Makefile')
-rw-r--r-- | target/linux/rb1xx-2.6/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/rb1xx-2.6/Makefile b/target/linux/rb1xx-2.6/Makefile deleted file mode 100644 index 17bd85871..000000000 --- a/target/linux/rb1xx-2.6/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -ARCH:=mipsel -BOARD:=rb1xx -BOARDNAME:=Microtik RouterBoard 1xx -FEATURES:=squashfs jffs2 broken - -define Target/Description - Build firmware images for ADMTek ADM5120 based boards - (e.g : RouterBoard RB1xx (111,112,133,153) -endef - -include $(INCLUDE_DIR)/kernel-build.mk - -# include the profiles --include profiles/*.mk - -$(eval $(call BuildKernel)) |