[OpenWrt-Devel] default config for squid, was Autostart of services..

2012-11-10 Thread John Lauro
I think packages can have a postinstall script, and so it should be possible to adjust on a per package basis to have things auto start and set themselfs to enabled. It might makes sense for some packages, but some people probably install "everything" and so you do want to do that for every poss

Re: [OpenWrt-Devel] Autostart of services..

2012-11-10 Thread Jan Lukeš
It's a matter of coherence among other services. Some services might be harmless, but some can pose a security risk. We need to treat them all the same, thus as risk. Anyway. Persistence is just matter of explicitly enabling it. On Sat, Nov 10, 2012 at 6:16 PM, Michael Markstaller wrote: >

[OpenWrt-Devel] What are the criterias for backports into attitude_adjustment?

2012-11-10 Thread Alexander Stadler
Can someone please answer what the criterias for backports into attitude_adjustment are? Jow just closes it as a ticket (https://dev.openwrt.org/ticket/12355). And no response here. Thats not so great for collaboration. In this case I ask because of r33686 and r33687 (r33887), see below. Thanks A

Re: [OpenWrt-Devel] Autostart of services..

2012-11-10 Thread Peter Wagner
also documented here. http://wiki.openwrt.org/doc/techref/initscripts#enable.and.disable On Sat, 10 Nov 2012 18:43:03 +0100 Peter Wagner wrote: > Hi, > > services are only started when an app is installed in some linux > distributions like unbuntu and this is a really weired behavior - imho.

Re: [OpenWrt-Devel] Autostart of services..

2012-11-10 Thread Peter Wagner
Hi, services are only started when an app is installed in some linux distributions like unbuntu and this is a really weired behavior - imho. You can see all available options like this /etc/init.d/boot Syntax: /etc/init.d/boot [command] Available commands: start Start the service

[OpenWrt-Devel] Autostart of services..

2012-11-10 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, first of all: I know this is "intentionally unwanted" currently; still I'd like to start discussing it again: If I i.e. install the snmpd-Package (just one example) I'd think it should be up&running, no need to manually enable it again so it reall

Re: [OpenWrt-Devel] [PATCH 5/7] [preinit] Allow disabling preinit networking

2012-11-10 Thread Daniel Dickinson
On 10/11/2012 8:35 AM, Felix Fietkau wrote: > On 2012-11-09 11:10 PM, Daniel Dickinson wrote: >> This is useful when using vlans as otherwise on boot there is cross-vlan >> leakage > How about fixing the cross-vlan leakage instead? The issue is that when preinit configures the switch, it configur

Re: [OpenWrt-Devel] [PATCH 3/5] Allow MAC address to come from platform data and calibration data from PCI-e EEPROM

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:02 PM, Daniel Dickinson wrote: > There is a router that users the MAC address for wireless from the platform > data > (which gets it from the flash ART partition) and the calibration data from a > PCI-e > card's EEPROM. Here we add support for this. At least for AR9300 the code

Re: [OpenWrt-Devel] [PATCH 1/5] ubdev01 + dlrtdev01: Add support for old PCS devices

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:02 PM, Daniel Dickinson wrote: > > Signed-off-by: Daniel Dickinson > --- > target/linux/ar71xx/generic/profiles/pcs.mk | 29 + > target/linux/ar71xx/image/Makefile | 45 > +++ > 2 files changed, 74 insertions(+) > create mod

Re: [OpenWrt-Devel] [PATCH 7/7] [package] uci: Alternate dir for uci_get and friends

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:10 PM, Daniel Dickinson wrote: > --- > package/uci/files/lib/config/uci.sh |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/package/uci/files/lib/config/uci.sh > b/package/uci/files/lib/config/uci.sh > index db84c83..0002917 100644 > --- a/package

Re: [OpenWrt-Devel] [PATCH 5/7] [preinit] Allow disabling preinit networking

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:10 PM, Daniel Dickinson wrote: > This is useful when using vlans as otherwise on boot there is cross-vlan > leakage How about fixing the cross-vlan leakage instead? - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 3/7] [package] mac80211: Use PCS wifi mac address logic for PCS devices

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:10 PM, Daniel Dickinson wrote: > --- > package/mac80211/files/lib/wifi/mac80211.sh | 38 > --- > 1 file changed, 34 insertions(+), 4 deletions(-) > > diff --git a/package/mac80211/files/lib/wifi/mac80211.sh > b/package/mac80211/files/lib/wifi/mac80211.

Re: [OpenWrt-Devel] [PATCH 2/7] [package] mac80211: Default second radio to 5g if it does 5g and is US or CA regulatory domain

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:10 PM, Daniel Dickinson wrote: > --- > package/mac80211/files/lib/wifi/mac80211.sh |6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/package/mac80211/files/lib/wifi/mac80211.sh > b/package/mac80211/files/lib/wifi/mac80211.sh > index 4ecb419..ad5845b 100644 > ---

Re: [OpenWrt-Devel] [PATCH 1/7] [package] mac80211: Make debugging wireless issues with hostapd a little easier

2012-11-10 Thread Felix Fietkau
On 2012-11-09 11:10 PM, Daniel Dickinson wrote: > --- > package/mac80211/files/lib/wifi/mac80211.sh | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/package/mac80211/files/lib/wifi/mac80211.sh > b/package/mac80211/files/lib/wifi/mac80211.sh > index 4bf035e..4e