Makefile: don't waste precious initramfs space
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -56,7 +56,7 @@ buildroot-menuconfig: $(buildroot_srcdir) | |||||||
|  |  | ||||||
| $(sysroot_stamp): $(buildroot_tar) | $(sysroot_stamp): $(buildroot_tar) | ||||||
| 	mkdir -p $(sysroot) | 	mkdir -p $(sysroot) | ||||||
| 	tar -xpf $< -C $(sysroot) --exclude ./dev | 	tar -xpf $< -C $(sysroot) --exclude ./dev --exclude ./usr/share/locale | ||||||
| 	touch $@ | 	touch $@ | ||||||
|  |  | ||||||
| $(linux_release): | $(linux_release): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user