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