[OpenWrt-Devel] How to execute python script in rpc shell script

2018-02-14 Thread Phani Siriki
Hi All I want to execute my custom python scripts in rpc shell script. However, they are not executed. Could someone help me on this? *Example Python script:* *===* root@OpenWrt:~# cat hello.py from subprocess import call call(["touch", "/root/ap1", "down"]) print

Re: [OpenWrt-Devel] Building own kernel in OpenWRT

2017-12-02 Thread Phani Siriki
Afonso < rona...@ronaldoafonso.com.br> wrote: > Hi Phani, > > Take a look at the "make kernel_menuconfig" or this link: > https://wiki.openwrt.org/doc/howto/build#kernel_configuration_optional > > Regards ... > > 2017-11-27 19:03 GMT-02:00 Phani Sirik

[OpenWrt-Devel] Building own kernel in OpenWRT

2017-11-27 Thread Phani Siriki
Dear All I want to change the linux kernel in my OpenWrt build. I made changes to the kernel and committed to my github account. Could someone let me know the makefiles I need to change to get the kernel of my own? Thanks in Advance. Best Regards Phani