summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/profiles/100-nprove.mk
blob: c34e5ca8b34d92d42afc1e9e2d2a02b166da0c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
define Profile/nprove
  NAME:=nprove
  PACKAGES:= \
	kmod-tun kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-utf8 \
	kmod-usb-serial kmod-usb-serial-option \
	kmod-usb-storage kmod-usb-printer \
	luci luci-app-diag-devinfo luci-app-p910nd luci-app-qos luci-app-wol \
	librt libiw query3g maccalc libopenssl
endef

define Profile/nprove/Description
	Package set for nprove router
endef
$(eval $(call Profile,nprove))