Old computer junk been using your image, and has been working well. Do we just follow your build procedure for newer builds and apply your patch to that? Very new to openwrt not sure how and upgrade could happen. I'd love to continue using openwrt on this router since it's been working very well.
trunk don't work stable.
Folder  attitude ajustment/target/linux/ar71xx with patch    ar71xx Attitude Ajustment 12.09 ver 36088 patched  
1)
REV=36088                                                                                                                                                            
svn co -r $REV svn://svn.openwrt.org/openwrt/tags/attitude_adjustment_12.09                                                                                          copy folder ar71xx -> attitude_adjustment_12.09/target/linux
2)
 
cd attitude_adjustment_12.09                                                                                                                                                          
cp feeds.conf.default feeds.conf    # <-- I edited feeds.conf and removed xwrt to reduce some of the downloading                                                     
scripts/feeds update                                                                                                                                                 
scripts/feeds install -a            # <-- here instead, I ran a reduced selection of packages to reduce build time - see end of this wiki entry                      
make prereq                                                                                                                                                          
cat  > .config <<EOF                                                                                                                                                 
CONFIG_TARGET_ar71xx=y                                                                                                                                               
CONFIG_TARGET_ar71xx_generic=y                                                                                                                                       
CONFIG_TARGET_ar71xx_generic_DIR632A1=y                                                                                                                              
CONFIG_PACKAGE_bridge=y             # <-- the following from here are optional, saves having to install opkg file                                                    
CONFIG_PACKAGE_wireless-tools=y                                                                                                                                      
CONFIG_PACKAGE_wget=y                                                                                                                                                
CONFIG_PACKAGE_ncat=y                                                                                                                                                
CONFIG_PACKAGE_wavemon=y                                                                                                                                             
CONFIG_PACKAGE_ethtool=y                                                                                                                                             
CONFIG_PACKAGE_mtd-utils=y                                                                                                                                           
CONFIG_PACKAGE_tcpdump-mini=y                                                                                                                                        
CONFIG_PACKAGE_usbutils=y                                                                                                                                            
EOF                                                                                                                                                                  
make defconfig                                                                                                                                                                  
3)       
make menuconfig
make
....
(Last edited by alecs-art on 11 May 2014, 08:00)

 .
.