[OpenWrt-Devel] [PATCH 1/2] [packages] strongswan4: update to 4.5.3

2011-08-08 Thread Lars Hjersted
Private libraries moved from /usr/lib to /usr/lib/ipsec. Signed-off-by: Lars Hjersted --- net/strongswan4/Makefile | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/strongswan4/Makefile b/net/strongswan4/Makefile index 999c237..f3c7083 100644 --- a/net/s

[OpenWrt-Devel] [PATCH 2/2] [packages] strongswan4: add af-alg plugin

2011-08-08 Thread Lars Hjersted
* Add kernel crypto user-space interface plugin (strongswan4-mod-af-alg) * Requires kmod-crypto-user Signed-off-by: Lars Hjersted --- net/strongswan4/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/net/strongswan4/Makefile b/net/strongswan4/Makefile index f3c7

[OpenWrt-Devel] [PATCH] kernel: add kmod-crypto-user

2011-08-08 Thread Lars Hjersted
Add kernel crypto user-space interface (af_alg). Includes interface for hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher). Signed-off-by: Lars Hjersted --- package/kernel/modules/crypto.mk | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git

Re: [OpenWrt-Devel] PostInst delayed to real system

2011-08-08 Thread Ithamar R. Adema
On Mon, 2011-08-08 at 20:50 +0200, Lukas Macura wrote: > I know this is little bit more complicated, but maybe it could be used > by more packages to do something useful only one time and only in real > device (like copying some files in right place or analysing target > system to modify them). Wh

[OpenWrt-Devel] PostInst delayed to real system

2011-08-08 Thread Lukas Macura
Hi to all, in my latest thread, there was discussion about overwriting some config files of one package by another package. Even if it sounds bad, it can be useful in some scenarios. When thinking about this, let us discuss about some theoretical opkg expansion of "postinst.real" or something

Re: [OpenWrt-Devel] Discussion about overwriting config files by another package

2011-08-08 Thread Lukas Macura
Hi Joachim, thank you very much for your help, I will try to expand this discussion more, maybe it will be useful for other maintainers too. First solution is probably easiest, but for modified images, not packages. You are right. Second solution rely on third party default config. Analysin

Re: [OpenWrt-Devel] Discussion about overwriting config files by another package

2011-08-08 Thread Joachim Schlipper
Hi Lukas, as far as I can see, you have three options of how to overwrite package config files: First, you can just create a "files" folder in your buildroot folder. Every file you place there will be copied over automatically right before building the image and after all packages have been built

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-08 Thread Cezary Jackiewicz
Dnia 2011-08-08, o godz. 15:56:17 Maarten Bezemer napisał(a): > It saves about 260kB on the smbd executable size. Good to hear it. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-08 Thread Maarten Bezemer
On Sun, 2011-08-07 at 19:30 +0200, Cezary Jackiewicz wrote: > Dnia 2011-08-06, o godz. 14:57:00 > Maarten Bezemer napisał(a): > > Next: try do not include files from printing/* if SAMBA3_NO_PRINTING > (AVM_NO_PRINTING) is selected. Thanks again for a good suggestion. I added a patch to remove

Re: [OpenWrt-Devel] [PATCHv2 0/3] ubifs on kirkwood (and others)

2011-08-08 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel On 08/08/2011 08:08 PM, Daniel Golle wrote: > Hi Martin, > > the Marvell-version of u-boot doesn't offer direct ubi support. > Assuming you might not want to replace the bootloader, you can first > generate an uImage including an initramdi

Re: [OpenWrt-Devel] [PATCHv2 0/3] ubifs on kirkwood (and others)

2011-08-08 Thread Daniel Golle
Hi Martin, the Marvell-version of u-boot doesn't offer direct ubi support. Assuming you might not want to replace the bootloader, you can first generate an uImage including an initramdisk which got ubiformat (install mtd-utils package from packages feed), boot that via tftp and use it to forma

Re: [OpenWrt-Devel] [PATCHv2 0/3] ubifs on kirkwood (and others)

2011-08-08 Thread Martin Mueller
Hi Daniel, On Fri, Aug 05, 2011 at 02:28:54PM +0200, Daniel Golle wrote: > This updates and syncs tools/mtd-utils and packages/utils/mtd-utils to one > common > codebase. In order to prevent kernel panics I had to use a recent version of > mtd-utils to generate an ubi image on the host and flash