[OpenWrt-Devel] When to use Target Profile or Subtarget

2014-07-15 Thread Claudio Thomas
. Is there a official definition when to use what? The difference is not obvious to me. -- Mit freundlichen Grüßen / Best regards Claudio Thomas Dipl.-Ing. der technischen Informatik (M.Sc.) Leitung IT / Head of IT Tel: +49 (0)2773 7444-137 Fax: +49 (0)2773 7444-3137 Homepage: http://www.xmodus-systems.de

Re: [OpenWrt-Devel] When to use Target Profile or Subtarget

2014-07-17 Thread Claudio Thomas
Hallo Jow, thank you for your fast reply. So far I see there are subtargets needed because each board has another kernel image (name?). KERNELNAME:=uImage dtbImage.rb600 dtbImage.rb333 Claudio On 15.07.2014 15:23, Jo-Philipp Wich wrote: Hi. Profiles influence image generation and package

[OpenWrt-Devel] [PATCH] [mpc83xx] add menuconfig-option for rb333 and rb600

2014-07-21 Thread Claudio Thomas
Add new target-profile for both boards in menuconfig. Replaced unconditional Makefile directives with such that depends on menuconfig settings. The default behaviour remains to be as it was: to compile for both. Signed-off-by: Claudio Thomas c...@xmodus-systems.de --- target/linux/mpc83xx

[OpenWrt-Devel] [PATCH] [mpc83xx] add menuconfig-option for rb333 and rb600

2014-07-21 Thread Claudio Thomas
Add new target-profile for both boards in menuconfig. Replaced unconditional Makefile directives with such that depends on menuconfig settings. The default behaviour remains to be as it was: to compile for both. Signed-off-by: Claudio Thomas c...@xmodus-systems.de --- target/linux/mpc83xx

Re: [OpenWrt-Devel] [PATCH] [mpc83xx] add menuconfig-option for rb333 and rb600

2014-07-25 Thread Claudio Thomas
Hi, as reaction of the following email: On 15.07.2014 15:05, Claudio Thomas wrote: Subject: [OpenWrt-Devel] When to use Target Profile or Subtarget Hi, I'm adapting the Freescale MPC83xx platform, so that multiple devices can be selected. Actually the following boards are in use, but hard

Re: [OpenWrt-Devel] [PATCH] [mpc83xx] add menuconfig-option for rb333 and rb600

2014-07-25 Thread Claudio Thomas
On 25.07.2014 12:25, Imre Kaloz wrote: Hi, On Fri, 25 Jul 2014 11:34:49 +0200, Claudio Thomas c...@xmodus-systems.de wrote: Hi, as reaction of the following email: On 15.07.2014 15:05, Claudio Thomas wrote: Subject: [OpenWrt-Devel] When to use Target Profile or Subtarget Hi, I'm

[OpenWrt-Devel] Makefile CFLAGS CPU_TYPE

2014-08-05 Thread Claudio Thomas
regards Claudio Thomas Dipl.-Ing. der technischen Informatik (M.Sc.) Leitung IT / Head of IT Tel: +49 (0)2773 7444-137 Fax: +49 (0)2773 7444-3137 Homepage: http://www.xmodus-systems.de E-Mail: c...@xmodus-systems.de GPG: http://xmodus-systems.de/gpg/ct 4096R/22EC88BC; FP=2962 C442 BC49 21BB 5931

[OpenWrt-Devel] concept of package/compile output

2014-08-06 Thread Claudio Thomas
Hi, is there a special concept what the package/compile output (without V=s) shows? Sometime you see something like.. make[3] -C package/libs/librpc compile make[3] -C package/network/utils/iwinfo compile make[3] -C package/system/uci compile what corresponds to the make-rules

Re: [OpenWrt-Devel] concept of package/compile output

2014-08-06 Thread Claudio Thomas
Hello Thomas, On 06.08.2014 13:44, thomas.lan...@lantiq.com wrote: Hello Claudio, Claudio Thomas wrote on 2014-08-06: Hi, is there a special concept what the package/compile output (without V=s) shows? These are the real targets the build system is executing, nothing intended

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-11 Thread Claudio Thomas
Hi, On 10.08.2014 19:14, Florian Fainelli wrote: Hello, Le 10 août 2014 09:44, Etienne Champetier champetier.etie...@gmail.com mailto:champetier.etie...@gmail.com a écrit : Le 10 août 2014 18:18, Stefan Monnier monn...@iro.umontreal.ca mailto:monn...@iro.umontreal.ca a écrit : It

[OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Claudio Thomas
Hi, I until now was still using the trunk for testing and working, but today I the first time checked out the 14.07/openwrt.git at git.openwrt.git. Is there a reason why MPC83xx is not included in BB-RC3? Best regards, Claudio ___ openwrt-devel mailing

Re: [OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-16 Thread Claudio Thomas
On 16.09.2014 14:44, Felix Fietkau wrote: On 2014-09-16 13:47, Claudio Thomas wrote: Hi, I until now was still using the trunk for testing and working, but today I the first time checked out the 14.07/openwrt.git at git.openwrt.git. Is there a reason why MPC83xx is not included in BB-RC3

Re: [OpenWrt-Devel] Missing mpc83xx in BB-RC3

2014-09-17 Thread Claudio Thomas
On 16.09.2014 18:45, Hauke Mehrtens wrote: On 09/16/2014 02:52 PM, Claudio Thomas wrote: On 16.09.2014 14:44, Felix Fietkau wrote: On 2014-09-16 13:47, Claudio Thomas wrote: Hi, I until now was still using the trunk for testing and working, but today I the first time checked out the 14.07

[OpenWrt-Devel] naming for new subtarget in mpc83xx

2014-09-23 Thread Claudio Thomas
Hi, I would like to add a new device to /target/linux/mpc83xx witch needs a special kernel. As I see in other targets this is done usually by adding a first subtarget, moving the actual config to it and adding a a first profile. Is there a special naming convention for the first subtarget? Should

Re: [OpenWrt-Devel] naming for new subtarget in mpc83xx

2014-09-23 Thread Claudio Thomas
Hi Imre, On 23.09.2014 09:53, Imre Kaloz wrote: Hi Claudio, On Tue, 23 Sep 2014 09:44:03 +0200, Claudio Thomas c...@xmodus-systems.de wrote: I would like to add a new device to /target/linux/mpc83xx witch needs a special kernel. In what way is it special? Why can't the same kernel

Re: [OpenWrt-Devel] naming for new subtarget in mpc83xx

2014-09-23 Thread Claudio Thomas
Hi Imre, On 23.09.2014 11:41, Imre Kaloz wrote: On Tue, 23 Sep 2014 11:10:17 +0200, Claudio Thomas c...@xmodus-systems.de wrote: snip The RB600/RB300 uses a MPC8377, the XM1700 uses a MPC8306. They are quite similar, but not equal. Well, RB333 is MPC8321, RB600 is MPC8323 and we support

Re: [OpenWrt-Devel] naming for new subtarget in mpc83xx

2014-09-23 Thread Claudio Thomas
Hi Imre, On 23.09.2014 11:54, Claudio Thomas wrote: On 23.09.2014 11:41, Imre Kaloz wrote: On Tue, 23 Sep 2014 11:10:17 +0200, Claudio Thomas c...@xmodus-systems.de wrote: snip Well, RB333 is MPC8321, RB600 is MPC8323 and we support the MPC8377EWLAN board, which is MPC8377E :) snip

[OpenWrt-Devel] best or common place to save the devicetree

2014-10-20 Thread Claudio Thomas
Hi, where is the best or common place to save the devicetree-source-code? Some projects (like brcm63xx) save them as a file in the target/subdirectory dts/ and other projects it is saved as a kernel patch... Thanks, Claudio -- Working on OpenWrt BB for XM1700E

[OpenWrt-Devel] git.infradead.org offline? mirror for mtd-utils-1.4.5?

2014-10-24 Thread Claudio Thomas
Hi, ist there somewhere a mirror for mtd-utils-1.4.5? git.infradead.org seems to be (temporary) dead: Cloning into 'mtd-utils-1.4.5'... fatal: unable to connect to git.infradead.org: git.infradead.org: Name or service not known Thanks, Claudio -- Working on OpenWrt BB for XM1700E

Re: [OpenWrt-Devel] git.infradead.org offline? mirror for mtd-utils-1.4.5?

2014-10-24 Thread Claudio Thomas
Thanks a lot, Claudio -- Working on OpenWrt BB for XM1700E http://www.xmodus-systems.de/en/terminals/routers.html On 24.10.2014 10:11, Bastian Bittorf wrote: * Claudio Thomas c...@xmodus-systems.de [24.10.2014 10:08]: ist there somewhere a mirror for mtd-utils-1.4.5? git.infradead.org copy

[OpenWrt-Devel] jffs takes about 18 minutes to get ready on 3.10 kernel

2014-10-29 Thread Claudio Thomas
Hi, compiling/installing the same sources+config, but with 3.8 kernel all is fine... But when compilng with 3.10 the jffs takes about 18 minutes to get ready: [ 2.655217] Freeing unused kernel memory: 160K (c045f000 - c0487000) procd: Console is alive procd: - preinit - Press the [f] key and

Re: [OpenWrt-Devel] jffs takes about 18 minutes to get ready on 3.10 kernel

2014-10-29 Thread Claudio Thomas
On 29.10.2014 13:37, Bastian Bittorf wrote: * Claudio Thomas c...@xmodus-systems.de [29.10.2014 13:18]: [ 800.742671] jffs2: notice: (888) jffs2_build_xattr_subsystem: how large is the partitionsize? rootfs_data created automatically, ofs=0x96, len=0x326 while we are at it: till

Re: [OpenWrt-Devel] jffs takes about 18 minutes to get ready on 3.10 kernel (probably solved)

2014-11-24 Thread Claudio Thomas
Hi, On 29.10.2014 23:32, Claudio Thomas wrote: On 29.10.2014 13:37, Bastian Bittorf wrote: * Claudio Thomas c...@xmodus-systems.de [29.10.2014 13:18]: [ 800.742671] jffs2: notice: (888) jffs2_build_xattr_subsystem: how large is the partitionsize? rootfs_data created automatically, ofs

Re: [OpenWrt-Devel] CC release dates? (Was Re: [PATCH 1/2] oxnas: re-add support for kernel 3.14)

2014-12-05 Thread Claudio Thomas
Hi, do I understand it correctly. For CC is 3.14 planed? Thanks, Claudio -- Reviewing OpenWrt BB for Xmodus Systems XM1710E GSM/UMTS Router http://www.xmodus-systems.de/en/terminals/routers.html On 05.12.2014 09:07, John Crispin wrote: i intentionally don't set a date. i have done so in the

Re: [OpenWrt-Devel] barrier breaker 14.07 stable release location

2015-01-27 Thread Claudio Thomas
Hi Madhu, the releases of OpenWrt firmwares can be found at http://downloads.openwrt.org/. For BB 14.07 stable for example http://downloads.openwrt.org/barrier_breaker/14.07/. But to get the right firmware for your device you need to know what target and profile you need. To find out if there is

Re: [OpenWrt-Devel] How to Custom admin page on openwrt ?

2015-03-12 Thread Claudio Thomas
On 12.03.2015 08:24, Tymon wrote: *Hi all,* * As we all known, the default method to access the router's administration web page(Luci) is to type http://192.168.1.1 http://192.168.1.1/ on the browser. I am curious about how can the router recognize thehttp://192.168.1.1

Re: [OpenWrt-Devel] How to Custom admin page on openwrt ?

2015-03-12 Thread Claudio Thomas
On 12.03.2015 09:45, Tymon wrote: Thank you for your answer, Claudio Thomas: I use the default utility called dnsmasq ( a light-weigh dns server and dhcp server) on openwrt 12.09. Of course the dhcp-server function is enabled and PC-wireless client can get the ip

Re: [OpenWrt-Devel] minimal work needed to build just the toolchain

2015-03-04 Thread Claudio Thomas
On 03.03.2015 13:17, John Crispin wrote: On 03/03/2015 12:27, Claudio Thomas wrote: Hi, the same question was already discussed on 2008-01, but it seems to me, that some iterim steps are no more necessary... I guess that there has been some improvements made in the last 7 years :-) Therefore

Re: [OpenWrt-Devel] minimal work needed to build just the toolchain

2015-03-05 Thread Claudio Thomas
the firmware if i get problem in it i will tell you and i wait your reply 2015-03-04 18:23 GMT+02:00 Claudio Thomas c...@xmodus-systems.de mailto:c...@xmodus-systems.de: On 03.03.2015 13:17, John Crispin wrote: On 03/03/2015 12:27, Claudio Thomas wrote: Hi, the same question

[OpenWrt-Devel] minimal work needed to build just the toolchain

2015-03-03 Thread Claudio Thomas
Hi, the same question was already discussed on 2008-01, but it seems to me, that some iterim steps are no more necessary... I guess that there has been some improvements made in the last 7 years :-) Therefore, I would thankful for a confirmation of my assumption. Actually I do the following: 1.

Re: [OpenWrt-Devel] Designated Driver

2015-04-08 Thread Claudio Thomas
+1 On 07.04.2015 21:47, Hartmut Knaack wrote: That Doodle poll turned out to be spamed/trolled, and everyone could even change or delete other votes. Since this was just communicated over this mailing list, and subscribers are at least basically verified, why not have a good old fashioned

[OpenWrt-Devel] CC-release kernel version

2015-04-09 Thread Claudio Thomas
On 09.04.2015 15:44, Michael Richardson wrote: And, it would be be nice if all the drivers were up-to-date... :- which will be the CC-release kernel version? 3.18? Thanks, Claudio -- Working on OpenWrt CC for Xmodus GSM Router XM1710E http://www.xmodus-systems.de/openwrt

Re: [OpenWrt-Devel] how to stop a inittab service without reboot

2015-10-19 Thread Claudio Thomas
that's what I was assuming :-( thanks a lot, Claudio On 19.10.2015 11:28, John Crispin wrote: > there is no dynamic reload feature for this in procd yet > > > On 19/10/2015 11:20, Claudio Thomas wrote: >> Hi, >> on my /etc/inittab I've the following line >> &

[OpenWrt-Devel] how to stop a inittab service without reboot

2015-10-19 Thread Claudio Thomas
Hi, on my /etc/inittab I've the following line ttyQE1::askfirst:/bin/ash --login I've already removed the line and killed the process, but its restarts again. I know that commenting it out and rebooting is a way to stop this "service", but is there a way to stop it without rebooting? Like

Re: [OpenWrt-Devel] how to stop a inittab service without reboot

2015-10-21 Thread Claudio Thomas
Has inittab a higher prio or is inittab simply the oldest way of starting a service? Thanks, Claudio On 19.10.2015 11:28, John Crispin wrote: > there is no dynamic reload feature for this in procd yet > > > On 19/10/2015 11:20, Claudio Thomas wrote: >> Hi, >> on my /etc/ini