Author: hauke
Date: 2016-04-19 22:14:31 +0200 (Tue, 19 Apr 2016)
New Revision: 49198

Added:
   trunk/target/linux/oxnas/profiles/cloudengines.mk
Removed:
   trunk/target/linux/oxnas/profiles/pogoplug.mk
Modified:
   trunk/target/linux/oxnas/profiles/00-default.mk
Log:
oxnas: clean-up and improve profiles

Signed-off-by: Daniel Golle <[email protected]>


Modified: trunk/target/linux/oxnas/profiles/00-default.mk
===================================================================
--- trunk/target/linux/oxnas/profiles/00-default.mk     2016-04-19 20:12:41 UTC 
(rev 49197)
+++ trunk/target/linux/oxnas/profiles/00-default.mk     2016-04-19 20:14:31 UTC 
(rev 49198)
@@ -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))

Copied: trunk/target/linux/oxnas/profiles/cloudengines.mk (from rev 49197, 
trunk/target/linux/oxnas/profiles/pogoplug.mk)
===================================================================
--- trunk/target/linux/oxnas/profiles/cloudengines.mk                           
(rev 0)
+++ trunk/target/linux/oxnas/profiles/cloudengines.mk   2016-04-19 20:14:31 UTC 
(rev 49198)
@@ -0,0 +1,26 @@
+# Copyright (C) 2016 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/POGOPLUG_PRO
+  NAME:=Cloud Engines Pogoplug Pro
+endef
+
+define Profile/POGOPLUG_PRO/Description
+ Profile with built-in ox820 Pogoplug Pro device-tree
+ (board with miniPCIe slot)
+endef
+
+define Profile/POGOPLUG_V3
+  NAME:=Cloud Engines Pogoplug V3
+endef
+
+define Profile/POGOPLUG_V3/Description
+ Profile with built-in ox820 Pogoplug V3 device-tree
+ (board without miniPCIe slot)
+endef
+
+$(eval $(call Profile,POGOPLUG_PRO))
+$(eval $(call Profile,POGOPLUG_V3))

Deleted: trunk/target/linux/oxnas/profiles/pogoplug.mk
===================================================================
--- trunk/target/linux/oxnas/profiles/pogoplug.mk       2016-04-19 20:12:41 UTC 
(rev 49197)
+++ trunk/target/linux/oxnas/profiles/pogoplug.mk       2016-04-19 20:14:31 UTC 
(rev 49198)
@@ -1,26 +0,0 @@
-# Copyright (C) 2016 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/POGOPLUG_PRO
-  NAME:=PogoPlug Pro
-endef
-
-define Profile/POGOPLUG_PRO/Description
- Profile with built-in ox820 PogoPlug Pro device-tree
- (board with miniPCIe slot)
-endef
-
-define Profile/POGOPLUG_V3
-  NAME:=PogoPlug V3
-endef
-
-define Profile/POGOPLUG_V3/Description
- Profile with built-in ox820 PogoPlug V3 device-tree
- (board without miniPCIe slot)
-endef
-
-$(eval $(call Profile,POGOPLUG_PRO))
-$(eval $(call Profile,POGOPLUG_V3))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to