2007-06-28 18:08:28 +02:00
|
|
|
#
|
2009-01-25 22:04:15 +01:00
|
|
|
# Copyright (C) 2007-2009 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
|
2008-04-28 18:28:29 +02:00
|
|
|
BOARDNAME:=Infineon/ADMtek ADM5120
|
2010-04-27 10:40:58 +02:00
|
|
|
LINUX_VERSION:=2.6.32.12
|
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
|
|
|
|
2010-01-23 18:21:18 +01:00
|
|
|
DEFAULT_PACKAGES += admswconfig wpad-mini kmod-input-core \
|
2010-01-02 16:07:39 +01:00
|
|
|
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \
|
|
|
|
kmod-leds-gpio kmod-ledtrig-adm5120-switch
|
2007-03-21 21:11:00 +01:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|