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