2007-06-28 18:08:28 +02:00
|
|
|
#
|
2008-01-16 10:44:11 +01:00
|
|
|
# Copyright (C) 2007,2008 OpenWrt.org
|
2007-03-19 18:34:37 +01:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2007-09-08 21:55:42 +02:00
|
|
|
|
2007-03-19 18:34:37 +01:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
BOARD:=adm5120
|
2007-10-20 21:10:06 +02:00
|
|
|
BOARDNAME:=Infineon ADM5120
|
2008-04-28 12:23:36 +02:00
|
|
|
LINUX_VERSION:=2.6.24.5
|
2007-10-20 21:10:06 +02:00
|
|
|
SUBTARGETS:=router_le router_be
|
2007-11-23 15:58:55 +01:00
|
|
|
INITRAMFS_EXTRA_FILES:=
|
2007-06-28 07:52:00 +02:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-19 18:34:37 +01:00
|
|
|
|
2007-05-11 22:48:53 +02:00
|
|
|
DEFAULT_PACKAGES += admswconfig
|
2007-03-21 21:11:00 +01:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|