blob: e8d371f8fb74f6e3f47e4e56e4c6898066ffe35d (
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
|
define Profile/ARV7525PW
NAME:=Speedport W303V - ARV7525PW
endef
$(eval $(call Profile,ARV7525PW))
define Profile/ARV4520PW
NAME:=Easybox 800, WAV-281 - ARV4520PW
endef
$(eval $(call Profile,ARV4520PW))
define Profile/ARV752DPW
NAME:=Easybox 802 - ARV752DPW
endef
$(eval $(call Profile,ARV752DPW))
define Profile/ARV752DPW22
NAME:=Easybox 803 - ARV752DPW22
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-uhci kmod-usb-dwc-otg kmod-ledtrig-usbdev \
kmod-ltq-dsl-firmware-b-danube
endef
$(eval $(call Profile,ARV752DPW22))
|