Re: [OpenWrt-Devel] Renaming a package during compilation

2013-05-17 Thread jonsm...@gmail.com
Has no effect, I must have something slightly wrong since I can see other Makefile using it. include $(TOPDIR)/rules.mk PKG_NAME:=avr-binutils PKG_VERSION:=2.20.1a PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/bin

Re: [OpenWrt-Devel] Renaming a package during compilation

2013-05-17 Thread Mirko Vogt
On 05/17/2013 08:48 PM, jonsm...@gmail.com wrote: > Let's say I want to make a package: > > PKG_NAME:=avr-gcc > PKG_VERSION:=1.0 > > but my source is named gcc > PKG_SOURCE:=gcc-$(PACKAGE_VERSION).tar.gz > > When this source gets uncompressed it gets put into. > > target_mipsel/avr-gcc/.. > The

[OpenWrt-Devel] Renaming a package during compilation

2013-05-17 Thread jonsm...@gmail.com
Let's say I want to make a package: PKG_NAME:=avr-gcc PKG_VERSION:=1.0 but my source is named gcc PKG_SOURCE:=gcc-$(PACKAGE_VERSION).tar.gz When this source gets uncompressed it gets put into. target_mipsel/avr-gcc/.. The uncompress set goes up a level in directories the source ends up in targe

Re: [OpenWrt-Devel] Fwd: [PATCH][include] Update CyaSSL library to last version 2.6.0

2013-05-17 Thread Ben West
Thank you for responding. Below is the diff of the curl Makefile, against that included in the Attitude Adjustment v12.09 packages here . Note that the addition of "-lm" to libraries for curl to link to came from my own r

[OpenWrt-Devel] Generic Makefile question

2013-05-17 Thread Pietro Paolini
Hello all, I was looking at the Makefile in the top dir of OpenWRT and I don't understand the meaning of these lines : $(toolchain/stamp-install): $(tools/stamp-install) $(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared $(package/stamp-compile): $(

[OpenWrt-Devel] [PATCH][packages] Update Samba to 3.6.15

2013-05-17 Thread Anton van Bohemen
Hello, This patch updates Samba to 3.6.15 and refreshes its patches. Download locations also changed (again) so they are also updated. Compile and run tested, no problems found. Index: package/network/services/samba36/Makefile === -

[OpenWrt-Devel] [PATCH] Netifd: Generic multi-wan support v3

2013-05-17 Thread Kristian Evensen
This patch implements the comments received for version 1 (see https://lists.openwrt.org/pipermail/openwrt-devel/2013-May/020119.html), and improves upon version 2 by respecting metrics. * Routes are only added to the specified table. The only exception are the IPv4-routes Linux automatically

Re: [OpenWrt-Devel] Question about pulling out the latest revision of sources for openwrt tagged sources

2013-05-17 Thread Felix Fietkau
On 2013-05-16 8:13 PM, Jiri Slachta wrote: > Hello everyone, > > I would love to start an open discussion. > > There is a little issue with checking out the latest revision of > sources for package asteriskXX-chan-sccp-b. Those sources are OpenWrt > tagged, so it should consist of stable sources

Re: [OpenWrt-Devel] [PATCH 1/2] [tools]: Add tools support for i.MX23

2013-05-17 Thread Jonas Gorski
Hi, On Thu, May 16, 2013 at 12:01 AM, Zoltan HERPAI wrote: > Add tools support for booting up an i.MX23-based board via bootlets. > > Signed-off-by: Zoltan HERPAI > > --- > > Index: package/imx-bootlets/patches/003-add-olinuxino.diff >

Re: [OpenWrt-Devel] [PATCH 2/2] imx23: Add target for i.MX23

2013-05-17 Thread Jonas Gorski
Hi, On Thu, May 16, 2013 at 12:02 AM, Zoltan HERPAI wrote: > Adding target support for i.MX23, with initial profiles for the > different Olinuxino boards. > > Signed-off-by: Zoltan HERPAI > > --- > > Index: target/linux/imx23/image/Makefile > =

Re: [OpenWrt-Devel] Fwd: [PATCH][include] Update CyaSSL library to last version 2.6.0

2013-05-17 Thread Massimo Vellucci
CyaSSL must determine the environment to recognize the size of the types, there is a conflict on the size of the long type. Can you attach the changes on curl makefile for using CyaSSL ? 2013/5/16 Ben West > Thank you for sharing this patch! > > I'm trying this very patch to see if I can use cy