aboutsummaryrefslogtreecommitdiffstats
path: root/package/uci/trigger/modules
Commit message (Expand)AuthorAgeFilesLines
* remove ucitrigger, it is unused and will be replaced by something different i...Felix Fietkau2011-03-261-63/+0
* add ucitrigger: a uci plugin, command line tool and lua interface for automat...Felix Fietkau2009-06-081-0/+63
ntiq.mk?h=do-work/Edimax-v2&id=3a1851964e9b98af4318dd950b1037e1379d7915'>001-lantiq.mk
blob: 6243568d8388ade4533bbd466ba29cd509429d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
define Profile/EASY80920-NOR
  NAME:=EASY80920-NOR
endef

define Profile/EASY80920-NOR/Description
	Lantiq EASY80920 evalkit (NOR)
endef

$(eval $(call Profile,EASY80920-NOR))

define Profile/EASY80920-NAND
  NAME:=EASY80920-NAND
endef

define Profile/EASY80920-NAND/Description
	Lantiq EASY80920 evalkit (NAND)
endef

$(eval $(call Profile,EASY80920-NAND))

define Profile/ARV7525PW
  NAME:=ARV7525PW
endef

define Profile/ARV7525PW/Description
	Speedport W303V - ARV7525PW
endef

$(eval $(call Profile,ARV7525PW))