mirror of https://github.com/hak5/openwrt.git
126 lines
2.9 KiB
Makefile
126 lines
2.9 KiB
Makefile
define Profile/ARV3527P
|
|
NAME:=ARV3527P - Arcor Easybox 401
|
|
PACKAGES:=kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV3527P/Description
|
|
Package set optimized for the ARV3527P
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV3527P))
|
|
|
|
define Profile/ARV4510PW
|
|
NAME:=ARV4510PW - Wippies Homebox
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-rt61-pci wpad-mini \
|
|
kmod-ltq-dsl-firmware-a-danube
|
|
endef
|
|
|
|
define Profile/ARV4510PW/Description
|
|
Package set optimized for the ARV4518PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV4510PW))
|
|
|
|
define Profile/ARV4518PW
|
|
NAME:=ARV4518PW - SMC7908A
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-madwifi wpad-mini \
|
|
kmod-ltq-dsl-firmware-a-danube
|
|
endef
|
|
|
|
define Profile/ARV4518PW/Description
|
|
Package set optimized for the ARV4518PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV4518PW))
|
|
|
|
define Profile/ARV4520PW
|
|
NAME:=ARV4520PW - Arcor Easybox 800
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-rt61-pci wpad-mini \
|
|
kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV4520PW/Description
|
|
Package set optimized for the ARV4520PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV4520PW))
|
|
|
|
define Profile/ARV4525PW
|
|
NAME:=ARV4525PW - Speedport W502V
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-madwifi wpad-mini \
|
|
kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV4525PW/Description
|
|
Package set optimized for the ARV4525PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV4525PW))
|
|
|
|
define Profile/ARV7525PW
|
|
NAME:=ARV7525PW - Speedport W303V Typ A
|
|
PACKAGES:= kmod-rt2800-pci wpad-mini \
|
|
kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV7525PW/Description
|
|
Package set optimized for the ARV4525PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV7525PW))
|
|
|
|
define Profile/ARV452CPW
|
|
NAME:=ARV452CPW - Arcor Easybox 801
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-madwifi wpad-mini \
|
|
kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV452CPW/Description
|
|
Package set optimized for the ARV452CPW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV452CPW))
|
|
|
|
define Profile/ARV752DPW
|
|
NAME:=ARV752DPW - Arcor Easybox 802
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-rt2800-pci wpad-mini \
|
|
kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV752DPW/Description
|
|
Package set optimized for the ARV752PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV752DPW))
|
|
|
|
define Profile/ARV752DPW22
|
|
NAME:=ARV752DPW22 - Arcor Easybox 803
|
|
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-uhci kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-ltq-dsl-firmware-b-danube
|
|
endef
|
|
|
|
define Profile/ARV752DPW22/Description
|
|
Package set optimized for the ARV752PW22
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV752DPW22))
|
|
|
|
define Profile/ARV7518PW
|
|
NAME:=ARV7518PW - ASTORIA
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-ledtrig-usbdev \
|
|
kmod-ath9k wpad-mini \
|
|
ltq-dsl-firmware-a
|
|
endef
|
|
|
|
define Profile/ARV7518PW/Description
|
|
Package set optimized for the ARV7518PW
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV7518PW))
|