Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
18
target/linux/lantiq/ase/target.mk
Normal file
18
target/linux/lantiq/ase/target.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Copyright (C) 2016 LEDE Project
|
||||
|
||||
ARCH:=mips
|
||||
SUBTARGET:=ase
|
||||
BOARDNAME:=Amazon-SE
|
||||
FEATURES+=atm mips16 small_flash
|
||||
CPU_TYPE:=mips32
|
||||
|
||||
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \
|
||||
kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \
|
||||
kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \
|
||||
ltq-adsl-app ppp-mod-pppoe
|
||||
|
||||
define Target/Description
|
||||
Lantiq Amazon-SE Boards
|
||||
endef
|
||||
Reference in New Issue
Block a user