emissary-firmware/targets/bananapi.mk
William Petit 25917a63b9
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
feat: use openwrt 23.05.2
2023-11-30 20:05:16 +01:00

11 lines
283 B
Makefile

all: bpi-r3
bpi-r3:
$(MAKE) \
ADDITIONAL_INSTALL="install-bpi-r3-network-config" \
ADDITIONAL_OPENWRT_PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage kmod-usb2" \
OPENWRT_TARGET="mediatek/filogic" \
EMISSARY_ARCH="arm64" \
OPENWRT_PROFILE="bananapi_bpi-r3" \
build