I finally managed to find a few spare minutes and make some serious progress on this port.
So, what’s new:
- Rebased against the current openwrt trunk
- Initial router name/model stuff support via uboot env.
- Now with stable 3.4 kernel from sunxi-3.4 branch. OpenWRT compiles kernel and working module packages
- sun4i-specific modules like ahci, ir, i2c, etc. are now compiled and loaded by OpenWRT.
- Instructions for building can be found at the github repo


I download source code for openwrt-sunxi .
than:
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make menuconfig
all is ok but for
make V=99 have some problems. I don`t know why .Do you kown?
cp config_sunxi .config
make menuconfig
tick “Use external kernel tree” and set it to your linux sunxi-3.4 branch.
“set it to your linux sunxi-3.4 branch ” do for what?
Hello, did not find instructions for what to do after compiling the trunk. Could you please make a little tutorial to boot from SD and then from flash? Also a brief of what is working and what is not would be great!
Keep Up the good work! It is much appreciative.
Follow the existing tutorials on how to make the SD card bootable and how to set kernel boot parameters. You need a serial dongle though. Most of the sunxi stuff is working. Booting from NAND has NOT been tested, and I don’t have time to implement it now. Too busy with PhD studies, sorry.