* adds profiles to the kernel * fixes 2 compile errors in the usb driver * ioports...
[openwrt/openwrt.git] / target / linux / lantiq / xway / profiles / 001-lantiq.mk
1 define Profile/EASY50712
2 NAME:=EASY50712
3 PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
4 endef
5
6 define Profile/EASY50712/Description
7 Lantiq EASY50712 evalkit
8 endef
9
10 $(eval $(call Profile,EASY50712))
11
12 define Profile/EASY50812
13 NAME:=EASY50812
14 PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
15 endef
16
17 define Profile/EASY50812/Description
18 Lantiq EASY50812 evalkit
19 endef
20
21 $(eval $(call Profile,EASY50812))
22