mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Place the previous selection (3.3.8) into the only subtarget that did not override it to 3.10 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40454
		
			
				
	
	
		
			14 lines
		
	
	
		
			469 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			469 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=RDC R-321x
 | 
						|
FEATURES:=squashfs pci usb gpio pcmcia
 | 
						|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 | 
						|
FEATURES += broken
 | 
						|
 | 
						|
DEFAULT_PACKAGES += kmod-llc kmod-stp kmod-bridge kmod-8021q \
 | 
						|
		    wpad-mini kmod-libphy kmod-r6040 kmod-input-core \
 | 
						|
		    kmod-input-polldev kmod-button-hotplug kmod-rdc321x-wdt
 | 
						|
 | 
						|
define Target/Description
 | 
						|
        Build firmware images for RDC321x based routers
 | 
						|
        (e.g. Airlink101 AR525W, Linksys WRT54GR, Sitecom WL-153)
 | 
						|
endef
 |