[OpenWrt-Devel] [PATCH] Using xkeyboard-config with openwrt

2010-07-12 Thread Chris Schimp
hello, I had some issues setting up Xorg on my kirkwood platform device. My issue after installing X was that it would fail to accept keyboard issue due to "(EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/evdev" I found the file to be missing, and that on my gentoo system was provide

[OpenWrt-Devel] [PATCH] comgt

2010-07-12 Thread Michael Grigorev
Signed-off-by: Michael Grigorev Index: package/comgt/patches/004-CHANGELOG.diff === --- package/comgt/patches/004-CHANGELOG.diff (revision 0) +++ package/comgt/patches/004-CHANGELOG.diff (revision 0) @@ -0,0 +1,18 @@ +--- a/CHANGELOG

Re: [OpenWrt-Devel] Wireless Interface

2010-07-12 Thread RHS Linux User
FWIW, the first interface has different properties from the others. wiz On Mon, 12 Jul 2010, Jo-Philipp Wich wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi. > > If you rely on a certain order of wifi ifaces you're most likely doing > sth. wrong. Explain some more why you

[OpenWrt-Devel] Is r22145 not a little bit short-sighted?

2010-07-12 Thread Matthias Buecher / Germany
Just saw r22145 and was wondering why this has been changed. What if 2.8 changes again the suffix? Re-replace everything? If someone is still compiling 2.4 for any reason with latest trunk he will have problems (lots of manual changes). I think the previous situation was a good general solution fo

Re: [OpenWrt-Devel] Execute some script at the first boot

2010-07-12 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > When is the code being executed? In /etc/init.d/boot, after preinit but before module loading and hotplug availability. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozde

Re: [OpenWrt-Devel] Execute some script at the first boot

2010-07-12 Thread Roberto Riggio
On 07/12/2010 04:41 PM, Jo-Philipp Wich wrote: is there an openwrt way for a package to execute some script at the first boot? Yes, put it into /etc/uci-defaults/, it will get executed once and removed afterwards. When is the code being executed? What I'm trying to do is to implement

Re: [OpenWrt-Devel] Wireless Interface

2010-07-12 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. If you rely on a certain order of wifi ifaces you're most likely doing sth. wrong. Explain some more why you need it. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev

[OpenWrt-Devel] Wireless Interface

2010-07-12 Thread Filippo Sallemi
Hi, is there an openwrt way to set up wireless interfaces in certain order? ex. ath0 essid mesh mode adhoc ath1 essid public mode master At this time the order of interfaces in /etc/config/wireless is not used. Any suggest? -- Filippo Sallemi ___

Re: [OpenWrt-Devel] Execute some script at the first boot

2010-07-12 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > is there an openwrt way for a package to execute > some script at the first boot? Yes, put it into /etc/uci-defaults/, it will get executed once and removed afterwards. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Com

[OpenWrt-Devel] Execute some script at the first boot

2010-07-12 Thread Roberto Riggio
Hi, is there an openwrt way for a package to execute some script at the first boot? R. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] libftdi

2010-07-12 Thread Michael Grigorev
libftdi - library to control and program the FTDI USB controller Index: libs/libftdi/Makefile === --- libs/libftdi/Makefile (revision 0) +++ libs/libftdi/Makefile (revision 0) @@ -0,0 +1,76 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +#