openwrtv3/target/linux/adm5120/Makefile
Gabor Juhos 95f5553169 adm5120: switch to 2.6.30
SVN-Revision: 17999
2009-10-08 11:13:04 +00:00

21 lines
511 B
Makefile

#
# Copyright (C) 2007-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
BOARD:=adm5120
BOARDNAME:=Infineon/ADMtek ADM5120
LINUX_VERSION:=2.6.30.8
SUBTARGETS:=router_le router_be
INITRAMFS_EXTRA_FILES:=
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \
kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug
$(eval $(call BuildTarget))