kirkwood: add support for Linksys EA3500
[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 uboot-envtools
13 endef
14
15 define Profile/EA3500/Description
16 Package set compatible with Linksys EA3500 board.
17 endef
18
19 EA3500_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
20 EA3500_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
21
22 $(eval $(call Profile,EA3500))
23
24 define Profile/EA4500
25 NAME:=Linksys EA4500
26 PACKAGES:= \
27 kmod-mwl8k kmod-usb2 kmod-usb-storage \
28 uboot-envtools
29 endef
30
31 define Profile/EA4500/Description
32 Package set compatible with Linksys EA4500 board.
33 endef
34
35 EA4500_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
36 EA4500_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
37
38 $(eval $(call Profile,EA4500))