mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
646c011ec7
This was successfully boot tested on a Creator Ci40. Signed-off-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
25 lines
425 B
Makefile
25 lines
425 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2017-2021 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mipsel
|
|
BOARD:=pistachio
|
|
BOARDNAME:=MIPS pistachio
|
|
FEATURES:=fpu usb usbgadget squashfs targz nand
|
|
CPU_TYPE:=24kc
|
|
CPU_SUBTYPE:=24kf
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=vmlinux dtbs
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|