2007-06-29 00:08:28 +08:00
|
|
|
#
|
2009-01-26 05:04:15 +08:00
|
|
|
# Copyright (C) 2007-2009 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
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=Infineon/ADMtek ADM5120
|
2009-12-04 22:52:45 +08:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
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
|
|
|
|
2009-01-02 13:12:46 +08:00
|
|
|
DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \
|
2010-01-02 23:07:39 +08:00
|
|
|
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \
|
|
|
|
kmod-leds-gpio kmod-ledtrig-adm5120-switch
|
2007-03-22 04:11:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|