2007-06-28 16:08:28 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2007-2011 OpenWrt.org
|
2007-03-19 17:34:37 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2007-09-08 19:55:42 +00:00
|
|
|
|
2007-03-19 17:34:37 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
BOARD:=adm5120
|
2008-04-28 16:28:29 +00:00
|
|
|
BOARDNAME:=Infineon/ADMtek ADM5120
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2012-04-29 07:36:46 +00:00
|
|
|
SUBTARGETS:=router_le router_be rb1xx
|
2007-11-23 14:58:55 +00:00
|
|
|
INITRAMFS_EXTRA_FILES:=
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-03-19 17:34:37 +00:00
|
|
|
|
2010-01-23 17:21:18 +00:00
|
|
|
DEFAULT_PACKAGES += admswconfig wpad-mini kmod-input-core \
|
2010-01-02 15:07:39 +00:00
|
|
|
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \
|
|
|
|
kmod-leds-gpio kmod-ledtrig-adm5120-switch
|
2007-03-21 20:11:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|