So for the sake of (my) future google searches, the answer is...
mkdir ~/Devel && cd ~/Devel git clone git://git.openwrt.org/12.09/openwrt.git git clone git://git.openwrt.org/12.09/packages.git cd openwrt echo "src-link packages ../packages" > feeds.conf ./scripts/feeds update ./scripts/feeds install mkdir ../dl && ln -s ../dl make menuconfig Thank you Jo-Philipp, appreciated. _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
