target/ath25: make sure ethernet gets an initial IP
[lede-git/.git] / target / linux / omap / profiles / 00-default.mk
1 #
2 # Copyright (C) 2013 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/Default
9   NAME:=Default Profile
10   PACKAGES:= \
11         kmod-usb-net \
12         kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-hso \
13         kmod-usb-net-kaweth kmod-usb-net-pegasus kmod-usb-net-mcs7830 \
14         kmod-usb-net-smsc95xx kmod-usb-net-dm9601-ether \
15         wpad-mini
16   PRIORITY := 1
17 endef
18
19 define Profile/Default/Description
20         Default package set compatible with most boards.
21 endef
22
23 $(eval $(call Profile,Default))