Re: [OpenWrt-Devel] 802.11h in madwifi code?

2009-11-21 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



 I think this feature is incomplete in the current implementation. There
 are some updates in the madwifi-dfs branch on madwifi-project.org, but I
 don't know how reliable the feature is in that branch. 


 Unfortunately, I
 don't have the equipment to test this feature.

What do you need to test this?

I remember some old measurements, hinting that some of our nodes are
fully exposed to TXL's radar...

Harald

 
 - Felix

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksHzKgACgkQy8wrZ9OvkU1rygCfZO2SAP6CbRLWHMfiVGuktzhN
D0YAoJmGWmVvE+nWqQKU5l3kLtTof/4P
=8/Xs
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] quick image build

2009-06-22 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 
 cd build_dir/my_arch/my_package
 vi file1
 vi file2
 vi file3
 ...
 cd ../../..
 make package/my_package-compile
 make package/my_package-install
 make V=99 QUICK=1 #   fast!

what's wrong with
$ make target/install
?

harald

 cp bin/image.img /tftpboot
 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKP1Uiy8wrZ9OvkU0RAi0YAJ0WvlQVpgM6b4KO8iSIMi+r/5Jm/ACgg32E
nex3TZmEbDHmuwI4zIYTHnk=
=Rm8m
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Where is the code that causes jffs2 to be built-in

2008-12-15 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Stefan Monnier wrote:
 I'm trying to build an WL-700gE (2.6) image that doesn't have jffs2
 built-in (only squashfs which then pivots to ext3), but can't seem to
 figure where is the code that causes jffs2 to be built into the kernel.
 target/linux/generic-2.6/config-2.6.*
 
 Oh, so there's no *code* that turns it ON: it's just ON in the base
 config file.
 Thanks.
 
 I thought the FEATURES setting in the target's file would do it, but
 target/linux/brcm47xx/Makefile only sets FEATURES:=squashfs usb (and
 I don't know what the `usb' is for or what it entails).
 Could someone give me a hint?
 
 run make kernel_menuconfig to manually disable certain modules.
 
 Thanks.  Is that documented somewhere or should I go ahead and add it
 somewhere in the Wiki?
 
 BTW: I think it doesn't really solve my problem because I was looking
 for something that I can stick into
 target/linux/brcm47xx/profiles/WL700GE.mk.

ah, you are looking for a subarch
something like
target/linux/brcm47xx/Makefile # add SUBTARGETS=myarch
target/linux/brcm47xx/myarch/config-default # this is the kernel-config
target/linux/brcm47xx/myarch/profiles/001-myprofile.mk

look how it is done in target/linux/ixp4xx/

 
 
 Stefan
 
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJRs79y8wrZ9OvkU0RApnTAJ0bQsheBj8rlkTmWqnDm70LOnUpvQCffspJ
zaVp5s+rJOb533/xoLAnBus=
=Afrc
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [BUG] dnsmasq broken on ixp4xx

2008-07-26 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

dnsmasq doesn't work properly on ixp4xx if the highest bit on the lan ip
is set (ip = 128.0.0.0)
(may be a big-endian issue)

the bug is in /usr/lib/common.awk
ip2int and int2ip

here is the output of ipcalc.sh:

[EMAIL PROTECTED]:/usr/lib# ipcalc.sh 1.2.3.4 255.255.255.0 100 150
IP=1.2.3.4
NETMASK=0.0.0.0
BROADCAST=1.2.3.255
NETWORK=1.2.3.0
PREFIX=24
START=1.2.3.100
END=1.2.3.249
[EMAIL PROTECTED]:/usr/lib# ipcalc.sh 128.2.3.4 255.255.255.0 100 150
IP=0.0.0.4
NETMASK=0.0.0.0
BROADCAST=0.0.0.255
NETWORK=0.0.0.0
PREFIX=24
START=0.0.0.100
END=0.0.0.249
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIi3wLJgyxs71kcx4RAv5VAJ9YB2M+Cuc96YpnbAA6sBJVsvZiNwCgi+hF
sbvKCWs68B8RvMkN3B8vyWA=
=OXGi
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] uci glitch

2008-07-26 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

uci conf-file parsing has a small glitch:


config 'interface' 'lan'
option 'type'  'bridge'
 ^^

leads to

network.lan.type= bridge
 ^

note the 2 whitespace between 'type' and 'bridge' and the whitespace
between = and bridge

seems that quotes are not handled the way they are meant.
its worth reporting, since broken quotes often draw a lot of security
implications

harald

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIi5uhJgyxs71kcx4RAnywAKDb7l/LCcRhbi48t1KjYRgdDhnpAQCgpDqJ
zx1wui5DJQUzXXvsVHWNpCk=
=b95Q
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Adding entries to the crontab

2008-07-16 Thread Harald Schioeberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 That all said, I can't find the cron package in OpenWRT.  Can anyone
 point me (in the source tree I mean) to it?

cron is supplied by the busybox

harald
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIflpmJgyxs71kcx4RAqOBAJ9w928k8Ay/UfKGa+0Q+0DbhRhPMACdHYEk
qvCH1HAPyh10VSRUbSojaTY=
=BQjf
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel