31 lines
646 B
Makefile
31 lines
646 B
Makefile
![]() |
#
|
||
|
# Copyright (C) 2008-2011 OpenWrt.org
|
||
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
# Generated by Tina Cheng 2016.06.13
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
ARCH:=mips
|
||
|
BOARD:=en75xx
|
||
|
BOARDNAME:=EN75xx EVM board
|
||
|
FEATURES:=squashfs usb pci
|
||
|
MAINTAINER:=
|
||
|
CFLAGS:=
|
||
|
SUBTARGETS:=en7512 en7521 $(filter vmg% pmg% ,$(shell find * -maxdepth 0 -type d))
|
||
|
|
||
|
LINUX_VERSION:=2.6.36
|
||
|
|
||
|
include $(INCLUDE_DIR)/target.mk
|
||
|
|
||
|
#DEFAULT_PACKAGES += kmod-input-gpio-keys-polled \
|
||
|
# kmod-button-hotplug
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware image for EN75xx SoC devices.
|
||
|
endef
|
||
|
|
||
|
$(eval $(call BuildTarget))
|
||
|
|