kirkwood: generate factory images for Linksys EA[34]500
[openwrt/openwrt.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/EA3500
9 NAME:=Linksys EA3500
10 PACKAGES:= \
11 kmod-mwl8k kmod-usb2 kmod-usb-storage \
12 swconfig wpad-mini
13 endef
14
15 define Profile/EA3500/Description
16 Package set compatible with Linksys EA3500 board.
17 endef
18
19 $(eval $(call Profile,EA3500))
20
21 define Profile/EA4500
22 NAME:=Linksys EA4500
23 PACKAGES:= \
24 kmod-mwl8k kmod-usb2 kmod-usb-storage \
25 swconfig wpad-mini
26 endef
27
28 define Profile/EA4500/Description
29 Package set compatible with Linksys EA4500 board.
30 endef
31
32 $(eval $(call Profile,EA4500))