Re: [OpenWrt-Devel] [PATCH] [packages] mosh

2014-02-09 Thread Hauke Mehrtens
On 02/09/2014 06:14 AM, Outback Dingo wrote:
 
 
 
 On Sat, Feb 8, 2014 at 1:22 PM, Hauke Mehrtens ha...@hauke-m.de
 mailto:ha...@hauke-m.de wrote:
 
 On 11/03/2013 06:53 AM, Kyle Anderson wrote:
  This adds mosh-full, mosh-server, and mosh-client packages.
 
  The Entware team has already done the hard work:
 
 
 http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/Makefile?r=1220
 
  All I added was a patch to disabled the check for UTF-8, which is not
  available on our platform. (It works fine with the check disabled)
  https://github.com/keithw/mosh/issues/464
 
  This was originally requested here:
  https://dev.openwrt.org/ticket/12509
 
  This actually does work in conjunction with the openssh-client/server.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662939
 
  Signed-off-by: Kyle Anderson k...@xkyle.com mailto:k...@xkyle.com
 
 
 Thank you for the patch, it was applied in r39541.
 
 
 However it is not showing up in make menuconfig, and a search displays
 no results in menuconfig

It is in the packages feed. You have to run ./scripts/feeds update,
./scripts/feeds install mosh-server to get it. Then you should see it
in menuconfig.

Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-09 Thread Steven Haigh
Is there any further news on this?

Its obviously helping some people - so the question is why?

On 07/02/14 13:49, Luis E. Garcia wrote:
 I'm copying Gabor so that he might help us.
 
 Chirag,
 I'm trying to read the status of the GPIOs by using the
 /sys/class/gpio/export
 
 root@OpenWrt:/# echo 15  /sys/class/gpio/export 
 ash: write error: Device or resource busy
 
 This doesn’t work, as the system complains that resource is busy.
 I do have confirmation from another tester that the patch has now
 enabled the 5GHz radio on his N750
 ( Check comment 25  26 on the following
 page: https://www.crc.id.au/2014/01/10/wd-mynet-n600-n750-openwrt-update/ )
 
 Luis
 
  
 
 
 On Thu, Feb 6, 2014 at 4:59 PM, Luis E. Garcia l...@bitamins.net
 mailto:l...@bitamins.net wrote:
 
 Chirag,
 Can you test the reception on the radios with the patch at r39213.
 Also can you check the behavior of LuCI with revision on the r394xx
 range.
 
 I get better reception on the 5GHz radio and a resposive
 LuCI [Configuration of radios WLan0  WLan1] with the changes made
 on patch r39213.
 Builds with revisons r39217 or later introduce lag on LuCI
 [Configuration of radios WLan0  WLan1] and the radio reception on
 the 5GHz is much lower in my tests.
 
 If you can point me in the right direction to check the state of the
 GPIOs from the console on the router I can test the images and see
 the status, and post back the results.
 
 Luis
 
 
 
 On Thu, Feb 6, 2014 at 4:46 PM, Chirag Chhatriwala
 cchha...@gmail.com mailto:cchha...@gmail.com wrote:
 
 Very strange. I don't have the problem of the router being deaf
 anymore. However further investigation into the code leads me to
 believe that the value is never set to GPIOF_INIT_HIGH. Which is
 confusing. Or am I not seeing the obvious?
 
 ath79_wmac_set_ext_lna_gpio
 
 calls
 
 ar934x_set_ext_lna_gpio 
 
 calls 
 
 gpio_request_one  and sets to GPIOF_DIR_OUT | GPIOF_INIT_LOW for
 the particular LNA GPIO. I reckon we need this to
 be GPIOF_INIT_HIGH in order for this to be in line with Felix's
 original patch.
 
 What bothers me is that if this patch isn't working, how is my
 device able to hear other devices just fine.
 
 I also agree with Felix, that value being passed
 in ath79_wmac_set_ext_lna_gpio as 0 or 1 is simply cosmetic, to
 produce an output of LNA0 or LNA1. It IS then later used to
 select AR934X_GPIO_OUT_EXT_LNA0 or AR934X_GPIO_OUT_EXT_LNA1
 based on the provided value.
 
 I got lost in the ath79_gpio_output_select (maybe this is where
 the magic happens?)
 
 Best Regards,
 Chirag
 
 PS I own 2 N750s and they run in WDS AP and WDS AP+CLIENT mode
 and the devices see each other just fine.
 
 On Thu, Feb 6, 2014 at 5:37 PM, Luis E. Garcia
 l...@bitamins.net mailto:l...@bitamins.net wrote:
 
 
 Images found here:
 http://openwrt.crc.id.au/
 
 
 Steve
 The code you first sent was merged with revision 39213 for
 the N750.
 If I use your image with this patch ( the one marked )
 r39211 - I can get connected with both radios. LuCI responds
 in a timely fashion.
 There is no lag when applying changes.
 
 They cleaned up the code in revision r39217, I couldn't
 find the definition for the function they're using
 ath79_wmac_set_ext_lna_gpio
 But all builds after that have issues with the radios, poor
 performance on the 5GHz radios - LuCI lags on the page that
 setups the WiFi radios.
 
 With the image you have as r39499 with the patch - the
 router behaves as with the r39213 with patch image. ( the
 first fix you sent )
 
 I wanted to verify the state of the GPIOs on the kernel
 under the running linux system - that is why I asked if
 there was a way to verify the State of the GPIOs in your blog.
 
 Luis Garcia
 
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 mailto:openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
 
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 mailto:openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
 
 
 
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 

-- 
Steven Haigh


Re: [OpenWrt-Devel] [PATCH] [packages] mosh

2014-02-09 Thread Outback Dingo
On Sun, Feb 9, 2014 at 5:50 AM, Hauke Mehrtens ha...@hauke-m.de wrote:

 On 02/09/2014 06:14 AM, Outback Dingo wrote:
 
 
 
  On Sat, Feb 8, 2014 at 1:22 PM, Hauke Mehrtens ha...@hauke-m.de
  mailto:ha...@hauke-m.de wrote:
 
  On 11/03/2013 06:53 AM, Kyle Anderson wrote:
   This adds mosh-full, mosh-server, and mosh-client packages.
  
   The Entware team has already done the hard work:
  
 
 http://code.google.com/p/wl500g-repo/source/browse/feeds/rtndev/mosh/Makefile?r=1220
  
   All I added was a patch to disabled the check for UTF-8, which is
 not
   available on our platform. (It works fine with the check disabled)
   https://github.com/keithw/mosh/issues/464
  
   This was originally requested here:
   https://dev.openwrt.org/ticket/12509
  
   This actually does work in conjunction with the
 openssh-client/server.
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662939
  
   Signed-off-by: Kyle Anderson k...@xkyle.com mailto:
 k...@xkyle.com
  
 
  Thank you for the patch, it was applied in r39541.
 
 
  However it is not showing up in make menuconfig, and a search displays
  no results in menuconfig

 It is in the packages feed. You have to run ./scripts/feeds update,
 ./scripts/feeds install mosh-server to get it. Then you should see it
 in menuconfig.


thats what i get for working at 430AM without caffeine... anyway.
thanks, building now



 Hauke


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin

2014-02-09 Thread Hauke Mehrtens
On 12/07/2013 05:54 PM, John Vogel wrote:
 This submittal is version 2, to replace previous submittal:
   [PATCH][packages]gst-plugins-bad: disable building ivorbis plugin.
 
 The configuration of gst-plugins-base must disable testing for ogg, causing 
 ivorbis to be enabled erroneously.
 
 This patch explisitely disables ivorbis at configure which fixes build.
 
 Signed-off-by John Vogel jvog...@stny.rr.com
 
 --
Thank you for the patch, it was applied in r39545.

Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] [packages] alpine: update to 2.11

2014-02-09 Thread Antti Seppälä
Update Alpine to 2.11. Also switch to use .tar.xz package.

Signed-off-by: Antti Seppälä a.sepp...@gmail.com
---
 mail/alpine/Makefile | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile
index a46d57e..a01e9ac 100644
--- a/mail/alpine/Makefile
+++ b/mail/alpine/Makefile
@@ -8,14 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=alpine
-PKG_VERSION:=2.10
+PKG_VERSION:=2.11
 PKG_RELEASE:=1
 
-PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/patches/alpine-2.10/
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).clean.tar.lzma
-PKG_MD5SUM:=727a6eaa577857b98ea74fac6ea42a25
+PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/release/src/
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_MD5SUM:=a3bba218787691080d706b36215eec06
 
-PKG_CAT:=lzcat
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
-- 
1.8.3.2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] [packages] alpine: update to 2.11

2014-02-09 Thread Hauke Mehrtens
On 02/09/2014 03:01 PM, Antti Seppälä wrote:
 Update Alpine to 2.11. Also switch to use .tar.xz package.
 
 Signed-off-by: Antti Seppälä a.sepp...@gmail.com
 ---
  mail/alpine/Makefile | 9 -
  1 file changed, 4 insertions(+), 5 deletions(-)
 

Thank you for the patch, it was applied in r39551.

Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Freeswitch sounds take 400 MB disk space for each target platform (and for each imagebuilder?)

2014-02-09 Thread Hannu Nyman
I noticed buildbot's out of disk space error for ar71xx build a few days ago 
and looked a bit into the packages directory. When looking for the largest 
files I noticed the sound files for the freeswitch package.


The size of those sounds files is about 400 MB. They form optional modules 
that are properly named and created for each platform. But the sound content 
should be the same for each platform, right?


freeswitch-sounds-en-08KHz_1.5.6b-40c1053_ather..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-en-08KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2818410980
freeswitch-sounds-en-16KHz_1.5.6b-40c1053_ather..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-en-16KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2836683054
freeswitch-sounds-en-32KHz_1.5.6b-40c1053_ather..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-en-32KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2872053976
freeswitch-sounds-en-48KHz_1.5.6b-40c1053_ather..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-en-48KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:29   103906092
freeswitch-sounds-moh-08KHz_1.5.6b-40c1053_athe..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-moh-08KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2914124623
freeswitch-sounds-moh-16KHz_1.5.6b-40c1053_athe..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-moh-16KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2927241975
freeswitch-sounds-moh-32KHz_1.5.6b-40c1053_athe..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-moh-32KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2952290300
freeswitch-sounds-moh-48KHz_1.5.6b-40c1053_athe..  
http://downloads.openwrt.org/snapshots/trunk/atheros/packages/freeswitch-sounds-moh-48KHz_1.5.6b-40c1053_atheros.ipk
  09-Feb-2014 00:2975236146

It seems to me that identical huge sound files are included for each 
platform. Additionally I assume that the same sound modules are also 
included in the imagebuilder for each platform. As the size of the 
imagebuilder for ar71xx is about 770 MB, it seems to me that those Freeswitch 
sound files make more than half of the size, if they are included (as I 
assume them to be).


Together the sound modules and their imagebuilder copies take about 0,8 GB 
for each platform.


From resource usage perspective this seems like waste, especially regarding 
the imagebuilder. Freeswitch is not that widely used...


Could there be just centralised platform-independent sound files to be 
downloaded?

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-09 Thread Catalin Patulea
Upstream changelog:
https://matt.ucc.asn.au/dropbear/CHANGES

Notably, this adds elliptic curve cryptography (ECC) support.

dropbear mips 34kc uClibc binary size:
before: 161,672 bytes
after: 198,008

Signed-off-by: Catalin Patulea c...@vv.carleton.ca
---
 package/network/services/dropbear/Makefile |4 ++--
 .../dropbear/patches/100-pubkey_path.patch |4 ++--
 .../dropbear/patches/110-change_user.patch |2 +-
 .../dropbear/patches/120-openwrt_options.patch |   21 ++--
 .../dropbear/patches/140-disable_assert.patch  |2 +-
 .../patches/150-dbconvert_standalone.patch |6 +++---
 .../dropbear/patches/200-lcrypt_bsdfix.patch   |8 
 .../dropbear/patches/500-set-default-path.patch|2 +-
 8 files changed, 20 insertions(+), 29 deletions(-)

diff --git a/package/network/services/dropbear/Makefile 
b/package/network/services/dropbear/Makefile
index 02be761..b593198 100644
--- a/package/network/services/dropbear/Makefile
+++ b/package/network/services/dropbear/Makefile
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dropbear
-PKG_VERSION:=2013.59
+PKG_VERSION:=2013.62
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:= \
http://matt.ucc.asn.au/dropbear/releases/ \
https://dropbear.nl/mirror/releases/
-PKG_MD5SUM:=6c1e6c2c297f4034488ffc95e8b7e6e9
+PKG_MD5SUM:=ca2c7932a1399cf361f795aaa3843998
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE libtomcrypt/LICENSE libtommath/LICENSE
diff --git a/package/network/services/dropbear/patches/100-pubkey_path.patch 
b/package/network/services/dropbear/patches/100-pubkey_path.patch
index c1802f5..456874b 100644
--- a/package/network/services/dropbear/patches/100-pubkey_path.patch
+++ b/package/network/services/dropbear/patches/100-pubkey_path.patch
@@ -1,6 +1,6 @@
 --- a/svr-authpubkey.c
 +++ b/svr-authpubkey.c
-@@ -209,17 +209,21 @@ static int checkpubkey(unsigned char* al
+@@ -208,17 +208,21 @@ static int checkpubkey(unsigned char* al
goto out;
}
  
@@ -33,7 +33,7 @@
if (authfile == NULL) {
goto out;
}
-@@ -372,26 +376,35 @@ static int checkpubkeyperms() {
+@@ -371,26 +375,35 @@ static int checkpubkeyperms() {
goto out;
}
  
diff --git a/package/network/services/dropbear/patches/110-change_user.patch 
b/package/network/services/dropbear/patches/110-change_user.patch
index 48228ea..fa608e7 100644
--- a/package/network/services/dropbear/patches/110-change_user.patch
+++ b/package/network/services/dropbear/patches/110-change_user.patch
@@ -1,6 +1,6 @@
 --- a/svr-chansession.c
 +++ b/svr-chansession.c
-@@ -889,12 +889,12 @@ static void execchild(void *user_data) {
+@@ -890,12 +890,12 @@ static void execchild(void *user_data) {
/* We can only change uid/gid as root ... */
if (getuid() == 0) {
  
diff --git 
a/package/network/services/dropbear/patches/120-openwrt_options.patch 
b/package/network/services/dropbear/patches/120-openwrt_options.patch
index 9300a27..1b5c5cb 100644
--- a/package/network/services/dropbear/patches/120-openwrt_options.patch
+++ b/package/network/services/dropbear/patches/120-openwrt_options.patch
@@ -1,6 +1,6 @@
 --- a/options.h
 +++ b/options.h
-@@ -38,7 +38,7 @@
+@@ -41,7 +41,7 @@
   * Both of these flags can be defined at once, don't compile without at least
   * one of them. */
  #define NON_INETD_MODE
@@ -9,16 +9,7 @@
  
  /* Setting this disables the fast exptmod bignum code. It saves ~5kB, but is
   * perhaps 20% slower for pubkey operations (it is probably worth 
experimenting
-@@ -49,7 +49,7 @@
- several kB in binary size however will make the symmetrical ciphers and hashes
- slower, perhaps by 50%. Recommended for small systems that aren't doing
- much traffic. */
--/*#define DROPBEAR_SMALL_CODE*/
-+#define DROPBEAR_SMALL_CODE
- 
- /* Enable X11 Forwarding - server only */
- #define ENABLE_X11FWD
-@@ -78,7 +78,7 @@ much traffic. */
+@@ -81,7 +81,7 @@ much traffic. */
  
  /* Enable Netcat mode option. This will forward standard input/output
   * to a remote TCP-forwarded connection */
@@ -27,7 +18,7 @@
  
  /* Whether to support -c and -m flags to choose ciphers/MACs at runtime */
  #define ENABLE_USER_ALGO_LIST
-@@ -92,8 +92,8 @@ much traffic. */
+@@ -95,8 +95,8 @@ much traffic. */
  #define DROPBEAR_AES256
  /* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
  /*#define DROPBEAR_BLOWFISH*/
@@ -38,7 +29,7 @@
  
  /* Enable Counter Mode for ciphers. This is more secure than normal
   * CBC mode against certain attacks. This adds around 1kB to binary 
-@@ -119,7 +119,7 @@ much traffic. */
+@@ -122,7 +122,7 @@ much traffic. */
   * If you disable MD5, Dropbear will fall back to SHA1 fingerprints,
   * which are not the standard form. */
  #define DROPBEAR_SHA1_HMAC
@@ -47,7 +38,7 @@
  /*#define DROPBEAR_SHA2_256_HMAC*/
  /*#define DROPBEAR_SHA2_512_HMAC*/
  #define DROPBEAR_MD5_HMAC
-@@ 

[OpenWrt-Devel] [PATCH] Remove luci_fixtime, this as been replaced in openwrt by sysfixtime

2014-02-09 Thread Etienne CHAMPETIER
see r39422, https://dev.openwrt.org/changeset/39422

Signed-off-by: Etienne CHAMPETIER etienne.champet...@free.fr
---
 contrib/package/luci/Makefile   |  4 
 modules/admin-core/ipkg/postinst|  1 -
 modules/admin-core/root/etc/init.d/luci_fixtime | 16 
 3 files changed, 21 deletions(-)
 delete mode 100755 modules/admin-core/root/etc/init.d/luci_fixtime

diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 7706645..ad98c0a 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -257,10 +257,6 @@ define module
 endef
 
 
-define Package/luci-mod-admin-core/extra-install
-   touch $(1)/etc/init.d/luci_fixtime || true
-endef
-
 $(eval $(call module,admin-core,Web UI Core module,+luci-lib-web 
+luci-proto-core +luci-i18n-english))
 $(eval $(call module,admin-mini,LuCI Essentials - stripped down and 
user-friendly,+luci-mod-admin-core @BROKEN))
 $(eval $(call module,admin-full,LuCI Administration - full-featured for full 
control,+luci-mod-admin-core +luci-lib-ipkg))
diff --git a/modules/admin-core/ipkg/postinst b/modules/admin-core/ipkg/postinst
index a756b5b..58d1471 100755
--- a/modules/admin-core/ipkg/postinst
+++ b/modules/admin-core/ipkg/postinst
@@ -1,7 +1,6 @@
 #!/bin/sh
 
 [ -n ${IPKG_INSTROOT} ] || {
-   /etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
/etc/init.d/luci_dhcp_migrate enabled || /etc/init.d/luci_dhcp_migrate 
enable
exit 0
 }
diff --git a/modules/admin-core/root/etc/init.d/luci_fixtime 
b/modules/admin-core/root/etc/init.d/luci_fixtime
deleted file mode 100755
index 154a786..000
--- a/modules/admin-core/root/etc/init.d/luci_fixtime
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh /etc/rc.common
-
-START=05
-STOP=95
-
-start() {
-   cat ' EOF' | lua -l luci.fs -l luci.util -
-   if (os.time()  10) then
-   os.execute('date -s ' .. os.date('%Y%m%d%H%M', 
luci.fs.mtime(/etc/init.d/luci_fixtime)))
-   end
-   EOF
-}
-
-stop() {
-   [[ -w /etc/init.d/luci_fixtime ]]  cat /dev/null  
/etc/init.d/luci_fixtime  touch /etc/init.d/luci_fixtime
-}
-- 
1.8.5.3
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Always install /etc/zabbix_agentd.conf.d dir for zabbix-agentd

2014-02-09 Thread Etienne CHAMPETIER
I patched the conf file to use this dir (so zabbix-extra-* work right away),
but it is not created unless we select a zabbix-extra-*,
thus preventing default conf from working
Reported by Jiri Slachta in his patch zabbix: update to 2.2.0

Signed-off-by: Etienne CHAMPETIER etienne.champet...@free.fr
---
 admin/zabbix/Makefile | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile
index 9088447..9c53810 100644
--- a/admin/zabbix/Makefile
+++ b/admin/zabbix/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zabbix
 PKG_VERSION:=2.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/zabbix
@@ -146,11 +146,11 @@ endef
 
 define Package/zabbix/install/zabbix.conf.d
$(INSTALL_DIR) \
-   $(1)/etc/zabbix_$(2).conf.d
+   $(1)/etc/zabbix_agentd.conf.d
 
$(INSTALL_BIN) \
-   ./files/$(3) \
-   $(1)/etc/zabbix_$(2).conf.d/$(3)
+   ./files/$(2) \
+   $(1)/etc/zabbix_agentd.conf.d/$(2)
 endef
 
 define Package/zabbix-agent/conffiles
@@ -193,24 +193,25 @@ define Package/zabbix-agent/install
 endef
 
 define Package/zabbix-agentd/install
+   $(INSTALL_DIR) $(1)/etc/zabbix_agentd.conf.d
$(call Package/zabbix/install/sbin,$(1),agentd)
$(call Package/zabbix/install/etc,$(1),agentd)
$(call Package/zabbix/install/init.d,$(1),agentd)
 endef
 
 define Package/zabbix-extra-mac80211/install
-   $(call Package/zabbix/install/zabbix.conf.d,$(1),agentd,mac80211)
+   $(call Package/zabbix/install/zabbix.conf.d,$(1),mac80211)
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) 
$(PKG_BUILD_DIR)/zabbix-extra-mac80211/zabbix_helper_mac80211 $(1)/usr/bin/
chmod 4755 $(1)/usr/bin/zabbix_helper_mac80211
 endef
 
 define Package/zabbix-extra-network/install
-   $(call Package/zabbix/install/zabbix.conf.d,$(1),agentd,network)
+   $(call Package/zabbix/install/zabbix.conf.d,$(1),network)
 endef
 
 define Package/zabbix-extra-wifi/install
-   $(call Package/zabbix/install/zabbix.conf.d,$(1),agentd,wifi)
+   $(call Package/zabbix/install/zabbix.conf.d,$(1),wifi)
 endef
 
 define Package/zabbix-sender/install
-- 
1.8.5.3
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] OpenWrt signaling early boot cycle (blinking LED) all the time on 1st boot

2014-02-09 Thread Chirag Chhatriwala
This is happening on my hardware/routers as well upon fresh install of
OpenWrt factory images (have not tested sysupgrade).
Hardware: WD My Net N750
LED keeps blinking during boot immediately after the flash and never stops
blinking (Until reboot).


On Fri, Feb 7, 2014 at 6:36 PM, Rafał Miłecki zaj...@gmail.com wrote:

 I'm using bcm47xx.

 On the first boot after installation OpenWrt starts linking my LED and
 never stops. It starts around
  Press the [f] key and hit [enter] to enter failsafe mode
  Press the [1], [2], [3] or [4] key and hit [enter] to select the debug
 level

 Ofc I was waiting for few minutes, even after preparing JFFS2
 partition LED keeps blinking.

 On another boot this problem doesn't occur.

 My guess is that set_state (/etc/diag.sh) is never called with done
 argument on the first boot.

 --
 Rafał
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-09 Thread Chirag Chhatriwala
On Sun, Feb 9, 2014 at 5:54 AM, Steven Haigh net...@crc.id.au wrote:

 Is there any further news on this?

 Its obviously helping some people - so the question is why?

 --
 Steven Haigh

 Email: net...@crc.id.au
 Web: https://www.crc.id.au
 Phone: (03) 9001 6090 - 0412 935 897
 Fax: (03) 8338 0299


 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


I just flashed r39535 without modifying any code.
I've attached my build procedure:
build_mynet.txt: commands issued to retrieve source code and then take
necessary steps to build
build_config_mynet.txt: I have a pre-determined set of packages I always
like to include. I just copy this file into the (as you will see in the
build_mynet.txt) and let make defconfig work its magic.

 So far, I haven't seen any issues with my routers not seeing any clients
or vice versa.
I run my WiFi as follows (country US):
2.4GHz Channel 3 HT40+ (noscan enabled)
5GHz Channel 149 HT40+ (noscan enabled)

I have two N750s as I've stated. None of them exhibit any issues.
I am still stumped as to the code
in 613-MIPS-ath79-add-ath79_wmac_setup_ext_lna_gpio-helper.patch (Line 28):

err = gpio_request_one(gpio, GPIOF_DIR_OUT | *GPIOF_INIT_LOW*, label);

Only one who can solve this mystery is Gabor since he refactored the code
and added this patch to initialize that particular GPIO with those flags.

Thanks,
Chirag
CONFIG_TARGET_ar71xx=y
CONFIG_TARGET_ar71xx_generic=y
CONFIG_TARGET_ar71xx_generic_MYNETN750=y

CONFIG_IMAGEOPT=y
CONFIG_PREINITOPT=y

CONFIG_PACKAGE_block-mount=y
CONFIG_BUSYBOX_CUSTOM=y
CONFIG_BUSYBOX_CONFIG_WHOAMI=y
CONFIG_PACKAGE_wireless-tools=y

CONFIG_PACKAGE_kmod-scsi-generic=y

CONFIG_PACKAGE_kmod-fs-ext4=y
CONFIG_PACKAGE_kmod-fs-ntfs=y
CONFIG_PACKAGE_kmod-fs-vfat=y

CONFIG_PACKAGE_kmod-ledtrig-usbdev=y

CONFIG_PACKAGE_kmod-nls-cp437=y
CONFIG_PACKAGE_kmod-nls-cp850=y
CONFIG_PACKAGE_kmod-nls-iso8859-1=y
CONFIG_PACKAGE_kmod-nls-utf8=y

CONFIG_PACKAGE_kmod-usb-ohci=y
CONFIG_PACKAGE_kmod-usb-storage-extras=y
CONFIG_PACKAGE_kmod-usb-uhci=y

CONFIG_ATH_USER_REGD=y

CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_luci-app-ddns=y
CONFIG_PACKAGE_luci-app-ntpc=y
CONFIG_PACKAGE_luci-app-upnp=y
CONFIG_PACKAGE_luci-theme-openwrt=y
CONFIG_PACKAGE_luci-sgi-uhttpd=y

CONFIG_PACKAGE_openssh-sftp-server=y

CONFIG_PACKAGE_asterisk11=y
CONFIG_PACKAGE_asterisk11-chan-motif=y
CONFIG_PACKAGE_asterisk11-codec-alaw=y
CONFIG_PACKAGE_asterisk11-codec-g722=y
CONFIG_PACKAGE_asterisk11-codec-gsm=y
CONFIG_PACKAGE_asterisk11-codec-ulaw=y
CONFIG_PACKAGE_asterisk11-func-cut=y
CONFIG_PACKAGE_asterisk11-func-db=y
CONFIG_PACKAGE_asterisk11-res-srtp=y
CONFIG_PACKAGE_asterisk11-res-xmpp=y
CONFIG_PACKAGE_asterisk11-sounds=y

CONFIG_PACKAGE_yate=y
CONFIG_PACKAGE_yate-mod-accfile=y
CONFIG_PACKAGE_yate-mod-gvoice=y
CONFIG_PACKAGE_yate-mod-jabberclient=y
CONFIG_PACKAGE_yate-mod-jbfeatures=y
CONFIG_PACKAGE_yate-mod-openssl=y
CONFIG_PACKAGE_yate-mod-regexroute=y
CONFIG_PACKAGE_yate-mod-regfile=y
CONFIG_PACKAGE_yate-mod-rmanager=y
CONFIG_PACKAGE_yate-mod-sipfeatures=y
CONFIG_PACKAGE_yate-mod-tonegen=y
CONFIG_PACKAGE_yate-mod-yjinglechan=y
CONFIG_PACKAGE_yate-mod-yrtpchan=y
CONFIG_PACKAGE_yate-mod-ysipchan=y
CONFIG_PACKAGE_yate-mod-ystunchan=y
CONFIG_PACKAGE_yate-sounds=y

CONFIG_PACKAGE_e2fsprogs=y
CONFIG_PACKAGE_ntfs-3g=y

CONFIG_PACKAGE_blkid=y
CONFIG_PACKAGE_fdisk=y
CONFIG_PACKAGE_swap-utils=y
# CONFIG_PACKAGE_coreutils is not set
# CONFIG_PACKAGE_coreutils-whoami is not set
CONFIG_PACKAGE_usbutils=y

CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh=y
git clone git://git.openwrt.org/openwrt.git mynet  \
cd mynet  \
./scripts/feeds update -a  \
./scripts/feeds install -a  \
cp ~/diskstation/router/configs/build_config_mynet.txt .config  \
make defconfig  \
grep = .config | sort  ~/mynet.txt.new  \
date  \
ionice -c 3 nice -n19 make -j 5  \
date  \
cp bin/ar71xx/openwrt-ar71xx-generic-mynet-n750-squashfs-* 
~/diskstation/router/builds
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] MyNET N750 - Actually turn the LNA on.

2014-02-09 Thread Luis E. Garcia
Steve, Chirag,
I'll be testing the signal strength on both bands this week ( I don't want
to rush any results, while we wait for Gabor's answer).

For the test I'll use 3 firmware images:
- original WD N750 firmware (latest version).
- r39542 with patch.
- r39542 without patch.

I'll take note of the signal strength in dB (RSI) and also do a short
speedtest on a file transfer.

Luis
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel