| 123456789101112131415161718 |
- # SPDX-License-Identifier: GPL-2.0-only
- include $(TOPDIR)/rules.mk
- ARCH:=mipsel
- BOARD:=siflower
- BOARDNAME:=Siflower SoCs
- FEATURES:=squashfs usb usbgadget
- SUBTARGETS:=sf19a2890 sf21
- KERNEL_PATCHVER:=6.12
- include $(INCLUDE_DIR)/target.mk
- DEFAULT_PACKAGES += \
- kmod-gpio-button-hotplug \
- uboot-envtools
- $(eval $(call BuildTarget))
|