2009-08-30 22:15:51 +03:00
|
|
|
#
|
2011-08-15 21:55:50 +03:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2009-08-30 22:15:51 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=ramips
|
|
|
|
BOARDNAME:=Ralink RT288x/RT305x
|
|
|
|
SUBTARGETS:=rt288x rt305x
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
2010-04-24 17:08:49 +03:00
|
|
|
FEATURES:=squashfs
|
2009-08-30 22:15:51 +03:00
|
|
|
|
2011-08-17 01:04:10 +03:00
|
|
|
LINUX_VERSION:=2.6.39.4
|
2009-08-30 22:15:51 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2011-08-15 21:55:50 +03:00
|
|
|
DEFAULT_PACKAGES+=\
|
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-polldev kmod-gpio-buttons \
|
2011-08-19 18:55:05 +03:00
|
|
|
kmod-button-hotplug wpad-mini maccalc
|
2009-08-30 22:15:51 +03:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Ralink RT288x/RT305x based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|