Matheus Sampaio Queiroga
561eb7c4a8
Some checks failed
Build Kernel / Build all affected Kernels (push) Failing after 1m38s
24 lines
462 B
Makefile
Executable File
24 lines
462 B
Makefile
Executable File
#
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mips
|
|
BOARD:=en75xx
|
|
BOARDNAME:=EcoNet EN75xx
|
|
FEATURES:=squashfs usb pci
|
|
SUBTARGETS:=en7512
|
|
|
|
KERNEL_PATCHVER:=4.9
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath9k wpad-mini uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|