target/ath25: make sure ethernet gets an initial IP
[lede-git/.git] / target / linux / layerscape / armv8_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-ls1046ardb uboot-layerscape-$(SUBTARGET)-ls1046ardb \
14         fman-layerscape-ls1046ardb \
15         rcw-layerscape-ls1012ardb uboot-layerscape-$(SUBTARGET)-ls1012ardb \
16         kmod-ppfe ppfe-ls1012ardb
17
18 $(eval $(call Profile,Default))