oxnas: clean-up and improve profiles
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 49198
This commit is contained in:
parent
012da658a4
commit
95f0d4fcfd
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2011 OpenWrt.org
|
# Copyright (C) 2016 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,11 +8,14 @@
|
|||||||
define Profile/Default
|
define Profile/Default
|
||||||
NAME:=Default Profile
|
NAME:=Default Profile
|
||||||
PACKAGES:=\
|
PACKAGES:=\
|
||||||
kmod-usb-core kmod-usb3 \
|
kmod-usb-core kmod-usb3 kmod-ledtrig-usbdev \
|
||||||
kmod-ledtrig-usbdev
|
kmod-usb-storage \
|
||||||
|
kmod-i2c-gpio kmod-rtc-pcf8563 kmod-rtc-ds1307 \
|
||||||
|
kmod-gpio-beeper kmod-hwmon-core kmod-hwmon-gpiofan
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Default/Description
|
define Profile/Default/Description
|
||||||
Default package set compatible with most boards.
|
Default package set compatible with most boards.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,Default))
|
$(eval $(call Profile,Default))
|
||||||
|
@ -5,20 +5,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define Profile/POGOPLUG_PRO
|
define Profile/POGOPLUG_PRO
|
||||||
NAME:=PogoPlug Pro
|
NAME:=Cloud Engines Pogoplug Pro
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/POGOPLUG_PRO/Description
|
define Profile/POGOPLUG_PRO/Description
|
||||||
Profile with built-in ox820 PogoPlug Pro device-tree
|
Profile with built-in ox820 Pogoplug Pro device-tree
|
||||||
(board with miniPCIe slot)
|
(board with miniPCIe slot)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/POGOPLUG_V3
|
define Profile/POGOPLUG_V3
|
||||||
NAME:=PogoPlug V3
|
NAME:=Cloud Engines Pogoplug V3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/POGOPLUG_V3/Description
|
define Profile/POGOPLUG_V3/Description
|
||||||
Profile with built-in ox820 PogoPlug V3 device-tree
|
Profile with built-in ox820 Pogoplug V3 device-tree
|
||||||
(board without miniPCIe slot)
|
(board without miniPCIe slot)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue
Block a user