From 139d1393f9eb551c3a9382b3d364801c4ac6aa65 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 20 Oct 2007 19:10:06 +0000 Subject: reorganize subtargets, sort subtargets below top level targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9378 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/adm5120/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/adm5120/Makefile') diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index ed9dce2c4..cb634e521 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)) -- cgit v1.2.3