dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53
[lede-git/.git] / target / linux / at91 / legacy / profiles / calamp.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/LMU5000
9         NAME:=CalAmp LMU5000
10         PACKAGES:= \
11                 kmod-rtc-pcf2123 \
12                 kmod-usb-acm \
13                 kmod-usb-serial \
14                 kmod-usb-serial-option \
15                 kmod-usb-serial-sierrawireless \
16                 kmod-gpio-mcp23s08
17 endef
18
19 define Profile/LMU5000/Description
20         CalAmp LMU5000
21 endef
22
23 $(eval $(call Profile,LMU5000))