blob: 424d16a79679d98f7e0aa929f7dcd2ea554d6acf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/PX4885
NAME:=7Links PX-4885
PACKAGES:=\
kmod-usb-core kmod-usb-rt305x-dwc_otg kmod-usb2 kmod-usb-ohci \
kmod-ledtrig-usbdev kmod-leds-gpio
endef
define Profile/PX4885/Description
Package set for 7Links PX-4885 wireless router.
endef
$(eval $(call Profile,PX4885))
|