]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
oxnas: clean-up and improve profiles
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 19 Apr 2016 20:14:31 +0000 (20:14 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 19 Apr 2016 20:14:31 +0000 (20:14 +0000)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 49198

target/linux/oxnas/profiles/00-default.mk
target/linux/oxnas/profiles/cloudengines.mk [moved from target/linux/oxnas/profiles/pogoplug.mk with 71% similarity]

index fb04ba788c9edabf96eb7b23fd93283c9717ed72..67f866ee8017281ef1a83d40ecd5c8e1d940986b 100644 (file)
@@ -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.
 # See /LICENSE for more information.
@@ -8,11 +8,14 @@
 define Profile/Default
        NAME:=Default Profile
        PACKAGES:=\
-               kmod-usb-core kmod-usb3 \
-               kmod-ledtrig-usbdev
+               kmod-usb-core kmod-usb3 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
 
 define Profile/Default/Description
        Default package set compatible with most boards.
 endef
+
 $(eval $(call Profile,Default))
similarity index 71%
rename from target/linux/oxnas/profiles/pogoplug.mk
rename to target/linux/oxnas/profiles/cloudengines.mk
index dcab128ef119f451f507f38576816389b7e8ca88..ed0a235254e22cbd79870acab035a07e79e3cfbb 100644 (file)
@@ -5,20 +5,20 @@
 #
 
 define Profile/POGOPLUG_PRO
-  NAME:=PogoPlug Pro
+  NAME:=Cloud Engines Pogoplug Pro
 endef
 
 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)
 endef
 
 define Profile/POGOPLUG_V3
-  NAME:=PogoPlug V3
+  NAME:=Cloud Engines Pogoplug V3
 endef
 
 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)
 endef