How to compile native programs for use in openwrt ------------------------------------------------- 1) cd ~ git clone git://git.openwrt.org/15.05/openwrt.git git clone git://git.openwrt.org/14.07/openwrt.git git clone git://git.openwrt.org/openwrt.git cd openwrt 2) ./scripts/feeds update -a ./scripts/feeds install -a 3) copy compile/openwrt/* to ~/openwrt copy tpws to ~/openwrt/package/zapret/tpws copy nfq to ~/openwrt/package/zapret/nfq 4) make menuconfig 5) make toolchain/compile 6) make package/tpws/compile make package/nfqws/compile 7) find bin -name tpws*.ipk