OpenWrt Forum Archive

Topic: How to begin with development in trunk package

The content of this topic has been archived on 4 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello All,

Sori but I an new to openwrt. I have worked with AR9331 but the software was completely atheros proprietry. Now that I am here, I want to learn how it works here.I mean were to start from. How to get my scripts inside the rootfs systems. I am planning to ship TP Wr703n router for my use. I have completed with initial steps of downloading the trunk pacakages. Following are the steps i followed

1.   sudo mkdir /openwrt
2.   cd /openwrt
3.   svn co svn://svn.openwrt.org/openwrt/trunk/
4.   ./scripts/feeds update -a
5.   ./scripts/feeds install -a
6.   ./scripts/feeds install -a
7.   make defconfig
8.   make prereq
9.   make menuconfig (configured for WR703n)
10. make V=s
11. Was successful till here.. Now how to incorporate changes hereafter to get my scripts working.


Regards

Nikhil

First by reading the nice OpenWrt Wiki :-)

The discussion might have continued from here.