Hi!

I have a TP-LInk TL-WR841ND v10.0 router an use Chaos Chalmers 15.05.1. Because I needed to convert some of the leds to switches/buttons, I patched the OpenWRT sources. Everything works fine, except for that I am unsure how to exactly reproduce the prebuild images offered at your wiki (sorry, no link as not allowed [for new users?]).

My build-process so far

git clone -b chaos_calmer git://github.com/openwrt/openwrt.git
cd openwrt
[... do the patching ...]
./scripts/feeds update -a
./scripts/feeds install -a -p luci
make menuconfig
[ ... select target, select "LuCI" to be build in (star) ]
make

Still, I feel unsure if thats all, as my modification can only add up to some bytes and I still do not match the filesize closely (approx. 60kB off).

I can not find any list how to exactly reproduce the prebuild images...

Thank you developers very much for your effort. I have seen a lot of build systems for embedded plattforms, yours really worked very nicely out of the box!

Best regards
Robert