layerscape: add 64b/32b target for ls1012ardb device
[openwrt/openwrt.git] / target / linux / layerscape / 64b / profiles / 00-default.mk
1 define Profile/Default
2 NAME:=Default Profile
3 PRIORITY:=1
4 endef
5
6 define Profile/Default/Description
7 Default package set compatible with most boards.
8 endef
9
10 DEFAULT_PACKAGES+= \
11 rcw-layerscape-ls1043ardb uboot-layerscape-$(SUBTARGET)-ls1043ardb \
12 fman-layerscape-ls1043ardb \
13 rcw-layerscape-ls1012ardb uboot-layerscape-$(SUBTARGET)-ls1012ardb \
14 kmod-ppfe ppfe-ls1012ardb
15
16 $(eval $(call Profile,Default))