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