openwrt/target/linux/en75xx/Makefile
Matheus Sampaio Queiroga 561eb7c4a8
Some checks failed
Build Kernel / Build all affected Kernels (push) Failing after 1m38s
SOC: Add Econet en75xx
2024-07-25 22:53:26 -03:00

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))