Re: [OpenWrt-Devel] Reversing milking machine (console server)

2010-09-26 Thread Mark Kelly
I think what you really want is the net/ser2net package.


On Sep 26, 2010, at 2:58 AM, Benjamin Henrion b...@udev.org wrote:

 On Sun, Sep 26, 2010 at 8:41 AM, Philip Prindeville
 philipp_s...@redfish-solutions.com wrote:
  On 9/26/10 12:34 AM, Benjamin Henrion wrote:

 On Sun, Sep 26, 2010 at 2:12 AM, Philip Prindeville
 philipp_s...@redfish-solutions.com  wrote:

  Hi.

 I have a box (a net5501 with a Perle serial octal RS-232 card in  
 it) that
 I
 want to use as a console server for a bunch of headless computers.

 I was wondering if there's a trivial app that I can run as the  
 shell that
 ssh (or telnet) would run, example:

 #!/bin/bash

 port=$(echo $SSH_CONNECT | cut -d' ' -f4)

 let -i tty=$port-2000

 ttyname=$(printf /dev/ttyS%02d $tty)

 (stty 19200 ; \
  termserv)$ttyname$ttyname

 exit

 I could write one from scratch, but if someone already has, that  
 would be
 even better.

 You want to push commands through the telnet interface?

 Try expect, or even netcat, I used it in owrtconfig to push commands
 to openwrt boxes opened in telnet.


 No, not really pushing commands...  I just need to be able hop on the
 console of a rebooting box and type 'y' for an fsck prompt, or see  
 why a box
 panicked, etc.

 My solution:

 1. Disable the OpenWRT serial port by modifying the kernel boot
 arguments, so that the system does not ouput on its serial port
 2. Use this serial port with screen to access a device like this:

 screen /dev/ttyS0 19200

 --
 Benjamin Henrion bhenrion at ffii.org
 FFII Brussels - +32-484-566109 - +32-2-4148403
 In July 2005, after several failed attempts to legalise software
 patents in Europe, the patent establishment changed its strategy.
 Instead of explicitly seeking to sanction the patentability of
 software, they are now seeking to create a central European patent
 court, which would establish and enforce patentability rules in their
 favor, without any possibility of correction by competing courts or
 democratically elected legislators.
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Fwd: [PATCH] Upgrade OpenVPN to version 2.1.1

2010-03-12 Thread Mark Kelly
This upgrades the OpenVPN package from 2.1.0 to 2.1.1

Signed-off-by: Mark Kelly  mekelly5 .at. gmail .dot. com

Index: packages/net/openvpn/Makefile
===
--- packages/net/openvpn/Makefile (revision 20156)
+++ packages/net/openvpn/Makefile (working copy)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk

 PKG_NAME:=openvpn
-PKG_VERSION:=2.1.0
+PKG_VERSION:=2.1.1
 PKG_RELEASE:=1

 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn
-PKG_MD5SUM:=452a83326ae198cf961e9ae02539c8fb
+PKG_MD5SUM:=b273ed2b5ec8616fb9834cde8634bce7

 PKG_INSTALL:=1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [Patch] Fix typo inittab

2009-11-03 Thread Mark Kelly

There is a typo in /etc/inittab for the second serial port. This patch
fixes that typo and allow logins from the second port.

Signed-off-by: Mark Kelly

Index: package/base-files/files/etc/inittab
===
--- package/base-files/files/etc/inittab (revision 18289)
+++ package/base-files/files/etc/inittab (working copy)
@@ -2,4 +2,4 @@
::shutdown:/etc/init.d/rcS K stop
tts/0::askfirst:/bin/ash --login
ttyS0::askfirst:/bin/ash --login
-tty1::askfirst:/bin/ash --login
+ttyS1::askfirst:/bin/ash --login

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


Re: [OpenWrt-Devel] [patch] add package opencv

2008-08-27 Thread Mark Kelly
this patch fails for me,

:/opt/openwrt/k1$ make package/opencv-prepare V=99
make[1]: Entering directory `/opt/openwrt/k1'
make[2]: Entering directory `/opt/openwrt/packages/libs/opencv'
Makefile:77: *** missing separator.  Stop.
make[2]: Leaving directory `/opt/openwrt/packages/libs/opencv'
make[1]: *** [package/opencv/prepare] Error 2
make[1]: Leaving directory `/opt/openwrt/k1'
make: *** [package/opencv-prepare] Error 2


On Wed, 2008-08-27 at 10:52 -0400, Bruno Randolf wrote:

 this adds the opencv (open source computer vision) libraries
 
 Index: package/opencv/Makefile
 ===
 --- package/opencv/Makefile (revision 0)
 +++ package/opencv/Makefile (revision 0)
 @@ -0,0 +1,77 @@
 +#
 +# Copyright (C) 2006-2008 OpenWrt.org
 +#
 +# This is free software, licensed under the GNU General Public License v2.
 +# See /LICENSE for more information.
 +#
 +# $Id: Makefile 10884 2008-04-20 11:07:12Z nico $
 +
 +include $(TOPDIR)/rules.mk
 +
 +PKG_NAME:=opencv
 +PKG_VERSION:=CVS
 +PKG_RELEASE:=0
 +
 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 +
 +## stable release
 +#PKG_VERSION:=1.0.0
 +#PKG_SOURCE_URL:[EMAIL PROTECTED]/opencvlibrary
 +
 +## CVS version (latest) - will have to fix to date (TODO)
 +PKG_SOURCE_PROTO:=cvs
 +PKG_SOURCE_URL:=:pserver:opencvlibrary.cvs.sourceforge.net:/cvsroot/opencvlibrary
 +PKG_SOURCE_SUBDIR:=opencv
 +PKG_SOURCE_VERSION:=HEAD
 +PKG_BUILD_DIR:=$(BUILD_DIR)/opencv
 +
 +PKG_FIXUP = libtool
 +
 +include $(INCLUDE_DIR)/package.mk
 +
 +define Package/opencv
 +  SECTION:=multimedia
 +  CATEGORY:=Multimedia
 +  DEPENDS:=+libjpeg +libpng +libffmpeg
 +  MAINTAINER:=Bruno Randolf [EMAIL PROTECTED]
 +  TITLE:=OpenCV
 +endef
 +
 +define Package/opencv/description
 + OpenCV (Open Source Computer Vision) is a library of programming functions
 + mainly aimed at real time computer vision.
 +endef
 +
 +CONFIGURE_ARGS += \
 +   --enable-static \
 +   --enable-shared \
 +   --disable-debug \
 +   --disable-apps \
 +   --without-swig \
 +   --without-python \
 +   --without-1394libs \
 +   --without-imageio \
 +   --without-quicktime \
 +   --without-carbon \
 +   --without-gtk \
 +   --without-gthread
 +
 +define Build/Compile
 +   $(MAKE) -C $(PKG_BUILD_DIR) \
 +   DESTDIR=$(PKG_INSTALL_DIR) \
 +   all install
 +endef
 +
 +define Build/InstallDev
 +   mkdir -p $(1)/usr/include
 +   $(CP) $(PKG_INSTALL_DIR)/usr/include/opencv $(1)/usr/include/
 +   mkdir -p $(1)/usr/lib
 +   $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} $(1)/usr/lib/
 +endef
 +
 +define Package/opencv/install
 +   $(INSTALL_DIR) $(1)/usr/lib
 +   $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*.so.* $(1)/usr/lib/
 +endef
 +
 +$(eval $(call BuildPackage,opencv))
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Upgrade OLSR to 0.5.6 final

2008-08-25 Thread Mark Kelly
Upgrades OLSR to final 0.5.6 release.

Signed off by: Mark Kelly

===
--- net/olsrd/Makefile  (revision 12389)
+++ net/olsrd/Makefile  (working copy)
@@ -9,13 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=olsrd
-PKG_VERSION:=0.5.6-rc7
+PKG_VERSION:=0.5.6
 PKG_RELEASE:=1
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.olsr.org/releases/0.5
-PKG_MD5SUM:=10fbf796792d51eda735d171b6c86941
+PKG_MD5SUM:=918a4d43eebb6d62889ecedb941c2029
 
 include $(INCLUDE_DIR)/package.mk

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


[OpenWrt-Devel] batman and Kernel 2.6.26-rc8rc9

2008-07-14 Thread Mark Kelly
The batman layer3 kernel module does not appear to compile on the
2.6.26-rc8  rc9 kernels.  Is this a known bug?


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


Re: [OpenWrt-Devel] How to make a usb GPS work

2008-05-29 Thread Mark Kelly
You do not need any garmin drivers, as long as the device is set to
standard NEMA output, you can install picocom and see the stream. 

#picocom -b4800 /dev/tts/0

If it's stuck in binary mode you want see any useful info.

sirfmon is in gpsd utilities and will switch the device back to NMEA
mode so you can see the stream, but sirfmon is not in the gpsd package
for openwrt, you will need to interface with your pc to put it in NMEA
mode.





On Thu, 2008-05-29 at 13:54 -0700, Geoff Levand wrote:

 Massimiliano Marcon wrote:
  Hello,
  
  I'm trying to make a usb GPS (Garmin18) work with a linksys wrtsl54gs.
  I'm running on it whiterussian 0.9. I installed the packages
  kmod-usb-serial and kmod-usb-serial-pl2303, now as soon as I connect it
  to the usb port I see it as /dev/usb/tts/0, and dmesg says:
  usbserial.c: Generic converter detected
  usbserial.c: Generic converter now attached to ttyUSB0 (or usb/tts/0 for
  devfs)
  
  So in theory I should be able to invoke a cat /dev/usb/tts/0 and see
  something, instead I don't see anything. If i run gpsd, the daemon which
  get data from a gps device I don't get any information as well.
  
  Any idea about this issue?
 
 This is not specific to OpenWRT.  You need to use the garmin driver
 garmin_gps.  It emulates a serial device.  Look for it using the
 lsmod command.
 
 You need to send the device a command before it will send back data, so
 a cat will not work.
 
 -Geoff
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Generic Gpio Support Status

2008-05-23 Thread Mark Kelly
what is the status of the new generic gpio support?   In the current
trunk build, I am not seeing the /dev/gpio node being built when the
settings are enabled at least not on IXP4XX (Avila gw2345).  I know this
was working in my 2.6.23 builds, but I'm unsure if I've missed a setting
in the new 2.6.25.x kernel?
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Mark Kelly
Yes, but that hasn't caused me issues in the past.  I'll give it a try
without to see if it changes anything.



On Wed, 2008-04-30 at 14:37 +0200, Oliver Ertl wrote:

  I'm suddenly having difficulties compiling the latest trunk, and it
  seems to fail on random packages. 
  
  It always fails with an error like this, but it seems to be on a
  different package everytime.
 
 Do you use parallel-building?
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Mark Kelly
I doubt this is related to the problem I was seeing, but 2.6.25 is
having kernel compile issues on IXP4XX with the latest updates

net/ipv4/netfilter/ipt_time.c: In function 'checkentry':
net/ipv4/netfilter/ipt_time.c:97: error: 'NF_IP_PRE_ROUTING' undeclared
(first use in this function)
net/ipv4/netfilter/ipt_time.c:97: error: (Each undeclared identifier is
reported only once
net/ipv4/netfilter/ipt_time.c:97: error: for each function it appears
in.)
net/ipv4/netfilter/ipt_time.c:97: error: 'NF_IP_LOCAL_IN' undeclared
(first use in this function)
net/ipv4/netfilter/ipt_time.c:97: error: 'NF_IP_FORWARD' undeclared
(first use in this function)
net/ipv4/netfilter/ipt_time.c:97: error: 'NF_IP_LOCAL_OUT' undeclared
(first use in this function)
make[8]: *** [net/ipv4/netfilter/ipt_time.o] Error 1
make[7]: *** [net/ipv4/netfilter] Error 2
make[6]: *** [net/ipv4] Error 2
make[5]: *** [net] Error 2
make[5]: Leaving directory
`/opt/openwrt/k1/build_dir/linux-ixp4xx_generic/linux-2.6.25'
make[4]: ***
[/opt/openwrt/k1/build_dir/linux-ixp4xx_generic/linux-2.6.25/.modules]
Error 2
make[4]: Leaving directory `/opt/openwrt/k1/target/linux/ixp4xx'
make[3]: *** [compile] Error 2
make[3]: Leaving directory `/opt/openwrt/k1/target/linux'
make[2]: *** [target/linux/compile] Error 2
make[2]: Leaving directory `/opt/openwrt/k1'
make[1]: *** [/opt/openwrt/k1/staging_dir/armeb/stamp/.target_compile]
Error 2
make[1]: Leaving directory `/opt/openwrt/k1'
make: *** [world] Error 2




On Wed, 2008-04-30 at 08:41 -0400, Mark Kelly wrote:

 Yes, but that hasn't caused me issues in the past.  I'll give it a try
 without to see if it changes anything.
 
 
 
 On Wed, 2008-04-30 at 14:37 +0200, Oliver Ertl wrote: 
 
   I'm suddenly having difficulties compiling the latest trunk, and it
   seems to fail on random packages. 
   
   It always fails with an error like this, but it seems to be on a
   different package everytime.
  
  Do you use parallel-building?
  ___
  openwrt-devel mailing list
  openwrt-devel@lists.openwrt.org
  http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
  
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] trouble compiling latest trunk

2008-04-29 Thread Mark Kelly
I'm suddenly having difficulties compiling the latest trunk, and it
seems to fail on random packages. 

It always fails with an error like this, but it seems to be on a
different package everytime.

Packaged contents
of /opt/openwrt/k1/build_dir/armeb/ntp-4.2.4p4/ipkg/ntpd
into /opt/openwrt/k1/bin/packages/armeb/ntpd_4.2.4p4-4_armeb.ipk
WARNING: skipping ntpdate -- package not selected
WARNING: skipping ntp-utils -- package not selected
make[3]: Leaving directory `/opt/openwrt/packages/net/ntpd'
make[2]: Leaving directory `/opt/openwrt/k1'
make[1]: *** [/opt/openwrt/k1/staging_dir/armeb/stamp/.package_compile]
Error 2
make[1]: Leaving directory `/opt/openwrt/k1'
make: *** [world] Error 2

If I make the package manually, it works fine

$ make package/ntpd-compile
 make[1] package/ntpd-compile
 make[2] -C /opt/openwrt/packages/libs/libreadline compile
 make[2] -C package/ncurses compile
 make[2] -C /opt/openwrt/packages/libs/libelf compile
 make[2] -C /opt/openwrt/packages/net/ntpd compile


but rerunning make on the trunk will fail on a different package with
the same error.

I've even gone so far as to check out a fresh trunk, and I'm still
getting this error.  

ideas anyone?
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] madwifi patch 330-beaconcal.patch causes me much pain

2008-02-15 Thread Mark Kelly
Not that I recall, when connected with a serial cable to my Avila board
all I would see would be a sudden reboot, or bridging would detect a
state change and go through the disabled/learning/propagating/forwarding
routine over and over.

I've also noticed significant stability increases if I turn off the auto
power saving on my atheros cards and increase the beacon intervals.
(found this in madwifi trakker post)

iwpriv ath0 uapsd 0
iwpriv ath0 bintval 1000




On Thu, 2008-02-14 at 15:57 +0100, Felix Fietkau wrote:

 Mark Kelly wrote:
  This patch is causing me some major stability issues with the latest
  trunk builds.
  
  kamikaze/package/madwifi/patches/330-beaconcal.patch
  
  It seems to work fine for normal client connections, but I have a few
  Openwrt Sta mode clients that connect to it, and it reboots very
  frequently with this patch applied.  Removing this patch and I get my
  stability back with the latest builds.
 Do you get any kernel oopses?
 
 - Felix
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [Patch] Add additional plugins to olsrd

2008-02-15 Thread Mark Kelly
This adds additional packages for the arprefresh, dyn-gw-plain  quagga
olsrd plugins

Signed off by:  nlinux (mark.kelly at cadre5.com)


Index: packages/net/olsrd/Makefile
===
--- packages/net/olsrd/Makefile	(revision 10465)
+++ packages/net/olsrd/Makefile	(working copy)
@@ -38,6 +38,12 @@
 /etc/olsrd.conf
 endef
 
+define Package/olsrd-mod-arprefresh
+  $(call Package/olsrd/template)
+  DEPENDS:=olsrd
+  TITLE:=Arp refresh plugin 
+endef
+
 define Package/olsrd-mod-dot-draw
   $(call Package/olsrd/template)
   DEPENDS:=olsrd
@@ -56,6 +62,12 @@
   TITLE:=Dynamic internet gateway plugin
 endef
 
+define Package/olsrd-mod-dyn-gw-plain
+  $(call Package/olsrd/template)
+  DEPENDS:=olsrd +libpthread
+  TITLE:=Dynamic internet gateway plugin no Ping/libthread
+endef
+
 define Package/olsrd-mod-httpinfo
   $(call Package/olsrd/template)
   DEPENDS:=olsrd
@@ -68,6 +80,12 @@
   TITLE:=Lightweight hostname resolver plugin
 endef
 
+define Package/olsrd-mod-quagga
+  $(call Package/olsrd/template)
+  DEPENDS:=olsrd
+  TITLE:=quagga-protocols plugin 
+endef
+
 define Package/olsrd-mod-secure
   $(call Package/olsrd/template)
   DEPENDS:=olsrd
@@ -102,7 +120,7 @@
 		MANDIR=$(PKG_INSTALL_DIR)/usr/share/man \
 		STRIP=true \
 		INSTALL_LIB=true \
-		SUBDIRS=bmf dot_draw dyn_gw httpinfo nameservice secure txtinfo \
+		SUBDIRS=arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo nameservice quagga secure tas txtinfo \
 		all libs install install_libs
 endef
 
@@ -116,6 +134,11 @@
 	$(INSTALL_BIN) ./files/olsrd.init $(1)/etc/init.d/olsrd
 endef
 
+define Package/olsrd-mod-arprefresh/install
+	$(INSTALL_DIR) $(1)/usr/lib
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/arprefresh/olsrd_arprefresh.so.* $(1)/usr/lib/
+endef
+
 define Package/olsrd-mod-dot-draw/install
 	$(INSTALL_DIR) $(1)/usr/lib
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/dot_draw/olsrd_dot_draw.so.* $(1)/usr/lib/
@@ -131,6 +154,11 @@
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/dyn_gw/olsrd_dyn_gw.so.* $(1)/usr/lib/
 endef
 
+define Package/olsrd-mod-dyn-gw-plain/install
+	$(INSTALL_DIR) $(1)/usr/lib
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/dyn_gw_plain/olsrd_dyn_gw_plain.so.* $(1)/usr/lib/
+endef
+
 define Package/olsrd-mod-httpinfo/install
 	$(INSTALL_DIR) $(1)/usr/lib
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/httpinfo/olsrd_httpinfo.so.* $(1)/usr/lib/
@@ -141,6 +169,11 @@
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/nameservice/olsrd_nameservice.so.* $(1)/usr/lib/
 endef
 
+define Package/olsrd-mod-quagga/install
+	$(INSTALL_DIR) $(1)/usr/lib
+	$(INSTALL_BIN) $(PKG_BUILD_DIR)/lib/quagga/olsrd_quagga.so.* $(1)/usr/lib/
+endef
+
 define Package/olsrd-mod-secure/install
 	$(INSTALL_DIR) $(1)/etc/olsrd.d
 	$(CP) ./files/olsrd_secure_key $(1)/etc/olsrd.d/
@@ -154,10 +187,13 @@
 endef
 
 $(eval $(call BuildPackage,olsrd))
+$(eval $(call BuildPackage,olsrd-mod-arprefresh))
 $(eval $(call BuildPackage,olsrd-mod-dot-draw))
 $(eval $(call BuildPackage,olsrd-mod-bmf))
 $(eval $(call BuildPackage,olsrd-mod-dyn-gw))
+$(eval $(call BuildPackage,olsrd-mod-dyn-gw-plain))
 $(eval $(call BuildPackage,olsrd-mod-httpinfo))
 $(eval $(call BuildPackage,olsrd-mod-nameservice))
+$(eval $(call BuildPackage,olsrd-mod-quagga))
 $(eval $(call BuildPackage,olsrd-mod-secure))
 $(eval $(call BuildPackage,olsrd-mod-txtinfo))
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] wpa_supplicant correction for 10392

2008-02-06 Thread Mark Kelly
wpa_suplicant currently complains about a parse error if the PSK is not
enclosed in quotes.  This patch fixes that.

Signed-off-by: nlinux mark.kelly at cadre5.com
Index: package/madwifi/files/lib/wifi/madwifi.sh
===
--- package/madwifi/files/lib/wifi/madwifi.sh	(revision 10406)
+++ package/madwifi/files/lib/wifi/madwifi.sh	(working copy)
@@ -285,7 +285,7 @@
 	ssid=$ssid
 	key_mgmt=WPA-PSK
 	$proto
-	psk=$passphrase
+	psk=$passphrase
 }
 EOF
 	;;
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] ixp4xx and client mode - new issue

2008-01-07 Thread Mark Kelly
When trying to bring up ath0 with wpa tkip encryption, I now get this.
It used to partially work, now it's completely broken.  

# wifi up
device ath0 entered promiscuous mode
br-lan: port 2(ath0) entering learning state
br-lan: topology change detected, propagating
br-lan: port 2(ath0) entering forwarding state
unlink[ctrl_iface]: No such file or directory
Could not unlink existing ctrl_iface socket
'/var/run/wpa_supplicant/ath0'
Failed to initialize control interface '/var/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file
was
left by an unclean termination of wpa_supplicant in which case you will
need
to manually remove this file before starting wpa_supplicant again.

br-lan: port 2(ath0) entering disabled state

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


Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Mark Kelly
It booted for me on a GW2345 with a clean build, even though the new
ethernet driver still does not support the GW2345's kendin switch :(


On Thu, 2008-01-03 at 19:45 +0100, Harald Schiöberg wrote:
  is there a known issue currently?
 
  
  I've tested a build yesterday on my 2348-2 and didn't have any issues. Did  
  you modify anything in the toolchain/kernel? Is this a clena build or did  
  you just svn up from an older checkout?
 
 I did a distclean, but if you say that it should work, I'll try a
 complete rm -r trunk/ right now.
 
 thanks
   Harald
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Upgrade ser2net package to latest version

2007-12-19 Thread Mark Kelly
This changes Ser2net package to be the latest stable version offered by
the project.

Signed-off-by: Mark Kelly mark.kelly at cadre5.com

#svn diff packages/net/ser2net/

Index: packages/net/ser2net/Makefile
===
--- packages/net/ser2net/Makefile   (revision 9793)
+++ packages/net/ser2net/Makefile   (working copy)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ser2net
-PKG_VERSION:=2.3
+PKG_VERSION:=2.5
 PKG_RELEASE:=1
  
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:[EMAIL PROTECTED]/ser2net
-PKG_MD5SUM:=5f83a3e8aec18331cb61069dccdfba47
+PKG_MD5SUM:=c11f36ff2e4c523be7b282f2f6d03638
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install

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