Re: [OpenWrt-Devel] [rt3050f] A small question

2011-08-02 Thread Andrew
On Tue, 02 Aug 2011 17:09:13 -0500, Layne Edwards wrote: > Andrew, > > Did you modify the eeprom extract hotplug for your board? > > trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom > > > Regards, > Layne Thanks for the tip, it now loads the firmware, but the in

Re: [OpenWrt-Devel] Fwd: Open WRT on TP-Link TL WR940N

2011-08-02 Thread Krisztián Szabolcs Erdélyi
Thx for the ansvers! 2011/8/2 Jonathan Bennett > > On Aug 2, 2011 3:13 PM, "Hartmut Knaack" wrote: > > > > TP-Link offers only one firmware version for the 940nd, so most likely > > it will work. But you might be the first one to test. > Tp-link uses the minor version to refer to firmware upgra

Re: [OpenWrt-Devel] [PATCH-v2] samba 3.0.37 update

2011-08-02 Thread Cezary Jackiewicz
Dnia 2011-08-02, o godz. 22:08:04 Maarten Bezemer napisał(a): > Any replies, comments or critics are very welcome. Also - smbpasswd is quite big - old version: 11573B, new one: 1750688 B. Too big. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-deve

[OpenWrt-Devel] [PATCH 3/3] packages: version bump udev to 173

2011-08-02 Thread Daniel Mierswa
Signed-off-by: Daniel Mierswa --- package/udev/Config.in | 32 ++- package/udev/Makefile | 40 +++ .../patches/0001-build-don-t-use-gc-sections.patch | 31 +++ ...2-udevd-add-lrt-for-message-que

[OpenWrt-Devel] [PATCH 1/3] kernels: use ccache for modules too

2011-08-02 Thread Daniel Mierswa
Signed-off-by: Daniel Mierswa --- include/kernel-defaults.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk index 5fd27ae..f5aa557 100644 --- a/include/kernel-defaults.mk +++ b/include/kernel-defaults.mk @@ -6,7 +6

[OpenWrt-Devel] [PATCH 2/3] packages: don't hard-code CCACHE_DIR

2011-08-02 Thread Daniel Mierswa
Signed-off-by: Daniel Mierswa --- include/package.mk |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/package.mk b/include/package.mk index 1c2c179..5e9954d 100644 --- a/include/package.mk +++ b/include/package.mk @@ -91,7 +91,6 @@ define Build/Exports/Default $

[OpenWrt-Devel] [PATCH] version bump dbus to 1.4.14

2011-08-02 Thread Daniel Mierswa
This bumps dbus in the packages repository to 1.4.14. It also requires librt now due to clock function usage. It also supports systemd and launchd now. Signed-off-by: Daniel Mierswa --- utils/dbus/Makefile | 10 +- utils/dbus/patches/002-no_wno_pointer_sign

Re: [OpenWrt-Devel] [rt3050f] A small question

2011-08-02 Thread Layne Edwards
Andrew, Did you modify the eeprom extract hotplug for your board? trunk/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom Regards, Layne On Wed, 03 Aug 2011 01:02:28 +0400, Andrew wrote: > Hello all, > > I've just got an unbranded router from DX with rt3050f. >

Re: [OpenWrt-Devel] [PATCH-v2] samba 3.0.37 update

2011-08-02 Thread Ben Pfountz
This is good news to me, thanks for your efforts. On 8/2/2011 4:08 PM, Maarten Bezemer wrote: Hello, I have updated my samba3 patch according to my new insights: - Added samba3_mountcifs package (should replace mountcifs package). Maybe I should use the same name? (but then the original pack

Re: [OpenWrt-Devel] [PATCH-v2] samba 3.0.37 update

2011-08-02 Thread Cezary Jackiewicz
Dnia 2011-08-02, o godz. 22:08:04 Maarten Bezemer napisał(a): > Any replies, comments or critics are very welcome. Hi, now everything looks good. It compiles correctly. IMO nmbd daemon should be in a separate package or should be an option in the configuration allows disable it (see: https://de

[OpenWrt-Devel] [rt3050f] A small question

2011-08-02 Thread Andrew
Hello all, I've just got an unbranded router from DX with rt3050f. It looks like a MOFI3500-3GN Clone, 32 Mb SDRAM, 4 megs of flash. The thing runs at 320 Mhz and has some differences in led gpios to original thing. I hacked the openwrt trunk to build the 4 meg image required (none of the images

Re: [OpenWrt-Devel] Fwd: Open WRT on TP-Link TL WR940N

2011-08-02 Thread Jonathan Bennett
On Aug 2, 2011 3:13 PM, "Hartmut Knaack" wrote: > > TP-Link offers only one firmware version for the 940nd, so most likely > it will work. But you might be the first one to test. Tp-link uses the minor version to refer to firmware upgrades. The hardware is identical to 1.0 > > Krisztián Szabolcs E

Re: [OpenWrt-Devel] Fwd: Open WRT on TP-Link TL WR940N

2011-08-02 Thread Hartmut Knaack
TP-Link offers only one firmware version for the 940nd, so most likely it will work. But you might be the first one to test. Krisztián Szabolcs Erdélyi schrieb: > > > Dear All! > > I'm looking for a solution with open WRT. > I find the description > on http://wiki.openwrt.org/toh/tp-link/tl-wr940n

Re: [OpenWrt-Devel] [PATCH] Orion doesn't build anymore

2011-08-02 Thread Maarten Bezemer
On Mon, 2011-08-01 at 22:10 +0200, Matthias Buecher / Germany wrote: > I was able to build r27771 with a clean trunk. Maybe try a distclean before. > Normally I compile trunk only, no extra feeds, distclean first then I > use "Select all packages". > > Do you have another modification in target/li

[OpenWrt-Devel] [PATCH] new package: Mosquitto MQTT Broker/client (v0.12.0)

2011-08-02 Thread karlp
Add support for the mosquitto MQTT message broker, and client tools and client library. (For developing third party apps running on openwrt that communicate with an MQTT server) This is the current code directly from the mosquitto-packaging repository: https://bitbucket.org/oojah/mosquitto-packag

[OpenWrt-Devel] Fwd: Open WRT on TP-Link TL WR940N

2011-08-02 Thread Krisztián Szabolcs Erdélyi
Dear All! I'm looking for a solution with open WRT. I find the description on http://wiki.openwrt.org/toh/tp-link/tl-wr940n says 'Hardware Version: WR940N v1' openwrt-ar71xx-tl-wr941nd-v4-squashfs-factory.bin image works well. Supported Versions Version/Model OpenWrt Version Supported Model Spe