mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 07:35:54 +02:00
1a35b7c84e
* adds profiles to the kernel * fixes 2 compile errors in the usb driver * ioports were not allocated properly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25278 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
369 B
Makefile
14 lines
369 B
Makefile
define Profile/ARV752DPW22
|
|
NAME:=ARV752DPW22 - Arcor Easybox 803
|
|
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-uhci kmod-usb-dwc-otg \
|
|
kmod-ledtrig-netdev kmod-ledtrig-usbdev kmod-leds-gpio kmod-button-hotplug \
|
|
ltq-dsl-firmware-b
|
|
endef
|
|
|
|
define Profile/ARV752DPW22/Description
|
|
Package set optimized for the ARV752PW22
|
|
endef
|
|
|
|
$(eval $(call Profile,ARV752DPW22))
|
|
|