I want to configure the network first , then issue make to generate the firmware and then flash it to router.
I already know the network configuration is stored in file /etc/config/network(on router), but I don't know how is this file generated.
For example, I know I should modify the file ~/openwrt_trunk/package/kernel/mac80211/files/lib/wifi/mac80211.sh(of course on develop host, and openwrt_trunk is my Buildroot directory) to config wifi before make (this will affect the file /etc/config/wireless(on router) ).
But could anybody tell me the corresponding file(s) to be modified to configure network before issue make?
(Last edited by 130496 on 28 Oct 2014, 11:50)