aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-20 19:10:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-20 19:10:06 +0000
commitb0e66dadd937c3a48ac219277589804b122aa7ec (patch)
tree3a0d2112a42d87304fd7e294049676be1f7a588d /target/linux/adm5120/Makefile
parent4ac983456fd5cebb89a5feca70bdccc2dd954826 (diff)
downloadupstream-b0e66dadd937c3a48ac219277589804b122aa7ec.tar.gz
upstream-b0e66dadd937c3a48ac219277589804b122aa7ec.tar.bz2
upstream-b0e66dadd937c3a48ac219277589804b122aa7ec.zip
reorganize subtargets, sort subtargets below top level targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r--target/linux/adm5120/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile
index ed9dce2c41..cb634e5218 100644
--- a/target/linux/adm5120/Makefile
+++ b/target/linux/adm5120/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
BOARD:=adm5120
+BOARDNAME:=Infineon ADM5120
LINUX_VERSION:=2.6.23
FEATURES:=squashfs jffs2 tgz broken
+SUBTARGETS:=router_le router_be
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += admswconfig
-$(eval $(call Target,router_be))
-$(eval $(call Target,router_le))
$(eval $(call BuildTarget))