kirkwood: add support for Linksys EA4500
[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/EA4500
9   NAME:=Linksys EA4500
10   PACKAGES:= \
11         kmod-mwl8k kmod-usb2 kmod-usb-storage \
12         uboot-envtools
13 endef
14
15 define Profile/EA4500/Description
16  Package set compatible with Linksys EA4500 board.
17 endef
18
19 EA4500_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096"
20 EA4500_UBI_OPTS:="-m 2048 -p 128KiB -s 512"
21
22 # $(eval $(call Profile,EA4500))