diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-20 19:10:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-20 19:10:06 +0000 |
commit | 86a906bed2d2011a63b11928ffd92e45f389077d (patch) | |
tree | 5845e6c791a6bce84b7ecd423afeb219df48f9af /target/linux/adm5120/Makefile | |
parent | d529f387c4a7f0a479790afe270e66f414e97877 (diff) | |
download | upstream-86a906bed2d2011a63b11928ffd92e45f389077d.tar.gz upstream-86a906bed2d2011a63b11928ffd92e45f389077d.tar.bz2 upstream-86a906bed2d2011a63b11928ffd92e45f389077d.zip |
reorganize subtargets, sort subtargets below top level targets
SVN-Revision: 9378
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 4 |
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)) |