Re: [OpenWrt-Devel] [PATCHv2][packages] add libnetconf package

2014-01-06 Thread Bastian Bittorf
* Luka Perkov [06.01.2014 08:49]: > I wanted to create a new feed for management tools (called i like the idea... bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-dev

[OpenWrt-Devel] [PATCH v6] Add sysfixtime init script, replacement of luci_fixtime

2014-01-06 Thread Etienne CHAMPETIER
Simply scan for the most recent file in /etc and set system time to this file modification time if it's in the future It allow some time dependent program to work immediatly without waiting for ntpd to sync v1: v2: bad approach v3: simply scan /etc, thanks to Bastian Bittorf for the idea v4: use s

Re: [OpenWrt-Devel] [PATCH v3] Add sysfixtime init script, replacement of luci_fixtime

2014-01-06 Thread Andreas Mohr
Hi, On Mon, Jan 06, 2014 at 12:00:02PM +0100, openwrt-devel-requ...@lists.openwrt.org wrote: > From: Bastian Bittorf > one note about the approach: if somebody (e.g. the piratebox-guy) > wants to be more accurate, just set up a cronjob which calls e.g. > 'touch /etc/config/system' every 5 minut

Re: [OpenWrt-Devel] [PATCH v6] Add sysfixtime init script, replacement of luci_fixtime

2014-01-06 Thread Sebastian Moeller
Hi Etienne, On Jan 6, 2014, at 13:01 , Etienne CHAMPETIER wrote: > Simply scan for the most recent file in /etc and set > system time to this file modification time if it's in the future > It allow some time dependent program to work immediatly > without waiting for ntpd to sync > > v1: v2: b

Re: [OpenWrt-Devel] [PATCH v6] Add sysfixtime init script, replacement of luci_fixtime

2014-01-06 Thread Stefan Hellermann
Hi Sebastian, this would work only in case you're using squashfs, but there are others like jffs, ubifs and ext4 without overlay. best regards, Stefan 2014/1/6 Sebastian Moeller > Hi Etienne, > > > On Jan 6, 2014, at 13:01 , Etienne CHAMPETIER > wrote: > > > Simply scan for the most recent f

Re: [OpenWrt-Devel] [PATCH v6] Add sysfixtime init script, replacement of luci_fixtime

2014-01-06 Thread Sebastian Moeller
Hi Stefan, On Jan 6, 2014, at 15:06 , Stefan Hellermann wrote: > Hi Sebastian, > > this would work only in case you're using squashfs, but there are others like > jffs, ubifs and ext4 without overlay. Ah, thanks for the explanation. Best Sebastian > > best regards, > Stefa

Re: [OpenWrt-Devel] r38914 breaks multiple WiFi interfaces

2014-01-06 Thread Hans Dedecker
As Bastian pointed it would be helpfull if you add following info to https://dev.openwrt.org/ticket/14590 to facilitate the trouble shooting -hardware in use -running network configuration -the contents of /proc/net/netlink when the problem occurs -output of logread | grep netifd Thx, Hans On Mo

[OpenWrt-Devel] OpenWrt kernel_menuconfig issue? (was: Re: BUG: build fail due to dependency issue (LIB80211_CRYPT_* failed to depend on LIB80211))

2014-01-06 Thread Andreas Mohr
Hi, [CC openwrt-devel, remove linux-kernel] On Mon, Jan 06, 2014 at 03:09:27PM +0100, Johannes Berg wrote: > On Mon, 2014-01-06 at 15:01 +0100, Andreas Mohr wrote: > > > config LIB80211 > > tristate > > > config LIB80211_CRYPT_WEP > > tristate > > > > config LIB80211_CRYPT_CCMP

Re: [OpenWrt-Devel] OpenWrt kernel_menuconfig issue?

2014-01-06 Thread Jo-Philipp Wich
OpenWrt patches the kconfig to explicitely make those symbols visible. Reason for that is to allow disabling unused algs. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:

[OpenWrt-Devel] CONFIG_MODULE_STRIPPED to be considered harmful?

2014-01-06 Thread Andreas Mohr
Hi there, I went on a rather "foreign" excursion with an owrt-based build here (I don't need to elaborate on specifics right? ;), and then kept having issues with udev hotplug auto loading of modules failure on this box [did I manage to hit all search keywords?]. Simple example: MCS7830 usbnet car

[OpenWrt-Devel] setsid is not included by default in busybox, why?

2014-01-06 Thread valent.turko...@gmail.com
Hi, default busybox is missing setsid tool that is used creating bacground daemon processes. Is there a reason why it is not included by default? If there are no good reasons I'll write a simple patch that would include it by default in next build releases. Are you using some other ways to creat