OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2016 LEDE Project |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | ARCH:=mips |
||
8 | SUBTARGET:=ase |
||
9 | BOARDNAME:=Amazon-SE |
||
10 | FEATURES:=squashfs atm mips16 small_flash |
||
11 | CPU_TYPE:=mips32 |
||
12 | |||
13 | DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \ |
||
14 | kmod-ltq-adsl-ase kmod-ltq-adsl-ase-mei \ |
||
15 | kmod-ltq-adsl-ase-fw-b kmod-ltq-atm-ase \ |
||
16 | ltq-adsl-app ppp-mod-pppoe |
||
17 | |||
18 | define Target/Description |
||
19 | Lantiq Amazon-SE Boards |
||
20 | endef |