mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
[lantiq] add more profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34131 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
03110d670c
commit
50d37a89fe
25
target/linux/lantiq/xway/profiles/arv.mk
Normal file
25
target/linux/lantiq/xway/profiles/arv.mk
Normal file
@ -0,0 +1,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))
|
@ -17,13 +17,3 @@ define Profile/EASY80920-NAND/Description
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,EASY80920-NAND))
|
||||
|
||||
define Profile/ARV7525PW
|
||||
NAME:=ARV7525PW
|
||||
endef
|
||||
|
||||
define Profile/ARV7525PW/Description
|
||||
Speedport W303V - ARV7525PW
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,ARV7525PW))
|
Loading…
Reference in New Issue
Block a user