[OpenWrt-Devel] [patch] create typical OpenWrt image for WRT350N v2

2009-08-06 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Signed-off-by: Matthias Bücher m...@maddes.net -BEGIN PGP SIGNATURE- Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkp6rhYACgkQUXXT+9wZdbX+DwCePJSxS1QV3KhC9ktRzCb3gBTM j+gAoL9CI5wmlUoOUEBdvc+RI0s5YZYg =FFtp

[OpenWrt-Devel] [PATCH] base-files: set default value for config_get via 4th parameter plus some more (#5636)

2009-08-06 Thread Malte S. Stretz
The command config_get_bool allows a fourth parameter which defines a default value. At many places it would be very useful if the plain three-parameter version of config get supported such a parameter as well, that saves a bunch of [ -z $foo ] checks in my scripts. In bug 5636 [0] you can

Re: [OpenWrt-Devel] ksymoops for ARM / orion available?

2009-08-06 Thread Felix Fietkau
Matthias Buecher / Germany wrote: Is ksymoops for ARM / Orion working? If so can it be added to the OpenWrt repository? Currently the package seems to be restricted to Mipsel and x86. I just ask because I want to investigate the oops message from OpenVPN I got (see #5341). In toplevel

[OpenWrt-Devel] Mercurial or Git repository for OpenWrt?

2009-08-06 Thread Mitar
Hi! I am wondering if it would be possible to migrate OpenWrt's SVN repository to Mercurial or Git. In this way it would be much much easier to develop OpenWrt based projects and pull/merge new code changes from OpenWrt repository to projects' repositories. Trac also supports both Mercurial and

[OpenWrt-Devel] [patch] opkg Repository Switch Config Option

2009-08-06 Thread Dave Cooper
Hi all, Here a quick patch to abstract the opkg repository used in a build as a configuration option, with the default pointing to downloads.openwrt.org as usual. Useful for hosting different OpenWrt trees. If applied, a minor note that the repository location for future releases should be

Re: [OpenWrt-Devel] Mercurial or Git repository for OpenWrt?

2009-08-06 Thread Jan Willies
Hi Mitar, Am 06.08.2009 23:40, schrieb Mitar: Or at least if there would be a Mercurial/Git read-only repository which would be kept in sync with SVN repository so that changes could be pulled from it. from https://dev.openwrt.org/wiki/GetSource: If you prefer working with git, it is

Re: [OpenWrt-Devel] Mercurial or Git repository for OpenWrt?

2009-08-06 Thread Mitar
Hi! On Thu, Aug 6, 2009 at 11:44 PM, Jan Williesj...@willies.info wrote: If you prefer working with git, it is possible to use:    *  git://nbd.name/openwrt.git (clone of trunk)    *  git://nbd.name/packages.git (clone of packages) I must have been blind. ;-) Mitar

Re: [OpenWrt-Devel] [PATCH] base-files: set default value for config_get via 4th parameter plus some more (#5636)

2009-08-06 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r17155-r17160. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkp7jWsACgkQdputYINPTPMRGgCbBqXwvqdDrdhVkdys9/WSc4fw xHAAoIbUOkESdZrGa7YWkhKokaFuvD3P

[OpenWrt-Devel] Annoying opkg bug since r17152

2009-08-06 Thread Dave Cooper
Since the opkg source was bumped in r17152, everything works fine, but all legal opkg operations trail with the following error message: Collected errors: * ERROR: duplicate src declaration. Skipping: src snapshots http://downloads.openwrt.org/snapshots/trunk/brcm47xx/packages I've

Re: [OpenWrt-Devel] Annoying opkg bug since r17152

2009-08-06 Thread Dave Cooper
Note this happens for any package source, not just the openwrt.org one. On Fri, Aug 7, 2009 at 12:46 AM, Dave Cooperd...@kupesoft.com wrote: Since the opkg source was bumped in r17152, everything works fine, but all legal opkg operations trail with the following error message: Collected