[OpenWrt-Devel] [PATCH 1/2] pyload: update to current version 0.4.9

2014-01-31 Thread Oliver Ertl
Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de
---
 net/pyload/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/pyload/Makefile b/net/pyload/Makefile
index 4a5d9e4..bdb60ca 100644
--- a/net/pyload/Makefile
+++ b/net/pyload/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2011-2014 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pyload
-PKG_VERSION:=0.4.8
+PKG_VERSION:=0.4.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-src-v$(PKG_VERSION).zip
 PKG_SOURCE_URL:=http://download.pyload.org/
-PKG_MD5SUM:=5bcf8411ef9e48ef6e9ade55bc697900
+PKG_MD5SUM:=28876150af22999b6f539c8579d3b415
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
 
-- 
1.8.3.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH 0/2] *** SUBJECT HERE ***

2014-01-31 Thread Oliver Ertl
*** BLURB HERE ***

Oliver Ertl (2):
  pyload: update to current version 0.4.9
  pyload: add LIBCURL_COOKIES dependency

 net/pyload/Makefile | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.3.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH 2/2] pyload: add LIBCURL_COOKIES dependency

2014-01-31 Thread Oliver Ertl
Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de
---
 net/pyload/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/pyload/Makefile b/net/pyload/Makefile
index bdb60ca..d6f237c 100644
--- a/net/pyload/Makefile
+++ b/net/pyload/Makefile
@@ -26,7 +26,7 @@ define Package/pyload
   CATEGORY:=Network
   DEPENDS:=+python +pyopenssl +python-curl +python-crypto +python-django \
+python-expat +python-imaging-library +python-sqlite3 +js \
-   +tesseract +unrar
+   +tesseract +unrar +@LIBCURL_COOKIES
   TITLE:=A fast, lightweight and full featured download manager
   URL:=http://pyload.org
 endef
-- 
1.8.3.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 0/2] *** SUBJECT HERE ***

2014-01-31 Thread Oliver Ertl

Ok, you can delete the patches then. No need for the patch then :-(


Am 31. Januar 2014 12:38:43 schrieb Jonas Gorski j...@openwrt.org:


On Fri, Jan 31, 2014 at 10:31 AM, Oliver Ertl oli...@ertls-netzwerk.de wrote:
 *** BLURB HERE ***

I guess you forgot to fill in something here.


Jonas

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency

2014-01-30 Thread Oliver Ertl
Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de
---
 net/pyload/Makefile | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/pyload/Makefile b/net/pyload/Makefile
index 4a5d9e4..d6f237c 100644
--- a/net/pyload/Makefile
+++ b/net/pyload/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2011-2014 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pyload
-PKG_VERSION:=0.4.8
+PKG_VERSION:=0.4.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-src-v$(PKG_VERSION).zip
 PKG_SOURCE_URL:=http://download.pyload.org/
-PKG_MD5SUM:=5bcf8411ef9e48ef6e9ade55bc697900
+PKG_MD5SUM:=28876150af22999b6f539c8579d3b415
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
 
@@ -26,7 +26,7 @@ define Package/pyload
   CATEGORY:=Network
   DEPENDS:=+python +pyopenssl +python-curl +python-crypto +python-django \
+python-expat +python-imaging-library +python-sqlite3 +js \
-   +tesseract +unrar
+   +tesseract +unrar +@LIBCURL_COOKIES
   TITLE:=A fast, lightweight and full featured download manager
   URL:=http://pyload.org
 endef
-- 
1.8.3.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] upgrade pyload to 0.4.9 and add LIBCURL_COOKIES as a dependency

2014-01-30 Thread Oliver Ertl
Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de
---
 net/pyload/Makefile | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/pyload/Makefile b/net/pyload/Makefile
index 4a5d9e4..d6f237c 100644
--- a/net/pyload/Makefile
+++ b/net/pyload/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2011-2014 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pyload
-PKG_VERSION:=0.4.8
+PKG_VERSION:=0.4.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-src-v$(PKG_VERSION).zip
 PKG_SOURCE_URL:=http://download.pyload.org/
-PKG_MD5SUM:=5bcf8411ef9e48ef6e9ade55bc697900
+PKG_MD5SUM:=28876150af22999b6f539c8579d3b415
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
 
@@ -26,7 +26,7 @@ define Package/pyload
   CATEGORY:=Network
   DEPENDS:=+python +pyopenssl +python-curl +python-crypto +python-django \
+python-expat +python-imaging-library +python-sqlite3 +js \
-   +tesseract +unrar
+   +tesseract +unrar +@LIBCURL_COOKIES
   TITLE:=A fast, lightweight and full featured download manager
   URL:=http://pyload.org
 endef
-- 
1.8.3.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] add selfhost.de dynamic DNS provider

2013-08-14 Thread Oliver Ertl
---
 net/ddns-scripts/files/usr/lib/ddns/services | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/ddns-scripts/files/usr/lib/ddns/services 
b/net/ddns-scripts/files/usr/lib/ddns/services
index 1e6b6b9..fb6d8dc 100644
--- a/net/ddns-scripts/files/usr/lib/ddns/services
+++ b/net/ddns-scripts/files/usr/lib/ddns/services
@@ -57,3 +57,6 @@
 
 # easydns.com dynamic DNS
 easydns.com  
http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/tomato.php?hostname=[DOMAIN]myip=[IP];
+
+# selfhost.de dynamic DNS
+selfhost.de 
http://carol.selfhost.de/update?username=[USERNAME]password=[PASSWORD]myip=[IP];
-- 
1.8.1.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] add a option in menuconfig to set a custom folder for the images packages

2013-08-14 Thread Oliver Ertl
Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de
---
 Config.in | 4 
 rules.mk  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Config.in b/Config.in
index 0ef2f14..0683125 100644
--- a/Config.in
+++ b/Config.in
@@ -784,6 +784,10 @@ menuconfig DEVEL
string Download folder if DEVEL
default 
 
+   config BINARY_FOLDER
+   string Binary folder if DEVEL
+   default 
+
config LOCALMIRROR
string Local mirror for source packages if DEVEL
default 
diff --git a/rules.mk b/rules.mk
index 14171a0..2d4d5c8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -80,7 +80,7 @@ ifdef CONFIG_MIPS64_ABI
 endif
 
 DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call 
qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
-BIN_DIR:=$(TOPDIR)/bin/$(BOARD)
+DL_DIR:=$(if $(call qstrip,$(CONFIG_BINARY_FOLDER)),$(call 
qstrip,$(CONFIG_BINARY_FOLDER)),$(TOPDIR)/bin/$(BOARD))
 INCLUDE_DIR:=$(TOPDIR)/include
 SCRIPT_DIR:=$(TOPDIR)/scripts
 BUILD_DIR_BASE:=$(TOPDIR)/build_dir
-- 
1.8.1.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] add a option in menuconfig to set a custom folder for the images packages -- fix typo, sorry for this

2013-08-14 Thread Oliver Ertl
Signed-off-by: Oliver Ertl oli...@ertls-netzwerk.de
---
 rules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules.mk b/rules.mk
index 2d4d5c8..8594ca6 100644
--- a/rules.mk
+++ b/rules.mk
@@ -80,7 +80,7 @@ ifdef CONFIG_MIPS64_ABI
 endif
 
 DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call 
qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
-DL_DIR:=$(if $(call qstrip,$(CONFIG_BINARY_FOLDER)),$(call 
qstrip,$(CONFIG_BINARY_FOLDER)),$(TOPDIR)/bin/$(BOARD))
+BIN_DIR:=$(if $(call qstrip,$(CONFIG_BINARY_FOLDER)),$(call 
qstrip,$(CONFIG_BINARY_FOLDER)),$(TOPDIR)/bin/$(BOARD))
 INCLUDE_DIR:=$(TOPDIR)/include
 SCRIPT_DIR:=$(TOPDIR)/scripts
 BUILD_DIR_BASE:=$(TOPDIR)/build_dir
-- 
1.8.1.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Maintaining multiple Samba version

2011-11-29 Thread Oliver Ertl
Hi,

I'd like to discuss here what's the best way to maintain multiple versions of 
Samba in the package feeds.

I would do it this way:

 - net/samba2 - ancient version
 - net/samba30x - the 3.0.37 version 
 - net/samba36x - the latest version probably not stripped down

Also, we also don't have to forget luci-app-samba.

Comments are welcome ;-)


Oliver
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] [packages] net/updatedd: Fix dyndns host for ovh

2008-06-15 Thread Oliver Ertl
Can you give the ddns-scripts a try?

ddns-scripts is more flexible in it's configurations and was desinged to make 
use of UCI.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-05-08 Thread Oliver Ertl
There is s better version:

http://lists.openwrt.org/pipermail/openwrt-devel/2008-April/002111.html

 [EMAIL PROTECTED] wrote:
  update lcd4linux to the latest svn version
  
  Signed-off-by: Michael Vogt michu at neophob.com
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Oliver Ertl
 Yes, but that hasn't caused me issues in the past.  I'll give it a try
 without to see if it changes anything.

Yes, parallel-building and ccache support is broken.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Building gdbserver

2008-04-29 Thread Oliver Ertl
gdb and gdbserver builds fine here from a clean checkout.

In menuconfig make sure you select:

  o Advanced configuration options (for developers): y
o Toolchain Options
  o Build gdb: y
  o Utilities
o gdbserver: m

And then 'make world'.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread Oliver Ertl
 update lcd4linux to the latest svn version
 
 Signed-off-by: Michael Vogt michu at neophob.com

I think the Makefile should be made configurable in a way like the ffmpeg 
package is for the lcd4linux plugins.

See: https://dev.openwrt.org/browser/packages/multimedia/ffmpeg
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] why does my initial /etc/ipkg.conf file refer to snapshots?

2008-04-26 Thread Oliver Ertl
I always compile trunk by myself and put the package repository on a web or FTP 
server.

In the build-system I change either package/base-files/files/etc/ipkg.conf to 
have a new standard ipkg.conf for all targets.
For target specific ipkg.conf files change or add the file 
target/linux/arch/base-files/etc/ipkg.conf.

That's the way I'm doing it.

   perhaps i just missed the doc on how to update this, but the
 freshly-created /etc/ipkg.conf for my brcm47xx build creates a new
 /etc/ipkg.conf file that contains the following:
 
   src snapshots http://downloads.openwrt.org/snapshots/brcm47xx/packages
   dest root /
   dest ram /tmp
 
   however, there is no such directory at downloads.  am i simply
 expected to adjust the contents of this file, or should the build
 create a correct file?
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] why does my initial /etc/ipkg.conf file refer to snapshots?

2008-04-26 Thread Oliver Ertl
  I always compile trunk by myself and put the package repository on a
  web or FTP server.
 
 so you simply do an all-package build and create your own repo, is
 that what you're saying?  that's the direction i'm going in as well.
Yes. But I only compile the packages I need. Nothing more.

  In the build-system I change either
  package/base-files/files/etc/ipkg.conf to have a new standard
  ipkg.conf for all targets.
 
 what do you mean you change either?  i'm assuming that what you're
 referring to is that, before an image build, you modify the contents
 of the generic /etc/ipkg.conf file to refer to your repository,
 correct?  and that modified version will be used for any new image you
 build.
Absolutly right :)

  For target specific ipkg.conf files change or add the file
  target/linux/arch/base-files/etc/ipkg.conf.
 
 and i haven't looked closely enough yet -- if you have both a generic
 and an arch-specific ipkg.conf file, what happens?  are the combined
 in your final image?  a pointer to the part of the build
 infrastructure that deals with that would be great so i can RTFS for
 myself.  thanks muchly.
A arch specific ipkg.conf will simply overwrite the generic one.

You can check the contents of your final /etc/ipkg.conf file which goes into 
the image at build_dir/arch/root-board/etc/ipkg.conf

I hope this helps. Sorry, my native language is German.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] update README to mention need for perl?

2008-04-26 Thread Oliver Ertl
   if someone wants to tweak this, shouldn't the top-level README file
 mention a need for perl on the build system?
The prerequisites checks also for perl. The prereq check is runs automatically 
for the first time if you run 'make menuconfig'. But you can also use the 
prereq target (make prereq) at any time. Currently most distributions have a 
working perl installed anyway.

$ make menuconfig
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'working-gcc'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'gawk'... ok.
Checking 'bison'... ok.
Checking 'flex'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'patch'... ok.
Checking 'perl'... ok.  
Checking 'wget'... ok.
Checking 'gnutar'... ok.
Checking 'svn'... ok.
Checking 'autoconf'... ok.
Checking 'gnu-find'... ok.
Checking 'non-root'... ok.
Collecting package info: done
Collecting target info: done


*** End of OpenWrt configuration.
*** Execute 'make' to build the OpenWrt or try 'make help'.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] mmc-over-gpio driver and fon2100

2008-04-03 Thread Oliver Ertl
I've built trunk revision 10700 with the new mmc-over-gpio driver for the 
atheros target (router is a fon2100). Kernel is 2.6.23.16. I successfully got 
the new driver working on a WRT54GL.

After booting the fon2100 I get unknown symbols:

ath_rate_minstrel: look around rate set to 10%
ath_rate_minstrel: EWMA rolloff level set to 75%
ath_rate_minstrel: max segment size in the mrr set to 6000 us
wlan: mac acl policy registered
ath_ahb: trunk
wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 
36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
ath_ahb: wifi0: Atheros 2315 WiSoC: mem=0xb000, irq=3
spi_gpio: Unknown symbol gpio_free
spi_gpio: Unknown symbol gpio_direction_output
spi_gpio: Unknown symbol gpio_set_value
spi_gpio: Unknown symbol gpio_direction_input
spi_gpio: Unknown symbol gpio_get_value
spi_gpio: Unknown symbol gpio_request
spi-gpio-mmc: MMC-Card fonera attached to GPIO pins 1,3,4,7

Maybe someone knows how to fix it.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Fwd: Re: Contact info after Fosdem

2008-03-31 Thread Oliver Ertl
 Might be of interest to talk with this guy in order not to create yet
 another 
 embedded framework.
It's normal for Opensource projects to reinvent the wheel over and over again. 
And everytime the code gets more crapier.

I really which that Opensource projects would work more together and 
concentrate the efforts on one less and have them with better quality...
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] upgrade: libsamplerate from 0.1.2 to 0.1.3

2008-03-29 Thread Oliver Ertl
   if you upgrade that package thusly, the build error goes away and
 you don't need the libtool patch anymore.
 
 rday
 --
Fixed in revision 10685.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel