Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: add dlan feed

2015-01-22 Thread Michael Heimpold
Hi Florian,

thank you for adding the instructions.

I also agree that this binary-only packages should not be added to main
openwrt for legal reasons and so on.
My original intension was to make this device more "user-friendly", and
if we do not want to enable this feed by default, we could add this line
commented out?
However, we should pre-select the packages which are required to get
the PLC part running, shouldn't we? 

What do you think about the following stuff?

Regards, mhei

 feeds.conf.default |1 +
 target/linux/mcs814x/profiles/100-dLAN-USB-Extender.mk |6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index 208342c..14f2e37 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -3,6 +3,7 @@ src-git luci https://github.com/openwrt/luci.git
 src-git routing https://github.com/openwrt-routing/packages.git
 src-git telephony https://github.com/openwrt/telephony.git
 src-git management https://github.com/openwrt-management/packages.git
+#src-git dlan https://github.com/ffainelli/dlan-usb-extender-3rd-party.git
 #src-git oldpackages http://git.openwrt.org/packages.git
 #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
 #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
diff --git a/target/linux/mcs814x/profiles/100-dLAN-USB-Extender.mk 
b/target/linux/mcs814x/profiles/100-dLAN-USB-Extender.mk
index 168bfa1..6f13121 100644
--- a/target/linux/mcs814x/profiles/100-dLAN-USB-Extender.mk
+++ b/target/linux/mcs814x/profiles/100-dLAN-USB-Extender.mk
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2012 OpenWrt.org
+# Copyright (C) 2012-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -7,7 +7,7 @@
 
 define Profile/dLAN_USB_Extender
   NAME:=Devolo dLAN USB Extender
-  PACKAGES:=kmod-usb-serial kmod-usb-serial-ftdi
+  PACKAGES:=kmod-usb-serial kmod-usb-serial-ftdi foot
 endef
 
 define Profile/dLAN_USB_Extender/Description
@@ -21,5 +21,5 @@ define Profile/dLAN_USB_Extender/Description
Instructions are available here:
http://ffainelli.github.io/dlan-usb-extender-3rd-party/
 endef
-$(eval $(call Profile,dLAN_USB_Extender))
 
+$(eval $(call Profile,dLAN_USB_Extender))
-- 
1.7.10.4
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: add dlan feed

2015-01-21 Thread Florian Fainelli
On 29/12/14 13:53, Michael Heimpold wrote:
> Since mcs814x/dLAN-USB-Extender profile refers to some packages in this
> feed, we should list it here.

blogic was asking whether these packages could be moved to the main
OpenWrt package feed instead, the answer is no, because they are
binary-only packages.

I have added instructions on how to include the feed to the profile in
r44071.

> 
> Signed-off-by: Michael Heimpold 
> ---
>  feeds.conf.default |1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/feeds.conf.default b/feeds.conf.default
> index 208342c..16f07d0 100644
> --- a/feeds.conf.default
> +++ b/feeds.conf.default
> @@ -3,6 +3,7 @@ src-git luci https://github.com/openwrt/luci.git
>  src-git routing https://github.com/openwrt-routing/packages.git
>  src-git telephony https://github.com/openwrt/telephony.git
>  src-git management https://github.com/openwrt-management/packages.git
> +src-git dlan https://github.com/ffainelli/dlan-usb-extender-3rd-party.git
>  #src-git oldpackages http://git.openwrt.org/packages.git
>  #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
>  #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
> 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] feeds.conf.default: add dlan feed

2014-12-29 Thread Michael Heimpold
Since mcs814x/dLAN-USB-Extender profile refers to some packages in this
feed, we should list it here.

Signed-off-by: Michael Heimpold 
---
 feeds.conf.default |1 +
 1 file changed, 1 insertion(+)

diff --git a/feeds.conf.default b/feeds.conf.default
index 208342c..16f07d0 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -3,6 +3,7 @@ src-git luci https://github.com/openwrt/luci.git
 src-git routing https://github.com/openwrt-routing/packages.git
 src-git telephony https://github.com/openwrt/telephony.git
 src-git management https://github.com/openwrt-management/packages.git
+src-git dlan https://github.com/ffainelli/dlan-usb-extender-3rd-party.git
 #src-git oldpackages http://git.openwrt.org/packages.git
 #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package
 #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone
-- 
1.7.10.4
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel