1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 07:33:15 +03:00
openwrt-xburst/target/linux/lantiq/xway/profiles/002-arcadyan.mk
blogic 1a35b7c84e [lantiq]
* 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
2011-02-01 14:37:35 +00:00

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))