mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
fcea027df6
This patch fixes build of squashfs image on lantiq. Currently the FEATURE
variable is overwritten by the subtarget.
Fixes: FS#3480
Fixes: f1c6523376
("lantiq: clean up target/subtarget features")
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
[reformat Fixes:]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
21 lines
482 B
Makefile
21 lines
482 B
Makefile
#
|
|
# Copyright (C) 2016 LEDE Project
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
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
|