kirkwood: enable SoC drivers in the kernel config
[openwrt/staging/blogic.git] / target / linux / kirkwood / profiles / 115-router.mk
1 #
2 # Copyright (C) 2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/AUDI
9 NAME:=Linksys EA3500 (Audi)
10 PACKAGES:= \
11 kmod-mwl8k kmod-usb2 kmod-usb-storage \
12 swconfig wpad-mini
13 endef
14
15 define Profile/AUDI/Description
16 Package set compatible with Linksys EA3500 board.
17 endef
18
19 $(eval $(call Profile,AUDI))
20
21 define Profile/VIPER
22 NAME:=Linksys E4200v2 / EA4500 (Viper)
23 PACKAGES:= \
24 kmod-mwl8k kmod-usb2 kmod-usb-storage \
25 swconfig wpad-mini
26 endef
27
28 define Profile/VIPER/Description
29 Package set compatible with Linksys E4200v2 and EA4500 boards.
30 endef
31
32 $(eval $(call Profile,VIPER))