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