mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	octeon: fix imagebuilder generation by introducing generic target
The generic imagebuilder does not have a generic in the name, although this is the default naming scheme. Use bcm53xx as template for this fix. Before the fix: openwrt-imagebuilder-octeon.Linux-x86_64.tar.xz After: openwrt-imagebuilder-octeon-generic.Linux-x86_64.tar.xz Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
		
							parent
							
								
									99b6e3cb41
								
							
						
					
					
						commit
						a67f484e67
					
				
							
								
								
									
										1
									
								
								target/linux/octeon/generic/target.mk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								target/linux/octeon/generic/target.mk
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
BOARDNAME:=Generic
 | 
			
		||||
@ -2,13 +2,12 @@
 | 
			
		||||
#
 | 
			
		||||
# Copyright (C) 2013 OpenWrt.org
 | 
			
		||||
 | 
			
		||||
define Profile/Default
 | 
			
		||||
  NAME:=Default Profile
 | 
			
		||||
  PRIORITY:=1
 | 
			
		||||
define Profile/Generic
 | 
			
		||||
  NAME:=Octeon SoC
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Profile/Default/Description
 | 
			
		||||
define Profile/Generic/Description
 | 
			
		||||
   Base packages for Octeon boards.
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call Profile,Default))
 | 
			
		||||
$(eval $(call Profile,Generic))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user