Mar
16
2015
OpenWrt build root
Install Ubuntu 14.04 Desktop
sudo apt-get install subversion build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc zip
clone from trunk
git clone git://git.openwrt.org/openwrt.git
cd ~/openwrt
./scripts/feeds update -a
./scripts/feeds install -a
./scripts/feeds update -a
./scripts/feeds install -a
make prereq
make menuconfig
make
Enable Channel 12/13 (echo “CONFIG_ATH_USER_REGD=y” >> .config)
In menuconfig press « / » and type « REGD ». This will search all the menu items and display the path to reach it.
ATH_USER_REGD is a little buried. Editing .config is not recommended because some options have dependencies on other options.