2007-06-29 00:08:28 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2007-2011 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
|
2015-03-02 00:24:11 +08:00
|
|
|
FEATURES:=low_mem
|
2012-04-29 15:36:46 +08:00
|
|
|
SUBTARGETS:=router_le router_be rb1xx
|
2007-11-23 22:58:55 +08:00
|
|
|
INITRAMFS_EXTRA_FILES:=
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2015-03-02 00:24:15 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-20 01:34:37 +08:00
|
|
|
|
2010-01-24 01:21:18 +08:00
|
|
|
DEFAULT_PACKAGES += admswconfig wpad-mini kmod-input-core \
|
2014-07-11 04:05:43 +08:00
|
|
|
kmod-input-polldev kmod-input-gpio-keys-polled kmod-button-hotplug \
|
2010-01-02 23:07:39 +08:00
|
|
|
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))
|